this post was submitted on 29 Dec 2025
500 points (98.4% liked)
People Twitter
10364 readers
741 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a pic of the tweet or similar. No direct links to the tweet.
- No international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major celebrity, figure or any politician. https://web.archive.org/save is an option. Archive.is is no longer recommended because they remove/alter content.
- If a tweet (or similar) makes a statement of fact, either mark it as "satire" in the body or provide the original source link backing up the statement
founded 3 years ago
MODERATORS
# indicates a comment in shell scripts, it's interpreted the same way on a command line. That's why it's doing nothing. In this case, the # isn't part of the command though. It's to indicate that it's a root shell. You'd see $ for a regular not-root shell. It's part of that bit of text with your username, hostname, and current directory (with most default shell configurations, look up the PS1 Bash variable) that comes before the command you're typing.