Tag Archives: ls -lrt

ls -l command in Linux

ls -l option lists all files and directories in the current directory in long listing format. Continue reading

Posted in File & Directory | Tagged , , , | Comments Off on ls -l command in Linux

The difference between ls, ls -a, ls -A, ls -l, ls -al, ls -lrt

ls -a : display all files and subdirectories in the current directory, including hidden “.” And “..” etc; ls -l : display detailed information of non-hidden files and directories. Continue reading

Posted in File & Directory | Tagged , , , | Comments Off on The difference between ls, ls -a, ls -A, ls -l, ls -al, ls -lrt