Listing Files and Directories

Опубликовано: 25 Октябрь 2024
на канале: Embedded For All
66
10

Listing Files and Directories #shorts #linuxshell #commandprompt #linux
ls is the command you can use to list files and directories
ls takes different options like -F, -a, -R
-F is to distinguish files from directories
-a is to display hidden files along with normal files and directories
-R is recursive option, it shows files that are contained within sub-directories in the current directory
-l is to display a long listing. In addition to the filename, the listing shows additional useful information