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 |
Which command is used to create a directory?
What are the general commands in using unix os for a beginner?
what is the difference between commmands cmp and diff?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you know about running processes of a particular user?
Using unix command how to display no of records in oracle?
Why we are using UNIX OS when we are doing the testing in our application?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
What is the functions of zambie process?
How do you stop a running process?
Give the command for finding the current date.
What does sed command do in unix?