Permission
rwxr-xr-x
Octal
755
Developer Tools
Toggle read, write, and execute bits to convert between octal and symbolic chmod formats, with example commands for scripts, directories, and recursive changes.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Toggle read, write, and execute bits to convert between octal and symbolic chmod formats, with example commands for scripts, directories, and recursive changes.
# 将设置直接应用到目标文件:
chmod 000 target_file
# 递归应用到当前及子文件夹下的所有匹配物:
chmod -R 000 folder_name/
安全评估
-
已加载 755 推荐运行权限。
Permission
rwxr-xr-x
Octal
755
755 is common for executables or traversable directories; 644 is common for ordinary read-only files.
Yes. It can include -R examples, but confirm the target path before running them on system directories.
Tools
Continue with another translated tool for a nearby task.
Linux Command Reference
Browse common flags and examples for frequently used Linux commands such as tar, find, and systemctl without SSHing into a server.