请问 在终端下 怎样查看的命令参数 如uname参数如下
-a, --all print all information, in the followiorder:
-s, --kernel-name print the kernel name
-n, --nodename print the network node hostname
-r, --kernel-release print the kernel release
-v, --kernel-version print the kernel version
-m, --machine print the machine hardware name
-p, --processor print the processor type
-i, --hardware-platform print the hardware platform
-o, --operating-system print the operating system


janeta 于 2007-08-01 17:24:26发表:
可以用两个办法:1. 用man命令 ,例如:man uname
2. --help, 例如: uname --help
comes 于 2007-08-01 16:29:07发表:
晕。 我的意思是在终端里怎样参看一个命令的参数
如在windows 的命令提示符 里输入 ipconfig/? 就可以得这个命令的详细参数及说明
firmstre 于 2007-08-01 15:27:08发表:
uname -a也能得到所有的信息
firmstre 于 2007-08-01 15:26:14发表:
uname这个是用于显示系统的信息
uname -r查看内核等,详细的可以搜索下命令的贴看看,有介绍