Переместился на https://superuser.com/info/80251/how-to-know-which-linux-distribution-im-using
Как узнать, какое дистрибутив Linux я использую?
uname -a дает Linux xxxxxx.net 2.6.9-42.0.3.EL.wh1smp # 1 SMP Пт Авг 14 15:48:17 MDT 2009 i686 i686 i386 GNU/Linux Как я могу узнать, что это Ubuntu/Debian/Fedora или Redhat?
Я использую перезапуск /etc/init.d/serviced для перезапуска serevices, кажется, что это не семейство Redhat
Update:
[~]$ cat /etc/issue
cat: /etc/issue: No such file or directory
[~]$ cat /etc/issue.net
cat: /etc/issue.net: No such file or directory
[~]$ lsb_release -a
-sh: lsb_release: command not found
[~]$ cat /etc/*-release
cat: /etc/*-release: No such file or directory
[~]$ cat /etc/*-version
cat: /etc/*-version: No such file or directory
[~]$ cat /etc/*release
cat: /etc/*release: No such file or directory
[~]$ cat /etc/*_release
cat: /etc/*_release: No such file or directory
[~]$ cat /etc/*version
cat: /etc/*version: No such file or directory
[~]$