Sunday, November 29, 2009

Using Chkconfig

Using Chkconfig

# chkconfig –list

List All Services status in different run levels

# chkconfig nfs off

Will permanently stop the nfs service.

# chkconfig –level 24 nfs off

Will off the nfs service at runlevel 2 and 4.

# runlevel

Command will display your current runlevel

 
Things You Should Know About Linux !!!