>>>>> "Vikram" == Vikram Bajaj <[EMAIL PROTECTED]> writes:


    Vikram> How do I increase the space in /tmp?  I tried creating a
    Vikram> new partition of 500mb and mounting it on /tmp with the
    Vikram> appropriate permissions after which x windows fail to
    Vikram> start.

Make a partition. Suppose it's hda8
add entry to fstab.
/dev/hda8 /tmp ext2 defaults 0 1
(man fstab)
and reboot.
(This might not work if permissions of /tmp have be already fscked up
beyond kingdom come and i don't know how you can revert back to old
/tmp status! Sorry:)

Something is going wrong with the permissions (my guess) but then you
don't have to do what your doing to accomplish what you have in mind.
Incase you still want to have it your way, then try changing
permissions using

$chmod --reference=/tmp
(man chmod for more)

HTH
sukrit


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to