Sudhakar Chandrasekharan <[EMAIL PROTECTED]> writes: > Is there an ext2 equivalent of fips? I have a lot of space on the disk > which I am mounting as /usr/local. I want to partition it and use one > partition as /opt.
Just make a symlink for opt like
mkdir /usr/local/opt
chmod 755 /usr/local/opt
link -s /usr/local/opt /opt
Ciao,
Martin
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .

