Day 03 - #90daysofdevops - Linux Basic Commands
To view what's written in a file. \> cat file_name
To change the access permissions of files. \> chmod 777 folder_name
To check which commands you have run till now. \> history
To remove a directory/ Folder. \> rm -rf foldername
\> rmdir fo...
rahulsharma1301.hashnode.dev1 min read