SSShubham Singhinlearndevopsnow.hashnode.dev·Oct 28, 2023 · 2 min readBasic Linux CommandsTo view what's written in a file. Cat: This is used to concatenate and display files on the terminal. It can also be used to modify existing ones. To change the access permissions of files. Chmod: This command is used to change the access permission...00