#ls command is used to display the contents of the specified working directory (list the files and subdirectories contained in the current working directory).
Syntax:
ls [-alrtAFR] [name...]
The parameters are as follows:
ls -ltr s*
ls -lR /bin
The above is the detailed content of How to use the ls command in linux. For more information, please follow other related articles on the PHP Chinese website!