On Tue, 14 Nov 2000, Debian User wrote: > I'd like to switch /tmp to /usr/tmp because /tmp is to small. > > umount /tmp ; mv tmp tmp2 ; rewrite /tmp to /tmp2 in /etc/fstab > mkdir /usr/tmp ; ln -s /usr/tmp /tmp ; chown 777 /usr/tmp ; chown 777 /tmp > chmod root:sys /usr/tmp
Well, swapping chown <-> chmod in what you wrote, you're pretty close. The permissions _should_ be 1777, not just 777. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

