What is the use of find command in unix?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of finger command?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
How will you know who are the users logged in to the system before 15 minutes?
What is the comma to show the space allocation of files?
How does one process we can start an executable file? How to get the PID process, which we started?
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 command will bring user back to their home directory in UNIX?
What is merge command in unix?
How do you find path of a directory? Give its syntax.
What are filter commands in unix?
What is the command to find hidden files in the current directory?