Many people knows, restarting network service command is like this.
but, this command is not recommended at Ubuntu linux.
If you don't want to meet stopped iron.
#service networking restart
#/etc/init.d/networking restart
I recommend this command.
#service network-manager restart
Also you'll meet this command.
#halt
I recommand this command.
#shutdown -h now
It's little strange. It's no problem at CentOS.
Why normal command occuring issue at Ubuntu?
No comments:
Post a Comment