March 31, 2010 Are your CentOS root commands failing to be found? First do this: env (look for the path variable and see if it has the following line in it) Then add your /sbin path with this: PATH="/usr/sbin:$PATH" And!! PATH="/sbin:$PATH" Then try it again. It might work for you like it worked for me! Yes! Linux here I come!
January 7, 2010 How to find the path to a file on Mac OS X 10.5 Very nice tip! I will be using this frequently.