How to check the flavor of UNIX?

Answer Posted / guest

using command:

uname -a

Is This Answer Correct ?    48 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the various commands that are used for the user information in unix.

539


why metadb requires a seperate slice to create Solaris volume manager

2552


What is the functionality of a top command?

623


What does pipe () return?

592


Is command prompt unix?

579






hw will u use awk in replacing cahrs and files

2726


What is the command to find maximum memory taking process on the server?

668


What is the use of sed command in unix?

597


Name the general commands in using unix os for a beginner?

621


What is the command to compare two files in unix?

618


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1758


what is the advaantage of each user having its own copy of the shell?

2034


What is the use of cut command in unix?

690


What is awk used for?

616


Explain ‘system calls’ with respect to unix commands?

600