You are not logged in.
Pages: 1
So, I thought I was being clever by booting my computer with a LiveCD and doing:
mkdir /mnt/tmp
mount /dev/VolGroup/lvoltmp /mnt/tmp
mkdir /home/tmpbackup
cp -r /tmp/* /home/tmpbackup/
umount /mnt/tmp
mkfs.reiserfs /dev/VolGroup/lvoltmp
mount /dev/VolGroup/lvoltmp /mnt/tmp
cp -r /home/tmpbackup/* /tmp
Where /dev/VolGroup/lvoltmp is my /tmp (I use LVM).
But it seems as though my permissions got messed up in the process.
So I just did chmod 1777 /tmp
Is this the proper way to give /tmp the permissions it needs?
Also, I have a bunch of cron.xxxx and several keyring-xxxxx folders in there. How much stuff can I just delete safely?
Offline
Pages: 1