/etc/hosts 123.123.123.123 hostname.domain.com hostname 127.0.0.1 localhost ----------------------------- Get port listings: pico -w /etc/services ----------------------------- Search for a specific file name on the whole drive: find /* | grep filename.txt freebsd stuff: remove your /etc/profile and put this: -------------------------------------- remove .profile from /root/ EDITOR="pico"; export EDITOR PS1="[\u@\h:\w]# "; export PS1 PATH="/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/libexec"; export PATH BLOCKSIZE="K"; export BLOCKSIZE -------------------------------------- turn on telnet: pico -w /etc/inetd.conf remove the # killall -HUP inetd -------------------------------------- for the @www path stuff as root EDITOR=pico export EDITOR chsh change the shell to /usr/local/bin/bash -------------------------------------- Place to change the ftp daemon: /etc/inetd.conf make changes then run, killall -HUP inetd --------------- Holds hostname ip etc... /etc/rc.conf ----------------------------------- To put something in startup: goto /usr/local/etc/rc.d/ make a new.sh file