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 !

linux 查看用户的命令

时间: 2024-10-12 09:09:05

linux 查看用户的命令的相关文章

linux 查看用户常用命令

用登录查看 w 查看用户的登录信息          1 分钟          5分钟         15分钟之前的平均负载 tty1 带表本机终端 pts/0 带表远程终端 user:登录的用户名 tty:登录终端 from:从哪个ip地址登录进来 [email protected]:登录时间 idle:用户闲置时间 jcpu:指的是和该终端链接的所有进程占用时间. pcpu:指当前进程所占用的时间 what:当前正在运行的命令 who 也可以查看系统的登录信息命令输出: 用户名 登录终端

Linux查看用户的7个命令

在Linux系统里,我们会经常用Linux查看用户的命令,在这里我们一些命令进行了总结,总共有7个,并做了详细的解释,以便让大家更深入的理解,接下来让我们一起来看看这些命令和具体应用. 一.Linux查看用户命令w命令 该命令用于显示登录到系统的用户情况,w命令功能强大,它不但可以显示有谁登录到系统,还可以显示出这些用户当前正在进行的工作,并且统计数据相对who命令来说更加详细和科学. w命令的显示项目按以下顺序排列:当前时间,系统启动到现在的时间,登录用户的数目,系统在最近1秒.5秒和15秒的

Linux查看系统状态命令

Linux查看系统状态命令     iostat iostat 命令详细地显示了存储子系统方面的情况.你通常用iostat来监控存储子系统总体上运行状况如何,并且在用户注意到服务器运行缓慢之前提早发现输入/输出缓慢的问题.相信我,你应该在用户发现这些问题之前先发现这些问题! meminfo和free meminfo为你详细显示了内存方面的情况.你通常可以使用另一个程序,比如cat和grep,来访问meminfo的信息.比如说,cat /proc/meminfo为你详细显示了服务器的内存在任何一个

Linux查看系统配置常用命令

Linux查看系统配置常用命令: 系统 # uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有USB设备# lsmod # 列出加载的内核模块# env # 查看环境变量 资源# free -m # 查看内存使用量和交换区使用量# df -h # 查看各

linux 查看端口号命令

Linux下如果我们需要知道2809号端口的情况的话,我们可以这样,如下命令: $netstat -pan|grep 24800 tcp        0      0 0.0.0.0:24800           0.0.0.0:*               LISTEN      4496/synergys        tcp        0      0 192.168.1.104:24800     192.168.1.106:49479     ESTABLISHED 4496

LINUX创建用户的命令

LINUX创建用户的命令useradd -g test -d /home/test1 -s /etc/bash -m test1注解:-g 所属组 -d 家目录 -s 所用的SHELL 删除用户命令userdel -r test1创建密码命令passwd 查看linux下用户组是哪个命令! 察看 /etc/group文件 用cat /etc/passwd |cut -f 1 -d : linux禁止用户远程登录的方法:1.在新添加一个新用户的时候就指定这个用户不能远程登录 useradd  -s

linux强制用户下线命令

linux强制用户下线命令 前提:必须是root权限操作:(1)使用who查看目前有哪些用户登录了服务器,见下图(2)使用pkill -kill -t pts/1命令踢出第一个用户.命令解释:pts/1 对应的是该用户的TTY. linux强制用户下线命令

linux查看日志 (常用命令)

cat   tail -f  日 志 文 件 说    明 /var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一   /var/log/secure 与安全相关的日志信息   /var/log/maillog 与邮件相关的日志信息   /var/log/cron 与定时任务相关的日志信息   /var/log/spooler 与UUCP和news设备相关的日志信息   /var/log/boot.log 守护进程启动和停止相关的日志消息 系

Linux 查看系统配置常用命令

#Linux查看系统配置常用命令 系统 uname -a # 查看内核/操作系统/CPU信息 head -n 1 /etc/issue # 查看操作系统版本 cat /proc/cpuinfo # 查看CPU信息 hostname # 查看计算机名 lspci -tv # 列出所有PCI设备 lsusb -tv # 列出所有USB设备 lsmod # 列出加载的内核模块 env # 查看环境变量 资源 free -m # 查看内存使用量和交换区使用量 df -h # 查看各分区使用情况 du -