Root

如何執行沒有根屬性的命令

  • June 17, 2015

假設我以 root 身份登錄,並且某些命令不允許我以 root 身份執行它們。我嘗試登錄不同的帳戶,但我無法做到這一點。

如何在沒有根屬性的情況下執行這樣的命令(登錄根)?

su -c "command and args" username

sudo -u <user> -H <command>

引用自:https://unix.stackexchange.com/questions/210260