diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 11901b5e1626..759c12123bcd 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -276,3 +276,27 @@ modes. Any user that is a member of the wheel group can use "su -" to simulate a root login. You can add a user to the wheel group by editing /etc/group. -- -- Konstantinos Konstantinidis +% +Over quota? "du -s * | sort -n " will give you a sorted list of your +directory sizes. + -- David Scheidt +% +Handy bash(1) prompt: PS1="\u@\h \w \!$ " + -- David Scheidt +% +man -k "something" will give you a list of manpages that have "something" +in their description. + -- David Scheidt +% +Ever wonder what those numbers after command names were, as in cat(1)? It's +the section of the manual the man page is in. "man man" will tell you more. + -- David Scheidt +% +"man hier" will explain the way FreeBSD filesystems are normally laid out. + -- David Scheidt +% +"man tuning" gives some tips how to tune performance of your FreeBSD system. + -- David Scheidt +% +"man firewall" will give advice for building a FreeBSD firewall + -- David Scheidt