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/>

 

相关文章
|
5月前
|
运维 Linux
探索 Linux 系统信息工具:uname
探索 Linux 系统信息工具:uname
|
5月前
|
安全 Linux Shell
深入探索Linux的login命令
`login`命令是Linux中用户身份验证的关键,用于启动新的会话并访问系统资源。它验证用户名和密码,创建安全的会话,管理权限。主要特点是加密密码、确保身份验证和会话管理。管理员可能使用参数如`-f`, `-h`, `-p`, `-s`进行特殊操作。尽管通常不直接运行login命令,但了解其工作原理和安全最佳实践是重要的,包括使用强密码,定期更改,通过安全协议远程登录,以及谨慎管理会话。
|
6月前
|
Linux Windows
|
6月前
|
Unix Linux
uname
uname
47 1
|
6月前
|
Linux
Linux | tar,bc,uname指令
Linux | tar,bc,uname指令
|
6月前
|
Linux
Linux命令(58)之uname
Linux命令(58)之uname
67 0
|
6月前
|
存储 Ubuntu 搜索推荐
Linux - uname命令查看系统版本信息
Linux - uname命令查看系统版本信息
402 0
|
Linux
Linux-3-命令-3-pwd
pwd命令,(完整英文是Print Working Directory)可以用命令显示整个路径名。
97 0
Linux-3-命令-3-pwd