1、管理员登录后useradd username
2、passwd username 给用户username建密码
3、以username登录
4、#su
ps -aux 查看进程
ps -aux|grep http 查看进程http相关
more /etc/passwd 查看用户
cat /etc/passwd |cut -f 1 -d : 查看系统有哪些用户
w 查看当前登录用户
1、管理员登录后useradd username
2、passwd username 给用户username建密码
3、以username登录
4、#su
ps -aux 查看进程
ps -aux|grep http 查看进程http相关
more /etc/passwd 查看用户
cat /etc/passwd |cut -f 1 -d : 查看系统有哪些用户
w 查看当前登录用户