AAAbdul Ahadindevops-abdulahad.hashnode.dev·Nov 15, 2024 · 5 min readLinux CommandsDirectories List items. List using ~$ ls command. Flags -a -l -r -t -t are used to sort files by time. -a Is used to display all files, including hidden files and folders. -r reverses the list of files. -l lists details of all files. Change dir...00