Quote:
Originally posted by jefftrwmy
bonous question:
why in my RedHat 7.2 I have to type "/sbin/shutdown -h now" but in my previous RedHat 7.0 I only type "shutdown -h now" TO SHUTDOWN
|
The reason is /sbin is not in your PATH. What you need to do it add it. There are many ways but i just do
Code:
export PATH=$PATH:/sbin
Then you should be able to type shutdown -h now w/out the /sbin preceding. Hope this helps..
For the libmm thing. I did find
this