Answer Posted / santhosh..
if u want know kernel version then
#uname -r
if u want know architecture of os then
#cat /etc/redhat-releases
if u want know about about flavor of unix
#uname -a...like we have so many commands....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does shebang work?
What is awk good for?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is used to type command?
What is {} in find command?
Write a command to kill the last background job?
What is the command to find hidden files in the current directory?
What is grep in bash?
Using unix command how to display no of records in oracle?
What is the comma to display different lines that are found when compare two files?
What does grep v do?
What is awk command used for?
What does the command ' $who | sort –logfile > newfile' do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Differentiate cat command from more command.