How do you create a file in UNIX
Answer Posted / c sivakumar
We can create a file by touch command
example: touch success
ls -ltr
-rw-rw-r-- 1 bd 0 Oct 31 09:08 success
| Is This Answer Correct ? | 199 Yes | 53 No |
Post New Answer View All Answers
What does this command do? Cat food 1 > kitty
What is the difference between cat and more command?
How do I run a bash script?
Who invented grep?
Which unix command to make a new directory?
Which command is used to find whether the system is 32 bit or 64 bit?
How does the system know where one command ends and another begins?
What is a command and examples?
what is the advaantage of each user having its own copy of the shell?
How many unix commands are there?
What is $0 bash?
How do you grep recursively?
Is ‘du’ a command? If so, what is its use?
What are grep patterns?
Describe the usage and functionality of the command rm –r * in unix?