Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
somez72 #1
chkconfig: - 60 20 ; what does means?
I found following script line in /etc/rc.d/init.d/nfs
chkconfig: - 60 20
someone tell me what does above line means?
I think start priority 60 and stop priority 20, but as I know nice value's
range goes from -20 (highest priority) to 19 (lowest).
thank you a lot.
have a day.
somez72 Guest
-
SWC,SWF Means
What is the abbrevation of .SWC , .SWF formats. please any one give me reply -
what does (gray#) means
hi there, from a client we received some grayscale images (just black and white scannings I think), that when opened in Photoshop 7 inside the... -
if (!0) means what?
Recently I made this mistake: if (!0){ echo "I am true"; } else { echo "I am false"; } It always evaluated to "true". What does (!0)... -
Can you tell me what this coding means?
One of our employees received an email (spam) that contained some code that didn't make sense to us. In the source code you will see the words... -
What means Protected WithEvents ?
The keyword 'protected' is an access modifier. You can get started understanding what is going on by opening your MSDN Library, look for the term... -
Frank Elsner #2
Re: chkconfig: - 60 20 ; what does means?
somez72 wrote:
YES, 'man chkconfig' will do it.>
> I found following script line in /etc/rc.d/init.d/nfs
>
> chkconfig: - 60 20
>
> someone tell me what does above line means?
--Frank Elsner
Frank Elsner Guest
-
Ken Kauffman #3
Re: chkconfig: - 60 20 ; what does means?
"somez72" <somez72@chollian.net> wrote in message
news:bf38le$2c8$1@news1.kornet.net...
| I found following script line in /etc/rc.d/init.d/nfs
|
| chkconfig: - 60 20
|
| someone tell me what does above line means?
| I think start priority 60 and stop priority 20, but as I know nice value's
| range goes from -20 (highest priority) to 19 (lowest).
|
|
| thank you a lot.
| have a day.
|
|
|
It does not correspond to "nice" values. It corresponds to the service
start and kill "priority" or rather the order number during startup and
shutdown sequences.
as mentioned. "man chkconfig"
ken k
Ken Kauffman Guest



Reply With Quote

