CODE
cd : Change directory.
touch : Create a file
rm : Delete a file
rm -r : Delete a folder with files in
rmdir : Delete empty folder
ls : Lists files in directory (verbose '-la')
less : View contents of file (if not, try 'more')
ed : Line editor. (see also ex)
vi : Visual editor (F'naarr! F'naarr!)
emacs : Everything under the sun.
links : Text web browser. (if not, try 'lynx [if not, try "elinks"]')
telinit : Switch runlevels (safety modes) 1,2,3: cmdline; 5: gui.
ps : Processes list.
su - : Switch to root.
yum : Download/install packages (RPM)
apt-get : Download/install packages (Debian) (F'naarr! F'naarr!)
tar : Deals with tarballs.
man : Views manual pages on any command.
shutdown : Shuts down the system. (try 'shutdown now')
Also cat. Read the man page.
Useful locations
----------------
/home/x/ : Home directory for user x
/usr/bin/ : Most programs go in here
/etc/motd/ : The "Message of the Day", shown upon login
/usr/share/dict/words : A long list of words. (Linux only)
* Barring Plan 9, of course.
Changelog:
v1.00 (23/01/09) : F1RST P0ST!!!
v1.01 (24/01/09) : Added useful locations section.
v1.02 (12/02/09) : ed, emacs, links, telinit.
v1.03 (13/02/09) : ls, ps, cd






MultiQuote