Linux Ls Command
Linux Ls Command
In Linux, the command "ls" is one of the most commonly used. It's used
to display a list of files and sub-directories in the current directory. If
you're new to using the command line, the first command you should
learn is probably ls.This command can be used by both regular users as
well as system administrators.
Options Description
ls -lh This command will show you the file sizes in human readable format.
ls -g This allows you to exclude the owner and group information columns.