Thursday, November 1, 2007

Linux Shortcuts

Here are some shortcuts that I am posting for myself so that I won't forget. I only access my linux webserver through terminal once in a while so I forget!

find a file:
find . -name "rc.conf" -print

httpd.conf location:
/etc/httpd/conf/httpd.conf

restart httpd
/etc/rc.d/init.d/httpd restart

update fedora core
yum update

0 comments: