How to use ls command with example | How to see Hidden files in A Directory | Linux For Beginners.

Опубликовано: 24 Апрель 2026
на канале: Engineering court
588
7

In this tutorials, We are discussing about the ls command which gives the list of file and directory present inside a directory.
Along with this i have discussed about some useful option that are used in ls command to get Listing in detailed format.
ls -l = long listing
ls -t = listing according to time
ls -t = to reverse the list
ls -a = To show hidden files
ls -A = To Show hidden files, except . and ..

#Linux #ls #Unix