InterviewSolution
Saved Bookmarks
| 1. |
Explain the usage of 'touch' command? |
|
Answer» touch command is used to CREATE an EMPTY filename Example : $ touch knowledgehut.txt Also for existing files or directories, touch command changes the last access TIME to current time. |
|