how to change the permissions for a file or dir in Linux or Unix
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400 = Read by owner 200 = Write by owner 100 = Execute by owner 040 = Read by group 020 = Write by group 010 = Execute by group 004 = Read by others 002 = Write by others 001 = Execute by others 777 = anyone can do anything (read, write,...