The document provides commands for opening, creating, and listing files in Linux/Unix. To open a file, use the "cat" command followed by the filename. To create multiple empty files, use the "touch" command followed by the names of the files to be created. To show a list of files including details like size and permissions, use the "ls -l" command.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views1 page
Basic Linux File Commands Guide
The document provides commands for opening, creating, and listing files in Linux/Unix. To open a file, use the "cat" command followed by the filename. To create multiple empty files, use the "touch" command followed by the names of the files to be created. To show a list of files including details like size and permissions, use the "ls -l" command.