Uname

简介: [root@localhost ~]# man uname UNAME(1) User Commands UNAME(1) NAME uname - print system information SYNOPSIS uname [OPTION].

[root@localhost ~]# man uname
UNAME(1)                         User Commands                        UNAME(1)

NAME
       uname - print system information

SYNOPSIS
       uname [OPTION]...

DESCRIPTION
       Print certain system information.  With no OPTION, same as -s.

       -a, --all
              print all information, in the following order, except omit -p and -i if unknown:

       -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 or "unknown"

       -i, --hardware-platform
              print the hardware platform or "unknown"

       -o, --operating-system
              print the operating system

       --help display this help and exit

       --version
              output version information and exit

AUTHOR
       Written by David MacKenzie.

REPORTING BUGS
       Report uname bugs to bug-coreutils@gnu.org
       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
       General help using GNU software: <http://www.gnu.org/gethelp/>
       Report uname translation bugs to <http://translationproject.org/team/>

 

相关文章
|
4月前
|
机器学习/深度学习 存储 Linux
linux中强大且常用命令:find、xargs、grep
linux中强大且常用命令:find、xargs、grep
208 9
|
8月前
|
Linux Windows
|
8月前
|
Unix Linux
uname
uname
56 1
|
8月前
|
Linux
Linux | tar,bc,uname指令
Linux | tar,bc,uname指令
|
8月前
|
Shell Python
Linux-xargs命令
Linux-xargs命令
96 0
|
8月前
|
Linux
Linux命令(58)之uname
Linux命令(58)之uname
72 0
|
Linux Shell
Linux xargs命令介绍
以上是一些常见的 xargs 命令的使用示例。使用 xargs 命令将多个文件传递给其他命令时,需要注意要检查传递给执行程序的最终参数列表是否正确,以避免出现问题。
85 0
|
Linux
Linux-3-命令-3-pwd
pwd命令,(完整英文是Print Working Directory)可以用命令显示整个路径名。
105 0
Linux-3-命令-3-pwd
|
Linux
linux 之 pwd 命令
本篇内容记录了有关 pwd 命令的相关操作。
131 0