How to get the operating system's information in unix?
Answer Posted / vasavi
uname -X
here uname is unix name with the extension
Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What are bash commands?
What are grep patterns?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the use of the command 'ls -x chapter[1-5]' ?
How do you grep a case insensitive?
What do chmod, chown, chgrp commands do?
What do know about tee command and its usage?
What is used to type command?
What is .sh file?
Why is it called a shebang?
Which command can you use to find the currently running process in unix server?
What is “chmod” command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the comma to display different lines that are found when compare two files?
What is ctrl d?