Group can read, write and execute; In this case 7 → 421 5 → 401 4 → 400 To view the applied chmod permissions on this file ( my_linuxshelltips ), we will use the following command $ ls l EXAMPLES Read permission to owner only $ chmod 400 testyaml Read permission to group only $ chmod 040 testyaml Read permission to everyone $ chmod 004 testyaml Write
Javarevisited 10 Examples Of Chmod Command In Unix Linux