Changing permissions for files and directories in shell
Before changing any permissions, please check the current permissions of a file by ll command, Here the first part(-rw-r--r--) represents the type of file and its permissions: 1st character is file type, - is a regular file, d is a directory 2,3,4 c...


