Listing files in a directory in Linux
It is possible to list which files and other directives are located in the current path in Linux using command prompt. This is done using ls utility. la is short for list.
There are additional switches that can be included in ls command. For example it is possible to list content of a folder in a long format that includes more information about content of this folder.
Comments
Post a Comment