summaryrefslogtreecommitdiffstats
path: root/software/freebsd-tricks
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:16:40 +0300
committerbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:16:40 +0300
commit8195b40106efd583c00ced5129374b4a82f8eddf (patch)
treec05795e318a48084cfeb653d7cc6644e6353cd1f /software/freebsd-tricks
parent4d4b8c5ee17d5744b7c7f9de58c32c992c5adabd (diff)
downloadknowledge-8195b40106efd583c00ced5129374b4a82f8eddf.tar.gz
knowledge-8195b40106efd583c00ced5129374b4a82f8eddf.zip
tricks; new link
Diffstat (limited to 'software/freebsd-tricks')
-rw-r--r--software/freebsd-tricks7
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::