Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从另一个用户执行命令、文件(扩展名为 *.sh 的任何文件),除了 root 用户。我想正确地提供该文件,以便另一个用户可以在没有密码的情况下以 root 用户身份执行该文件。
sudo如果您想作为根用户,请在任何命令之前使用命令
sudo
sudo mkdir dirname
或完全允许提交此类文件
chmod 777 filename