What does mkdir up2date; touch outdated up2date do?
Answers were Sorted based on User's Feedback
Answer / selva
mkdir up2date;
this command used to make a directory named up2date...
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / satish
mkdir will make new directory and touch will create 2 blank files here
Is This Answer Correct ? | 2 Yes | 1 No |
what is the function of grep 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:
Differentiate cmp command from diff command.
How do I run a bash script?
boot process?
Is it inbetween or in between?
What is sed awk grep?
Give the command to display space usage on the UNIX file system.
what do you understand by 'building block primitive'?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
How can i know my Filesystem and its current usage in my prod UNIX system?