Linux 命令之uname
时间:2020-11-01 09:19:53
收藏:0
阅读:26
uname是linux中查询系统资讯的最基本的命令。
命令执行形式:
uname [options]
查看帮助的命令
uname --help
例如我的机器,执行 uname -a 命令:
评论(0)