diff options
author | nik <nik@FreeBSD.org> | 2001-06-15 10:47:30 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-06-15 10:47:30 +0000 |
commit | 24135db698ca52c0a88284bef71526b573481c48 (patch) | |
tree | d98d3b84e3e2a0a9abc114128944d66ba03d58b1 /games | |
parent | 5810263edcf9996dbb9ee4b940bc87f9280dbb8a (diff) | |
download | FreeBSD-src-24135db698ca52c0a88284bef71526b573481c48.zip FreeBSD-src-24135db698ca52c0a88284bef71526b573481c48.tar.gz |
More tips.
Submitted by: David Scheidt <dscheidt@tumbolia.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 11901b5..759c121 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 <kkonstan@duth.gr> +% +Over quota? "du -s * | sort -n " will give you a sorted list of your +directory sizes. + -- David Scheidt <dscheidt@tumbolia.com> +% +Handy bash(1) prompt: PS1="\u@\h \w \!$ " + -- David Scheidt <dscheidt@tumbolia.com> +% +man -k "something" will give you a list of manpages that have "something" +in their description. + -- David Scheidt <dscheidt@tumbolia.com> +% +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 <dscheidt@tumbolia.com> +% +"man hier" will explain the way FreeBSD filesystems are normally laid out. + -- David Scheidt <dscheidt@tumbolia.com> +% +"man tuning" gives some tips how to tune performance of your FreeBSD system. + -- David Scheidt <dscheidt@tumbolia.com> +% +"man firewall" will give advice for building a FreeBSD firewall + -- David Scheidt <dscheidt@tumbolia.com> |