123456789101112131415161718192021222324 |
- root@wxdx:/usr/local# uname -a
- Linux wxdx 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
- root@wxdx:/usr/local# uname -v
- #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022
- root@wxdx:/usr/local# lsb_release -a
- No LSB modules are available.
- Distributor ID: Ubuntu
- Description: Ubuntu 20.04.4 LTS
- Release: 20.04
- Codename: focal
- root@wxdx:/usr/local# cat /etc/issue
- Ubuntu 20.04.4 LTS \n \l
- root@wxdx:/usr/local# cat /proc/version
- Linux version 5.4.0-100-generic (buildd@lcy02-amd64-002) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022
|