Visualize Unix/Linux file permissions with special bits support婵镜数字人官网
| Role | Read (r) | Write (w) | Execute (x) | Octal |
|---|---|---|---|---|
| Owner | 6 | |||
| Group | 4 | |||
| Others | 4 |
chmod command豆包在线下载
chmod 644 <file>Symbolic豆包都有哪些功能
rw-r--r--Octal inputgpt下载
rw-r--r--Regular file (owner writes, others read)rwxr-xr-xExecutable / directory (owner full, others execute)rw-------Private file (owner read/write only)rwxrwxrwxWorld-writable (not recommended in production)r--------Read-only (commonly used for key files)rwsr-xr-xsetuid executable (e.g. /usr/bin/sudo)rwxrwxrwtSticky directory (e.g. /tmp — anyone can write, nobody can delete others' files)