On Wed, 2002-07-17 at 16:53, Philip S Tellis wrote:
I personally use /,/boot,/usr,/var,/usr/local,/home,/tmp, swap (and
maybe /opt). Mount /usr, / and /boot as readonly, maybe /usr/local too
you may want to add /var/spool/mail as well if you use that for mail.
makes it easier to set a quota for mail files.
Also isolate /var/log ... there are times when apache error_log actually
takes up the entire partition, and the server literally stops dead!
Sameer.
--
MTech Student,
Reconfigurable Computing Lab,
KReSIT, IIT-Bombay.
----------------------------------------------------------------------
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Word, line and byte counts of text files LOST #143
The wc util is specifically for this purpose. For this file:
o wc 143.lost reveals : lines words bytes filename
12 57 428 143.lost
o wc -L filname ... reveals the length of the longest line
####
bish@nde.vsnl.net.in####################################