标签:-- linux系统 操作 时间 distrib name ros proc ubunt
uname -a
Linux DESKTOP-BCSFH1R 4.4.0-19041-Microsoft #1-Microsoft Fri Dec 06 14:06:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/version
Linux version 4.4.0-19041-Microsoft (Microsoft@Microsoft.com) (gcc version 5.4.0 (GCC) ) #1-Microsoft Fri Dec 06 14:06:00 PST 2019
cat /etc/issue //概括
Ubuntu 20.04 LTS \n \l
cat /etc/lsb-release //具体
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04 LTS
Release: 20.04 //发行时间
Codename: focal //ubuntu的代号名
getconf LONG_BIT
64
标签:-- linux系统 操作 时间 distrib name ros proc ubunt
原文地址:https://www.cnblogs.com/jarryHu/p/13286175.html