What does the metacharacter mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is command substitution?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How do you grep a case insensitive?
what is difference between unix and linux?
Can a process kill itself in UNIX/or in its various versions?
what is the default permission for /etc/shadow file in UNIX
29. How to display top 10 users Who | head -10 | wc –w
How do I search for a file in unix 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<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 are the commands in UNIX to list the files in a Directory?
What is awk command used for?
What will the following command do?