文章目录
1
2
3
4
5
6
7
8
9
10

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux testing (squeeze)
Release: testing
Codename: squeeze

$ cat /etc/debian_version
squeeze/sid

/usr/share/doc/base-files/FAQ:

Q. Ok, but how do I know which distribution I'm running?

A. If you are running testing or unstable, then /etc/debian_version is
not a reliable way to know that anymore. Looking at the contents of
your /etc/apt/sources.list file is probably a much better way.

其他相关的或有趣的包还有:

base-files

1
2

$ linuxinfo$ linuxlogo

查看内核版本:

1
2
3
4

cat /proc/version

uname -a

来源

文章目录