1.List All Services status in different run levels
# chkconfig –list
2.Will permanently stop the nfs service.
# chkconfig nfs off
3.Will off the nfs service at runlevel 2 and 4.
# chkconfig –level 24 nfs off
4.Command will display your current runlevel.
# runlevel
No comments:
Post a Comment