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 |
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
What do chmod command do?
what is shell?
What are file permissions in Unix, and how are they represented?
What is mtime in find command?
how will you convert a general file to a hidden file?
In vi editor how do you execute unix commands?
How many unix commands are there?
What Command will remove a Directory in UNIX?
What is the behavioural difference between cmp and diff commands?
What is s and g in sed command?
How to redirect standard error to a file?