What is the use of the command 'ls -x chapter[1-5]' ?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open a port?
Which RAID Levels supported by LVM?
in a growing log file how will you see the 1st 99 lines?
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
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:
How will you know who are the users logged in to the system before 15 minutes?
Explain the read, write, and execute permissions on a UNIX directory.
Can you enlist some commonly used network commands?
What are the general commands in using unix os for a beginner?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
distinguish between user mode and kernel mode?
In vi editor how do you execute unix commands?