Which unix command to make a new directory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

What is grep and how do you use it?

0 Answers  


What do chgrp command do?

0 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


what is the difference between "cron" command and "at" command?

5 Answers  


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:

0 Answers  






what are the different commands used to create files?

5 Answers  


What is time_t?

0 Answers  


What is ‘ps’ command for?

0 Answers  


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


Categories