What Command is used to make a directory?
Answers were Sorted based on User's Feedback
Answer / raghavendra sharma
mkdir (dn1 dn2 dn3...dnm)
We can create mutliple directories at a time....
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you execute a UNIX command in the background?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the command to find maximum memory taking process on the server?
what does a process mean?
What are bash commands?
What is the use of egrep command in unix?
What is pid?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Give Command that will change the name of a directly from paypal to eBay
How do you grep a case insensitive?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?