Using the chmod command to change file permissions on a UNIX/Linux system.

Using the chmod command to change file permissions on a UNIX/Linux system. -rw-rw-r– 1 john john 203 09-02-12 07:16 pm out.out-rw-rw-r– 1 john john 203 09-02-12 07:16 pm out.out This file listing detail shows the information about the current file. The listing -rw-rw-r– shows the permissions for user, group and world. In this example, the … Read more