Friday, November 28, 2008

How to enable Linux /sbin/ commands to use universally in any directory?

if you just want it temporarily, just run this:
Code:
PATH=$PATH:/sbin

If you want it permanently, add that line to your ~/.bashrc. (~ normally means the /root/ directory)

No comments: