Daily challenges →
🐧 Linux hard ⚡ 75 XP

What does the `chmod 755` command set on a file?

chmod 755 = 7(rwx) for owner, 5(r-x) for group, 5(r-x) for others. In binary: 7=111, 5=101. Standard for executable scripts and web server directories — owner can edit, everyone can read and execute. chmod 644 is standard for regular files (owner writes, others read).

🌊 This is a free sample — 507+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →