

InterviewSolution
Saved Bookmarks
1. |
Solve : Want to know some basics of Unix/Linux? |
Answer» HI guys, can any one tell me how to find out the VERSION RUNNING on a linux system?what command to use? many thanks in advance uname -a gives you the kernel version and certain other system INFORMATION. The file /etc/issue often contains information about the DISTRIBUTION. |
|