Which command is used to create an empty file in Linux? *
cd
ls
touch
rm
Answers
Answered by
2
Answer:
here is the answer
Explanation:
The touch command creates a new empty file. You can create multiple files with the same command. If the file name or directory name already exists, the touch command updates the modification time and access time to the current date and time.
Similar questions