Skip to main content

/unix-perms

Unix file system permissions visualizer.


Numeric notation: 7777
Symbolic notation: -rwsrwsrwt

Flags:
+------------+-------------+
| setuid     |   set       |
+------------+-------------+
| setgid     |   set       |
+------------+-------------+
| sticky bit |   set       |
+------------+-------------+

Permissions:
+---------+-------+-------+-------+
|         | User  | Group | Other |
+---------+-------+-------+-------+
| Read    |   x   |   x   |   x   |
+---------+-------+-------+-------+
| Write   |   x   |   x   |   x   |
+---------+-------+-------+-------+
| Execute |   x   |   x   |   x   |
+---------+-------+-------+-------+