Monday, June 26, 2017

which particular Linux flavor is installed on a computer

cat /proc/version

Once you know that you are running Red Hat for example, you can get to the point with:

cat /etc/redhat-release


Or on Debian:

cat /etc/debian_version


or in general :

cat /etc/*-release


Also you could use the following command

cat /etc/issue



No comments:

Post a Comment