MiTpython

Loading...
🌐 Loading...
Contact Chat

Linux Commands Reference

ls Basic Command
ls [options] [directory]
List directory contents. Shows files and directories in the current or specified directory.
ls -la List all files including hidden ones in long format
ls -R List files recursively including subdirectories
Pro Tips:
  • Use -h for human-readable file sizes
  • Use --color to enable colored output