Hi,
I need to enable quota's in my linux system. As mentioned in this article which suggests to run quotaon command in sysinit file.
I am using Suse Linux Enterprise Edition. Where can I find this file. I have checked /etc/rc.d directory. But it does not have rc.sysinit file
-
2003-08-09 is a little bit old and Linux systems have changed since then.
You should consult the SLES administration manuals which you can find under http://www.novell.com/documentation/sles10/#administration
I wouldn't also be surprised if there was an appropriate YaST module for quota configuration.
sysadmin1138 : The relevant documentation is found here: http://www.novell.com/documentation/sles11/book_sle_deployment/?page=/documentation/sles11/book_sle_deployment/data/sec_y2_userman_adv.htmlFrom joschi -
I'm a redhat guy, so I am not an expert on suse, but based on the one suse host I have access to the suse equivalent to
rc.sysinitis/etc/init.d/bootrc.sysinit(on redhat systems) is the script that init calls to kick off the startup process.Basically you need to check you
/etc/inittabfor lines that containsysinit,bootorbootwaitand it will be the script specified in one of those lines.On the suse system I have access to the relevant line in
/etc/inittablooks like this:# First script to be executed, if not booting in emergency (-b) mode si::bootwait:/etc/init.d/bootSee
man inittabfor more details.From Jason Tan
0 comments:
Post a Comment