Basic Linux Commands
Let's see some basic Linux commands to get you started:
To view what's written in a file.
~ cat <filename>
To change the access permissions of files.
~ chmod 744 <file/folder name>
it will change the access permissions for:
user - read, write...
sumitramchandra.hashnode.dev2 min read