linux 查看用户的命令
whoami-----Finding out who you are.
who---------Listing who is on the system.
W ----------Listing who is on and what they are doing.
Last --------Listing when a user last logged on
the last tools gets its data from the system file "/var/log/wtmp"
some others command
ps ------To list processes on the system.
ps -S -----the process is on hold at the moment.
ps -Z-----To list the zombie process
ps -u------To list all the processes of a specific user.
ps -aux -----To list all processes by all users on the system.
ps -aux | grep root
ps -aux | grep 13
ps -p 344(PID)-----To list the process whose PID is 344.
IF you find that you need more help . other options are available
Apropos -----Finding the right tool to use
Whatis -------Getting a description of a tool
Usage help----Getting usage help for a tool
Man-----------The online manauals
Info-----------The GNU hypertext Info system
HOWTOs------Other documentation on the system
go on !
本文出自 “赶不上的脚步” 博客,请务必保留此出处http://xxmspace.blog.51cto.com/1056016/1537558
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。