
REGGIE C. answered 09/23/19
MSc in Information Assurance |Vunerability Assessment & Pentester
The touch command is the easiest way to create new, empty files.
touch's syntax is:
touch [option] file_name(s)
Example: The following command would create three new, empty files named file1, file2 and file3:
touch file1 file2 file3