Essential Linux Commands
TASK 1: To view what's written in a file.
ubuntu@ip-172-31-90-1:~/shanu$ cat test-2.txt
This is a new file
Cat: This is used to concatenate and display files on the terminal. It can also be used to modify existing ones.
TASK 2: To change the access ...
shahanashefi.hashnode.dev4 min read