Linux ls Command - list directories and files in CentOS Linux

Command : ls
usage        : List files and directories in CentOs Linux and Other Distributions 

ls command use to list files and directories in Linux Operating System.




ls command options


ls -l use to list file with details incluging file permission,owner,group and etc..



View Hidden Files


ls -a include hidden files and directories(files and directories starting with dotes)



to list all files including hidden files with full details use ls -al

List Files By modified date

using -t option we can list files by modified date with Most Recent File Will be Listed on Top

ls -lt list Most Recent modified Files on top

No comments:

Post a Comment