PDA

View Full Version : [ubuntu] CLI Commands



gb1986
May 15th, 2010, 01:50 AM
What are examples of CLI Commands? What are they used for?

lisati
May 15th, 2010, 01:56 AM
"CLI" = "Command line interface", and is an alternative to "GUI" (Graphical User Interface). Back in the days of MS-DOS, it was your only option for telling your computer what you wanted it to do.

jerenept
May 15th, 2010, 03:10 AM
some basic commands in linux -man <command>
shows advanced manuals on usage of programs
ls
lists files and folders in active directory
cd <directory>
changes active directory
cp <sourcefile> <newfile>
copies file from sourcefile to newfile
sudo <command>
gives a command temporary administrator privileges VERY DANGEROUS USE WITH CARE
apt-get
installs, removes, upgrades application packages on your system (use with sudo)
gksu <command>
graphical version of sudo
These are as many as i know. if they are unclear, please enter the command followed by '--help' (without quotes)

jerenept
May 15th, 2010, 03:14 AM
http://ubuntu-manual.org/
Try that. It's very helpful to many users

jerenept
May 15th, 2010, 03:23 AM
Double Post... sorry

tgalati4
May 15th, 2010, 03:52 AM
Try this (open a terminal first) :

sudo apt-get install htop
htop

apt-cache search process monitor

apropos monitor

which which
apropos apropos
locate locate

which htop
apropos htop
locate htop