this post was submitted on 10 Aug 2024
109 points (95.0% liked)
Asklemmy
43944 readers
597 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Having no idea what they mean, I'd go with a direct phonetic pronunciation:
All of these, so far as I know, either are or evolved from Unix tools.
zsh is short for "z shell." A shell is a way to interact with a system via text - a command line interface. There are many including sh (shell), bash (Bourne again shell), fish (no idea what it stands for if anything) and others. I pronounce "zsh" as "zee shell."
ssh is short for "secure shell," a way to access systems remotely that replaced unencrypted remote access methods (hence "secure"). I pronounce this as "ess ess aitch." The last symbol you used looks like a calculus symbol to me.
sudo, depending on whom you ask, could stand for one of a few things; it was preceded by a command called "su" which stood for "super user" or "switch user" because it allowed you to imitate a user other than your own (super user being a user who has few or no permissions restrictions on a system). "sudo" is generally considered to be short for "su do" (whatever you consider "su" to mean) (ie, switch user and do or become super user and do).. I pronounce this one as "pseudo" but I didn't know what it meant when I first learned it. If I had, it's not impossible that I would pronounce it differently.
Caveat: I'm an experienced Linux user, but not an expert. All of the above is generally accurate but I suspect there are many lemmy users who would contest the details.
Hope this information helps!
edit: forgot that it was "fish," not "Phish."