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 |
What command will bring user back to their home directory in UNIX?
what is the advaantage of each user having its own copy of the shell?
What does sed command do in unix?
Describe the zip/unzip command using gzip.
which script will invoke first ,when /etc/init.d starts
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
How to add content of one file into another file at the beginning
What is $0 bash?
what is virtual machine?
What is grep in bash?
What is the general format of unix command syntax?
Explain ‘system calls’ with respect to unix commands?