linux使用uname显示内核时间
[root@zcwyou ~]# uname -p
x86_64
linux使用uname显示操作系统架构
显示操作系统架构
[root@zcwyou ~]# uname -i
x86_64
linux使用uname显示操作系统架构的第二种方式
同样是显示操作系统架构
[root@zcwyou ~]# uname -o
GNU/Linux
打印操作系统类型
linux使用uname打印操作系统类型
4.总结:
uname命令用于查询系统信息,包括内核的版本、系统架构。
本文已同步至博客站:
https://www.linuxrumen.com/cyml/605.html
点击了解更多,快速查看更多的技术文章列表。