Basic Linux Commands
Linux command to:
To view what's written in a file
cat file.txt
To change the access permissions of files
chmod
To check which commands you have run till now
history
To remove a directory/ Folder
rmdir
To create a fruits.txt file ...
dhiyanidevops.hashnode.dev2 min read