Linux CLI - File and Directory Operations
Which of the following is the correct syntax to create an empty file named
notes.txt using touch?notes.txt using touch?touchtouch filename. So touch notes.txt is correct.-c prevents creating a file if it doesn't exist, > is shell redirection (not touch syntax), and -r copies timestamps from another file.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions