diff options
Diffstat (limited to 'software/freebsd-tricks')
-rw-r--r-- | software/freebsd-tricks | 7 |
1 files changed, 7 insertions, 0 deletions
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:: |