This video is the description of the ls command used in Linux to list the files and folders in a particular directory.
There are so many options or flags available with ls command for the listing in different manners.
ls -a : for hidden files and folders
ls -l : for long type listing
ls -S : for sorting
ls .. : for parent directory
ls ~ : for home directory listing
ls -d * : only for file listings
ls -d */ :only for directory listings
you can use "man ls" for more flags used with ls.
02 | "ls" - List of Files & Directories from a Particular Directory | Linux CLI
#ls #cli #linuxterminal #shell