Revision of Introduction to the Command Line from Sun, 07/29/2012 - 20:46

The revisions let you track differences between multiple versions of a post.

This manual covers the basics of using the command line.

Why use the command line?

  • There are programs that have no GUI(Graphical User Interface).
  • It's faster than using a GUI.

Finding a terminal:

Gnome:

  • Applications menu -> Accessories -> Terminal
  • Keyboard Shortcut: Ctrl + Alt + T

LXDE:

  • Menu -> Accessories -> LXTerminal

Xfce:

  • Applications menu -> System -> Terminal

KDE:

  • KMenu -> System -> Terminal Program (Konsole)

Analysing the prompt:

Regardless of what desktop environment you use, you should see a window similar to the one below.

https://trisquel.info/files/ittt1.png

vod -> This is the username.

laptop -> This is the name of the computer.

':' -> Everything after this colon is going to deal with where we are located on the system.

'~'(Tilde) -> Home directory is represented by a tilde. ( to understand this you will have to read about the Filesystem Hierarchy Standard)

'$' -> The prompt ends in this character. If you are a super user, the prompt will end in '#'.

Additional resources:

This manual is only an introduction to the command line. If you are interested in learning more, consult the following documentation:

Revisions

01/13/2011 - 07:18
AndrewT
07/30/2012 - 09:10
vod
12/25/2012 - 22:09
andrew
08/13/2013 - 18:20
lloydsmart
12/29/2013 - 19:29
Ehrenamtlich
01/11/2014 - 21:12
lembas
09/04/2014 - 02:38
muhammed
06/16/2016 - 14:30
anonymous
07/19/2016 - 20:33
Telstar
03/05/2018 - 01:02
s1lv3r
10/07/2018 - 15:51
albert_tremblay
09/16/2022 - 21:37
Hein
08/08/2024 - 07:21
knife