BSD Certifications Coming Soon
hugo_pt writes "The BSD Certification Group was formed in January, 2005 to create a BSD certification program that is recognized as the industry standard for administering BSD systems. The resulting certification process will provide a measure of excellence in both understanding and the ability to perform complex administrative tasks on BSD systems. 2005 will prove an exciting year as the BSD Certification Group develops certification level(s) and testing methodologies. Stay up-to-date regarding the latest developments by joining the public Mailing List. This initiative will prove very important for BSD administrators, as right now, companies don't have any way of knowning if a person is an experienced BSD administrator."
Here are the most useful commands when using csh as a regular user...
/bin/sh
/usr/local/bin/ksh
OpenBSD:
% chsh -s
FreeBSD:
% su
# pkg_add -r pdksh
# logout
% chsh -s
As for root, I leave that as csh on my *BSD boxes because the thought of having to use csh forces me to write sudo permissions for anything I need to do regularly.