De man ls
:
-a, --all
do not ignore entries starting with .
-F, --classify
append indicator (one of */=>@|) to entries
-h, --human-readable
with -l, print sizes in human readable format (e.g., 1K 234M 2G)
-l use a long listing format
O comando ls -alhF
é equivalente a ls -a -l -h -F
A capacidade de combinar argumentos de linha de comando como essa é definida pelo POSIX.
Options that do not require arguments can be grouped after a hyphen, so, for example, -lst is equivalent to -t -l -s.