📌  相关文章
📜  以 root 管理员身份运行命令 mac - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:07.033000             🧑  作者: Mango

代码示例1
To run commands with superuser privileges, use the sudo command. sudo stands for superuser do. You're asked for the password of the current user. You're asked to enter the password for adminUsername, after which a new shell is opened for that user.