How to use grep command to list find the records of a file containing 10 different strings?
No Answer is Posted For this Question
Be the First to Post Answer
How do I search for a file in unix command?
If JFS file system is 100% full how we can increase the file system ?
How do you find out all processes that are currently running in UNIX OS?
How do you remove a crontab file?
What do know about tee command and its usage?
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:
in UNIX,what is the command to remove directory with files?
Who command in unix?
why unix commands can be divided into internal and external commands?
what is the difference between "cron" command and "at" command?
how will u execute a file in unix
How we will execute previous command in vi editor?