Loading…
Calculate Unix/Linux file permissions visually. Toggle read, write, and execute for owner, group, and other, and get the numeric (755), symbolic (rwxr-xr-x), and chmod command instantly.
# Numeric: 755
# Symbolic: rwxr-xr-x
chmod 755 path
chmod u=rwx,g=rx,o=rx path