From 8195b40106efd583c00ced5129374b4a82f8eddf Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 27 Jun 2009 22:16:40 +0300 Subject: tricks; new link --- software/freebsd-tricks | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'software/freebsd-tricks') diff --git a/software/freebsd-tricks b/software/freebsd-tricks index 0344abd..0c92e90 100644 --- a/software/freebsd-tricks +++ b/software/freebsd-tricks @@ -2,6 +2,13 @@ FreeBSD Tricks ===================================== +Set User Shell +----------------------- +``bash`` isn't always installed, so the default user shell is ``sh``; after +``bash`` is installed, a user can change their login shell with the command: + +$ chsh -s /usr/local/bin/bash + Burn an ISO image ----------------------- To burn a CD-R, use ``burncd`` like so:: -- cgit v1.2.3