How do you find which version and name of unix you are
using at the command prompt?
Answer Posted / pankaj sain
#cat /etc/issue
#cat /proc/version
#uname -r
#cat /etc/*-release
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between grep and grep?
Why is shebang used?
What is the significance of the 'tee' command?
What is the behavioural difference between cmp and diff commands?
Is command prompt unix?
Explain mount and unmount command.
What is the use of sed command in unix?
What is the pipe command?
What are file commands?
What is ctrl d?
Which command is used to delete all files in the current directory and all its sub-directories?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are some command words?
How does the system know where one command ends and another begins?
Which command can you use to find the currently running process in unix server?