How to check the flavor of UNIX?
Answers were Sorted based on User's Feedback
Answer / debesh
uname -a
<<kernel_name>> <<node_name>> <<release_name>>
<<version_name>> <<machine>> <<processer>> <<hardware>>
<<os>>
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / vamshi
Hi
#uname -a
it'll shows the which OS , kernel version, hardware
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
If JFS file system is 100% full how we can increase the file system ?
what is the shell for dos,nt operating systems?
Which command is used to delete all files in the current directory and all its sub-directories?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
what is the advaantage of each user having its own copy of the shell?
What is grep and how do you use it?
what is the command to get help on a UNIX terminal?
what do you understand by 'unix is a portable os'?
How do you grep recursively?
what are the different commands used to view the contents of a file?
How do you remove a crontab file?
Why is shebang used?