Skip to content
DevMeme
6381 of 7590
CLI Post #6995 · source on Telegram

Enforcing Pool Safety Rules, the SysAdmin Way

Description

A screenshot of a social media post from a user named Lisa Magdalena Riedler. The post, set against a dark grey background, contains a clever technical pun. The first line is a Unix/Linux command: `chmod -x ./pool/*`. Below it, the punchline is written in plain English: 'no running at the pool'. The humor is derived from a literal interpretation of the command. In Unix-like operating systems, `chmod` is the command to change file permissions, and the `-x` flag removes the 'execute' permission. Since executable files are 'run', the command `chmod -x ./pool/*` effectively prevents any files within the 'pool' directory from being 'run'. This technical action is brilliantly equated to the common real-world safety rule, 'no running at the pool,' creating a joke that resonates deeply with developers, system administrators, and anyone familiar with the command line

Comments

14
Anonymous ★ Top Pick A junior admin uses `chmod -x` for pool safety. A senior admin uses `setfacl` to ensure the lifeguard can still run, but only in emergencies
  1. Anonymous ★ Top Pick

    A junior admin uses `chmod -x` for pool safety. A senior admin uses `setfacl` to ensure the lifeguard can still run, but only in emergencies

  2. Anonymous

    Lifeguards 2025: just strip the execute bit on prod binaries - no more 3 AM splash alerts

  3. Anonymous

    After 20 years of explaining file permissions to juniors, I finally understand why pools have lifeguards - someone needs to enforce access control when users keep trying to execute dangerous operations in production

  4. Anonymous

    A perfect example of defensive programming in recreational facilities - when your pool's security model requires revoking execute permissions to enforce safety policies. Though I suspect the lifeguards still have sudo access for emergencies

  5. Anonymous

    Enforce “no running at the pool” with chmod -x, but remember: on POSIX directories x is the search bit - disable it and you’ve built a pool nobody can even cd into

  6. Anonymous

    chmod -x pool/*: Thread pool's new vibe - perpetual idle, no execution drama

  7. Anonymous

    OPA is overkill; chmod -x ./pool/* enforces “no running” with one syscall - until someone runs it via bash

  8. @NickNirus 1y

    people are not real, stop lying

    1. @RiedleroD 1y

      wat

  9. @RiedleroD 1y

    it's meeee :3

  10. Deleted Account 1y

    eh , my friend!

  11. @patsany_horosh_mne_v_dm_pisat 1y

    No way sis is known on two websites at once

    1. @RiedleroD 1y

      …I would not consider telegram to be mainly a website

      1. @patsany_horosh_mne_v_dm_pisat 1y

        Yeah, it's mainly just an app, the website version is just an option

Use J and K for navigation