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

 

相关文章
|
14天前
|
Linux Windows
|
3月前
|
Linux
Linux | tar,bc,uname指令
Linux | tar,bc,uname指令
|
4月前
|
Unix Linux
uname
uname
31 1
|
4月前
|
Linux
Linux命令(58)之uname
Linux命令(58)之uname
37 0
|
4月前
|
存储 Ubuntu 搜索推荐
Linux - uname命令查看系统版本信息
Linux - uname命令查看系统版本信息
73 0
|
Linux
Linux-3-命令-3-pwd
pwd命令,(完整英文是Print Working Directory)可以用命令显示整个路径名。
68 0
Linux-3-命令-3-pwd
|
Linux
linux 之 pwd 命令
本篇内容记录了有关 pwd 命令的相关操作。
82 0
|
Linux 开发工具 数据安全/隐私保护
8.8 Linux /etc/login.defs
/etc/login.defs 文件用于在创建用户时,对用户的一些基本属性做默认设置,例如指定用户 UID 和 GID 的范围,用户的过期时间,密码的最大长度,等等。
247 0
8.8 Linux /etc/login.defs
|
Linux
linux find xargs
find . -type f -print |xargs file find / -name "core" -print | xargs > /tmp/core.
586 0