Linux ls Command
Youtube Video: Linux ls command
Description:
ls lists the file that is in that directory along with file size, owner, and modification.
Syntax:
ls [option] [file/location]
Help / Manual: You can input “man” in front of the ls command to get help. You can also type “ ls –help “ to get the short version of the manual.
Options:
These are the options that you can use with the “ ls “ command to add additional features to your search.
You can always check the reference below for more information on the “ ls “ command. Learning the basics of “ ls “ will get you started to list the files in that directory.
References:
https://www.computerhope.com/unix/uls.htm
https://www.linuxdoc.org/LDP/LG/issue48/fischer.html
https://www.geeksforgeeks.org/ls-command-in-linux/
Comments
Post a Comment