Basic Linux Commands
ls
ls is a Linux shell command that lists directory contents of files and directories. It provides valuable information about files, directories, and their attributes.
ls -a
To show all the hidden files in the directory, use ‘-a option’. Hidden f...
pradnyaa.hashnode.dev3 min read