How do you create a file in UNIX
Answer Posted / punit sharma
There are diffferent ways of crating a file on Unix
1. touch <filename>
2. cat <filename>
3. echo > <filename>
4. > <filename>
5. Using Vi editor
| Is This Answer Correct ? | 78 Yes | 31 No |
Post New Answer View All Answers
What are the commands in UNIX to list the files in a Directory?
Explain ‘system calls’ with respect to unix commands?
What is the use of tee command?
What are grep patterns?
What are the general commands in using unix os for a beginner?
What is the size of time_t?
How many unix commands are there?
What does pipe () return?
What is in grep command?
What is command statement?
What command is used to switching between users in unix?
How do you repeat a command in terminal?
Is it inbetween or in between?
What is the command to find maximum memory taking process on the server?
What are file commands?