Unix Notes

Notes from Das - Your UNIX The Ultimate Guide

How do I create directories and move files around?

How do I redirect Input and Output?

How do I install Oracle9i on Linux?

How did I install Oracle9i on Linux?

Korn Shell

Korn Shell

Vi Notes

Vi Notes

Awk Notes

Awk Notes

Linux Notes

Linux Notes

Other

How do I fix the delete or backspace key?
stty erase ^?

How do I mount a flash drive in Linux?
mkdir flash
mount -t vfat /dev/sda1 /root/flash

How do I find hardware on Linux?
kudzu

How do I rebuild mozilla?
ps -ax | grep moz
cd /usr/lib/mozilla-1.2.1/
./mozilla-rebuild-databases.pl

yum update

Java Stuff
whereis javac
chmod 700 jdk-1_5_0_05-linux-i586-rpm.bin

Link
ln -s /apps/fedoraCore4Installation fedoraCore4Installation