what is the command to get help on a UNIX terminal?
Answers were Sorted based on User's Feedback
Answer / rajagopalreddy.purini
hai frds
i know 4 commands
1>man, exp:man <command name>
2>whatis,exp:whatis <command name>
3>info,exp:info <command name>
| Is This Answer Correct ? | 4 Yes | 0 No |
write grep commands to select the lines that have exactly two characters
Is it inbetween or in between?
Differentiate cmp command from diff command.
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
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<stdlib.h> # include <stdio.h> 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:
what is the difference between npar and vpar in HP-UX?
what are the different hardwares available?
What is in grep command?
How we will execute previous command in vi editor?
how to change a normal file into hidden file
What command will change your prompt to myprompt?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.