How do you create a file in UNIX
Answer Posted / khaja.shaik
To create files in unix there are two processes are there.
They are..
1)cat command
which creates a new file. If the file is already exists
it overrides the contents. It occupies memory.
2)touch command
Which creates a new empty file for later use.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the use of tee command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does find command return in unix?
Can you enlist some commonly used network commands?
What is the use of the tee command?
Enumerate some of the most commonly used network commands in unix?
What is the significance of the 'tee' command?
What is grep command in unix with examples?
What is the command to find maximum memory taking process on the server?
Describe the usage and functionality of the command rm –r * in unix?
Which unix command to make a new directory?
What are reported commands?
What are filter commands in unix?
Can you explain a little bit about command substitution?
What command is used to check the current users?