Day 3: Hands-on Linux
To view what's written in a file.
cat <file_name>
To change the access permissions of files.
chmod <permissions> <file_name>
To check which commands you have run till now.
history
To remove a directory/ Folder.
rmdir <directory_name>
...
moiz-journeytodevops.hashnode.dev1 min read