add /sbin to path – centos / Red hat

 

easiest way is to export /sbin path to your .bash_profile

 

echo ‘export PATH=$PATH:/usr/sbin’ >> $HOME/.bash_profile