mac 快速关机
~ $ sudo vim sudoers
# %users localhost=/sbin/shutdown -h now
%wheel ALL=(ALL) NOPASSWD: /sbin/shutdown -h now
sudo /sbin/shutdown -h now
发布时间: 2012-09-10 11:02:32 作者: rapoo
mac 快速关机
~ $ sudo vim sudoers
# %users localhost=/sbin/shutdown -h now
%wheel ALL=(ALL) NOPASSWD: /sbin/shutdown -h now
sudo /sbin/shutdown -h now