principino1984
Verified User
- Joined
- Oct 10, 2008
- Messages
- 36
Hi guys,
I have to move my /var directory in /home/var
It this procedure right?
cp -a /var /home/
mount –bind /home/var /var
rm -r -f /var
and then I have to edit my fstab adding this:
/home/var /var none bind 0 0
Is this the right procedure to move /var folder without having to reboot my system?
Thanks
Marco
I have to move my /var directory in /home/var
It this procedure right?
cp -a /var /home/
mount –bind /home/var /var
rm -r -f /var
and then I have to edit my fstab adding this:
/home/var /var none bind 0 0
Is this the right procedure to move /var folder without having to reboot my system?
Thanks
Marco