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 are some command words?
Who command in unix operating system?
How do you repeat a command in terminal?
What is the nmap command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is used to type command?
Can you enlist some commonly used network commands?
Is ‘du’ a command? If so, what is its use?
What do chown command do?
How do I use nslookup?
What does 'mkdir' command do in UNIX?
what is the advaantage of each user having its own copy of the shell?
How can you see the command line history?
What does the metacharacter mean?
How does the system know where one command ends and another begins?