jason how can i make it restart again.
what is the command to make it normal?
-nandu
http://www.linuxforums.org/forum/applications/3324-how-disable-sendmail-so-wont-get-started-up.html
- to stop sendmail from starting on Redhat, run:
-
Code:
-
chkconfig --del sendmail
- Jason
-
-
08-15-2003 #3
- Join Date
- Jun 2003
- Posts
- 25
08-15-2003 #4
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
to let it start up at boot time again:
and to see if it is on or off for each run level:Code:chkconfig --add sendmail
Code:chkconfig --list sendmail
'Unix/Linux' 카테고리의 다른 글
How To Configure Static IP On CentOS 6 (0) | 2013.12.31 |
---|---|
how to compare the timestamp of 2 files (0) | 2013.11.22 |
How To: UNIX Add A User To A Group (0) | 2013.11.21 |
The UNIX Encrypted Password System (0) | 2013.11.15 |
AIX 5.3에서 6.1로 업그레이드 후 gcc 에러날 때 (0) | 2013.11.06 |