LINUX最常用命令整理

时间:2022-05-23 10:51:48
 LINUX最常用命令整理

<script type="text/javascript"><!--google_ad_client = "pub-5873492303276472";/* 728x90, 创建于 08-7-29 */google_ad_slot = "7502041044";google_ad_width = 728;google_ad_height = 90;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

#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 -sh <
> # 看指定目的大小
# grep MemTotal /proc/meminfo #
看内存
# grep MemFree /proc/meminfo #
看空内存量
# uptime #
看系运行时间、用数、负载
# cat /proc/loadavg #
看系统负载和分区
# mount | column -t #
看挂接的分区状
# fdisk -l #
看所有分区
# swapon -s #
看所有交分区
# hdparm -i /dev/hda #
看磁参数(适用于IDE设备)
# dmesg | grep IDE #
看启动时IDE设备检测状况网
# ifconfig #
看所有网接口的属性
# iptables -L #
看防火墙设
# route -n #
看路由表
# netstat -lntp #
看所有听端口
# netstat -antp #
看所有已建立的
# netstat -s #
看网络统计信息
# ps -ef #
看所有
# top #
实时显程状
# w #
看活
# id <
> # 看指定用信息
# last #
看用日志
# cut -d: -f1 /etc/passwd #
看系所有用
# cut -d: -f1 /etc/group #
看系所有
# crontab -l #
看当前用划任
# chkconfig --list #
列出所有系
# chkconfig --list | grep on #
列出所有启的系程序、# rpm -qa # 看所有安装的

# df -k 或者 df –h # 查看系统分区空间


<script type="text/javascript"><!--google_ad_client = "pub-5873492303276472";/* 728x15, 创建于 08-7-29 */google_ad_slot = "7630759450";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>