#90daysofdevops #3
To view what's written in a file.
cat <filename>
To change the access permissions of files.
chmode 777 <filename>
To check which commands you have run till now.
history
To remove a directory/ Folder.
rm -r <dir-name>
To create a fruits.txt file and t...
goutamdevops.hashnode.dev1 min read