Linux CLI - File and Directory Operations
What will be the output of the following commands?
touch file1.txt file2.txt ls -l file1.txt file2.txt
touch file1.txt file2.txt ls -l file1.txt file2.txt
touch with multiple filestouch command can create multiple files at once by listing them separated by spaces.ls -l outputls -l command lists detailed info of the files, showing their size (0 bytes if empty) and timestamps.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions