UNIX/LINUX TUTORIAL

Here is a minimal set of commands for the UNIX/LINUX systems: cat. Display or join files . cd. Change to another working directory . chmod. Set . access mode. for a file or directory, for example $ chmod 700 phigbee . The above command will allow me to read, write, and execute files in my directory. ................
................