linux常用命令征集
linux常用命令收集
1、开机启动设置
ssh chkconfig sshd on
2、用户获取sudo权限
vi /etc/sudoers
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
cos4 ALL=(ALL) NOPASSWD: ALL
1、开机启动设置
ssh chkconfig sshd on
2、用户获取sudo权限
vi /etc/sudoers
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
cos4 ALL=(ALL) NOPASSWD: ALL