Here is the command which will let you know, what version and distribution of Linux you are on.
user@localhost:~$ cat /etc/*-release |
In case of BSD, the command given should be
user@localhost:~$ cat /etc/*version |
Furthermore, if you want to know what is the kernel version and other system information details, this will be the command that will do the job.
user@localhost:~$ uname -a |
..............Done!!!
No comments:
Post a Comment