|
- root@hpc4you:~# cat /etc/os-release
- PRETTY_NAME="Ubuntu 24.04 LTS"
- NAME="Ubuntu"
- VERSION_ID="24.04"
- VERSION="24.04 LTS (Noble Numbat)"
- VERSION_CODENAME=noble
- ID=ubuntu
- ID_LIKE=debian
- HOME_URL="https://www.ubuntu.com/"
- SUPPORT_URL="https://help.ubuntu.com/"
- BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
- PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
- UBUNTU_CODENAME=noble
- LOGO=ubuntu-logo
- root@hpc4you:~# echo $SHELL
- /bin/bash
- root@hpc4you:~# /bin/bash --version
- GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- root@hpc4you:~#
复制代码
未复现楼上讲的问题. |
|