linux uname 查看系统基本信息
【摘要】 ECS信息规格:2vCPUs | 4GiB | kc1.large.2镜像:openEuler 20.03 64bit with ARM | 公共镜像 linux uname 查看系统基本信息 uname -a# uname -aLinux ecs-4eee 4.19.90-2003.4.0.0036.oe1.aarch64 #1 SMP Mon Mar 23 19:06:43 UTC ...
ECS信息
- 规格:2vCPUs | 4GiB | kc1.large.2
- 镜像:openEuler 20.03 64bit with ARM | 公共镜像
linux uname 查看系统基本信息
uname -a
# uname -a
Linux ecs-4eee 4.19.90-2003.4.0.0036.oe1.aarch64 #1 SMP Mon Mar 23 19:06:43 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
- 部分拆解
命令 | 运行结果 |
---|---|
# uname --kernel-name | Linux |
# uname --nodename | ecs-4eee |
# uname --kernel-release | 4.19.90-2003.4.0.0036.oe1.aarch64 |
# uname --kernel-version | #1 SMP Mon Mar 23 19:06:43 UTC 2020 |
# uname --machine | aarch64 |
# uname --processor | aarch64 |
# uname --hardware-platform | aarch64 |
# uname --operating-system | GNU/Linux |
补充
uname --nodename
uname --kernel-release
- 4.19.90
- 主版本号:4
- 次版本号:19
- 修订版本号:90
帮助文档(部分)
# uname --help
Usage: uname [OPTION]...
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 (non-portable)
-i, --hardware-platform print the hardware platform (non-portable)
-o, --operating-system print the operating system
--help display this help and exit
--version output version information and exit
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Full documentation <https://www.gnu.org/software/coreutils/uname>
or available locally via: info '(coreutils) uname invocation'
学习资料
欢迎各位同学一起来交流学习心得^_^
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)