Guys,
I am brand new to Linux and Ubuntu this is my second day and I am starting to collect a list of basic commands:
su : Super User rights from within the terminal
sudo : super user run this command
ls : list directory contents
ls -lis : list directory content is list view
cd : change directory
cd /dirname : jump change a directory
apt-get install : gets app from web and installs
apt-get remove : uninstalls app
apt-get update : updates the DB
clear : clears screen
./filename : processes a install command
mkdir : creates a directory
chmod 777 dirname : resets access rights to directory
kill 999 : kills process at high level
reboot : reboots system
exit : exits from terminal or moves back a userlevel
make : comlies package code
make install : installs the compiled code
uname -r : gives you the kernel version
Can you add to this list and have I made any mistakes. Go easy this is all very new for me!



Adv Reply










Bookmarks