How to speak linux for newbies

Tags:

Just basic conventions and terminolgy often used in Debian and Linux.
----------------------------------------------------------------------------------

Note some terms and symbols have different meanings in different contexts. A living language changes over time so legacy (recent history) terms may have different meanings to different people, please add yours. These are only based on what I have come across and understood so I may have been completely wrong, as always corrections and additions most welcome this is a book (community) page so just hit the edit tab and leave a comment on what you fixed.

////////////////////////////////////////////////////////////////////////////////////////////////////////////

*Language

foo
meaning some program. Like 'x' in math a place holder used to make a statement generic. So "gksu foo" could mean "gksu Konqueror" or "gksu Nautilus".

bar
friend of foo (see above) sometimes used together "foo bar" or "foobar" again as in math but a different variable place holder like 'y'.

root
1)the administrative user that has all power to do things on a linux/unix computer.
2)"/" is the root symbol, pronounced root, and often meaning the begining (or base point) of a *nix file system.

*nix
meaning all things ending in "nix" mostly referring to "Linux" "unix" (or "bsd" variants?)

app
abbreviation of "application" or program sometimes referred to as clients.

read the man page
means open your favourite terminal application (xterm, konsole, linux console etc) and then type:
"man foo"
see foo above, in this case it is the name of the app that you are trying to use so try:
$ man ls

Most *nix programs have this very handy manual page installed along with the program. They are your friend and should always be consulted BEFORE you run any unfamiliar command, that includes help given here and elsewhere. A small typo by the helper could cause you to make a big mistake so check what all those options do and you will learn more.
KDE programs often do not have a man page, they have their own help system, a rare KDE failing IMO. How about gnome and other desktops?

////////////////////////////////////////////////////////////////////////////////////////////////////////////

*Conventions


run mount:
$ mount

means open your favourite terminal application (xterm, konsole, linux console etc) and then type "mount" and press enter (return key). The "$" normally appears as the prompt when logged in as a normal user.


run ifconfig, as root:
# ifconfig

means open your favourite terminal application (xterm, konsole, linux console etc) and login or gain root. Then type "ifconfig" and press enter (return key). The "#" normally appears as the prompt when logged in as the root user.

gain root
login as the root user or run the program with root permissions. Most often done by opening your favourite terminal application (xterm, konsole, linux console etc) and typing "su" pressing enter (return key) and entering the requested root password. May also be accomplished by dropping to the Linux console and logging in as the root user (press "Ctrl+Alt+F1" if in X, "Alt+F7" gets you back to X). Or by using kdesu, gksu or xsu to run the program as the root user.

////////////////////////////////////////////////////////////////////////////////////////////////////////////

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

can this really be a coincidence?!

Quote:
foo
meaning some program. Like 'x' in math a place holder used to make a statement generic. So "gksu foo" could mean "gksu Konqueror" or "gksu Nautilus".

bar
friend of foo (see above) sometimes used together "foo bar" or again as in math a different variable place holder 'y'.

"foo bar"?! is that a version of FUBAR?!

;-)

Motto: chown -R linux:GNU world
Distros: Debian, Kanotix, Frenzy, Damn Small Linux

Yeah I also thought of that

Yeah I also thought of that as I was writing, lol.
So I linked the dictionary lookup and was suprised to find both with just the answer too. Have a look at the 'fubar' def, I think this is so perfectly put
"fubar
1. (WWII military slang) F***** up beyond all
recognition (or repair)."

Are we just a blip in history, where the working class had too much access to information and freedom?

To foobar or not to fubar? What a silly question...

Hee hee hee!

This has been an issue for others as well. Check out this thread for an example. It's the Linux4Christians mailing list, and there had a been a reasonable discussion about objectionable language being included in the OpenOffice spellchecker, and somebody accidentally dropped this into the conversation.

It's really funny watching a discussion about which words are and aren't offensive without actually using them for fear of offending someone!

--
A tidy house is the sign of a stolen computer.

Re: To foobar or not to fubar? What a silly question...

Well, that's the magic of free software: you have the source so you can get rid of those offensive words in the spellcheck!

But I wonder, just how were these words discovered in the spell checker when they first offended someone? Was someone purposely cursing to test/check it? (OMFG!) Or were these words suggested spellings for another word?

I'm thinking that these peoples' Webster's dictionaries must be heavily redacted. :-/

About root...

Here in Australia the term root has another meaning. (Note--the reference is three quarters or so down the page, but the word gets used in the very first entry! I love our language!)

The funny thing is if you ask an Aussie 733t h4cX0r if he's 'got root lately' the answer is most likely 'no.'

--
A tidy house is the sign of a stolen computer.

Root permission

Yeah you certainly have to be carefull who you ask for 'root privileges' round here (Aussie) lol. I would say something bout the footy (rugby) on Sat night, but that would be sure to be a sore spot and get me some funny looks on this site lol.

Are we just a blip in history, where the working class had too much access to information and freedom?

Syndicate content