歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> 關於Unix >> 最基本的 Unix 命令

最基本的 Unix 命令

日期:2017/2/28 11:27:33   编辑:關於Unix


下列是最基本的Unix命令:
QUOTE:ls, ls -al, ls -d, pwd, cd, cd ~user, cd -,
cat /etc/passwd, less, bg, fg, kill, killall,
uname -a, type commandname, sync, netstat,
ping, traceroute, top, vi, ps aux, tar, zcat,
grep, ifconfig, ...

在命令提示符後輸入man或info加相關命令名,可查看該命令的意思。許多Linux命令可使用下列調用獲得簡要幫助信息:
$ commandname --help
$ commandname -h
whatis commandname可以顯示任何命令的單行概述,這些內容來自於相關幫助文件的開頭。
Copyright © Linux教程網 All Rights Reserved