Skip to content
DevMeme
2662 of 7590
CLI Post #2941 · source on Telegram

Mkdir Meets Its Own Purpose

Description

A black-background meme shows terminal output at the top: "root@server ~# mkdir /new/directory" followed by "mkdir: cannot create directory ‘/new/directory’: No such file or directory". Below the terminal text is an image of Obi-Wan Kenobi with the caption "That's.. why i'm here". The joke points at the slightly absurd error message from `mkdir` when intermediate parent directories do not exist, where the missing `-p` flag is the real technical detail.

Comments

8
Anonymous ★ Top Pick `mkdir` without `-p` is the coworker who agrees to build the penthouse, then refuses because nobody poured the lobby.
  1. Anonymous ★ Top Pick

    `mkdir` without `-p` is the coworker who agrees to build the penthouse, then refuses because nobody poured the lobby.

  2. @a_desant 5y

    Working from root Nice

    1. @Ra_zor 5y

      mkdir is some serious stuff, ya know

  3. Deleted Account 5y

    Of course! You can easily make a destructive typo like this: mkdir /new/folder && rm -rf --no-preserve-root /

  4. Deleted Account 5y

    I chose that one expressly

  5. Deleted Account 5y

    i ran it

  6. @f_i_v3 5y

    run with -p tag and everything will work

  7. Deleted Account 5y

    i gotta p

Use J and K for navigation