Basic Linux Commands and Their Usage
cat To view what's written in a file
chmod File permissions consist of three types: read, write, and execute, each represented by the letters r, w, and x, respectively. The chmod command allows you to set or change these permissions for a file or dir...
umerdevops.hashnode.dev2 min read