ls
Lists files and directories with permissions, size, owner, modification time,
and symlink targets.
Usage
ls [path]
Example
# List current directory
ls
# List a specific directory
ls /var/log
# List a single file
ls config.yml
Output
Displays entries sorted alphabetically with:
- Permissions
- Size
- Owner
- Modification time
- Symlink targets (if applicable)