linux 命令

权限修改:chmod
 
删除账户:userdel

创建组:groupadd

删除组:groupdel

更改组:groupmod

管理后台服务:chkconfig
 
列出服务sshd的服务状态:chkconfig --list sshd

列出所有服务的状态:chkconfig --list 
 
改变文件的权限chmod
  
建立用户账户:useradd

关闭运行级别:chkconfig --level 5  sshd  off

关闭所有级别:ckconfig  sshd  off

开启服务:chkconfig  severname  on

系统设置:setup

拷贝:cp

清屏:clear

切换目录:cd

查看文件内容:cat

挂载:mount

你可能感兴趣的:(用户,服务,的)