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 |
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
what do you understand by 'building block primitive'?
What is the command to view process running?
Can you enlist some commonly used network commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you execute a UNIX command in the background?
Explain ‘library functions’ with respect to unix commands?
What command is used to replace the existing string with some other?
What is the output of : $ ps-e $ ps-a commands
in a growing log file how will you see the 1st 99 lines?
distinguish between interrupts and exceptions?
What is grep short for?