Understand ls command output in linux
Output of ls command in linux can list content of a directory. It can provide all the files present in the directory as well as all the sub-directories. In Linux everything is represented as a file. A sample output of ls -lh is given below. In this we can see there are total 4 files … Read more