gpt4 book ai didi

shell - 找出debian版本名称的可靠方法

转载 作者:行者123 更新时间:2023-12-04 19:18:27 25 4
gpt4 key购买 nike

我有一个脚本需要知道 debian 系统的发布名称是什么(例如:trusty、sid、wheezy 等)。我知道我可以通过查找 /etc/debian_version 来确定我是否在基于 Debian 的系统上。 , 但:
cat /etc/debian_versioncat /etc/issue
在 Debian Stable 上产生:
root@07156660e2cd:/# cat /etc/debian_version
7.8
root@07156660e2cd:/# cat /etc/issue

Debian GNU/Linux 7 \n \l

在 Ubuntu 上产生:

```root@a81e3f32b147:/# cat/etc/issue
Ubuntu 14.04.2 LTS\n\l

root@a81e3f32b147:/# cat/etc/debian_version
杰西/西德
```

我如何获得 Ubuntu 的代号(在本例中为“Trusty”)?我不想维护名称的发布版本字典。系统中有没有办法找到这些信息?

谢谢!

最佳答案

使用lsb_release :

lsb_release -c

关于shell - 找出debian版本名称的可靠方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29093864/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com