该/etc/os-release
文件包含以下内容:
PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Run Code Online (Sandbox Code Playgroud)
我不清楚这是否streth/sid
意味着不稳定的版本。根据 Debian 的文档,sid
意思是unstable
,但是stretch
意思是testing
.
debian ×1