upilli20001
Technical User
Hi
I have a configuration file as follows
Maxusers 100
LimitConn 500
Unlimiteduse Y
I want to change the values for Maxusers,LimitConn to 10 and comment out Unlimiteduse(add a #) . The file should be like this
Maxusers 10
LimitConn 10
#Unlimiteduse Y .
Please let me know how to write a script for it .
Regards
Upilli
I have a configuration file as follows
Maxusers 100
LimitConn 500
Unlimiteduse Y
I want to change the values for Maxusers,LimitConn to 10 and comment out Unlimiteduse(add a #) . The file should be like this
Maxusers 10
LimitConn 10
#Unlimiteduse Y .
Please let me know how to write a script for it .
Regards
Upilli