1、write
①命令所在路徑:/usr/bin/write
②執(zhí)行權限:所有用戶
③語法:write <用戶名>
④功能描述:給在線用戶發(fā)信息龄糊,以Ctrl+D保存結束
2赡鲜、wall
①命令英文原意:write all
②命令所在路徑:/usr/bin/wall
③執(zhí)行權限:所有用戶
④語法:wall [message]
⑤功能描述:發(fā)廣播信息
3哗脖、ping
①命令所在路徑:/bin/ping
②執(zhí)行權限:所有用戶
③語法:ping [選項] IP地址
? ? -c:指定發(fā)送次數
④功能描述:測試網絡連通性
4、ifconfig
①命令英文原意:interface configure
②命令所在路徑:/sbin/ifconfig
③執(zhí)行權限:root
④語法:ifconfig [網卡名稱] [IP地址]
⑤功能描述:查看和臨時設置網卡信息
5、mail
①命令所在路勁:/bin/mail
②執(zhí)行權限:所有用戶
③語法:mail [用戶名]
④功能描述:查看發(fā)送電子郵件
6毅整、last
①命令所在路徑:/usr/bin/last
②執(zhí)行權限:所有用戶
③語法:last
④功能描述:列出目前與過去登錄系統的用戶信息
7、lastlog
①命令所在路徑:/usr/bin/lastlog
②執(zhí)行權限:所有用戶
③語法:lastlog [-u] [用戶UID]
? ? -u:指定用戶UID
④功能描述:檢查某特定用戶上次登錄的時間
8坤溃、traceroute
①命令所在路徑:/bin/traceroute
②執(zhí)行權限:所有用戶
③語法:traceroute 主機
④功能權限:顯示數據包到主機間的路徑
⑤范例:traceroute www.sina.com.cn
9甥郑、netstat
①命令所在路徑:/bin/netstat
②執(zhí)行權限:所有用戶
③語法:netstat [選項]
? ? -t:TCP協議
? ? -u:UDP協議
? ? -l:監(jiān)聽
? ? -r:路由
? ? -n:顯示IP地址和端口號
④功能描述:顯示網絡相關信息
⑤范例:
? ? netstat -tlun :查看本機監(jiān)聽的端口
? ? netstat -an:查看那本機所有的網絡連接
? ? netstat -rn:查看本機路由表
10、setup
①命令所在路徑:/usr/bin/setup
②執(zhí)行權限:root
③語法:setup
④功能描述:配置網絡
11筋蓖、掛載命令:mount
①命令所在路徑:/bin/mount
②執(zhí)行權限:所有用戶
③語法:mount [-t 文件系統] 設備文件名 掛載點
④范例:mount -t iso9660 /dev/sr0 /mnt/cdrom
⑤卸載命令:umount 設備文件名或掛載點