Tag: chmod

  • Linux File Permissions

    Linux File Permissions

    Explanation For example: dwrxr–r– You can split this in 4 segmenst: d wrx r– r– d means the name is a directory. wrx is the first of 3 permission segments, and represents the owner. The next segment is for the same group users, and the last is for other users like guests. Above stands for:…