Barak Korren wrote:
I've recently attempted to move my /var directory form the root
filesystem to a new filesystem I created on my hardrive, unfortunately I
neglected to command "cp" to preserve the files' ownerships while
copying the files form the old /var directory.
While most things seem to
Hellow.
I've recently attempted to move my /var directory form the root
filesystem to a new filesystem I created on my hardrive, unfortunately I
neglected to command "cp" to preserve the files' ownerships while
copying the files form the old /var directory.
While most things seem to be working
On Sun, Jun 13, 1999 at 03:49:46PM -0700, [EMAIL PROTECTED] wrote:
> It looks like you should have cp -a (same as -dpR?) to preserve the
^^^ (a little ignarance goes a long way :(
> permissions for the subdirectories of /var. Consider this:
>
> bart:~$ ls -ld /var
>
On Sun, Jun 13, 1999 at 06:14:45PM -0400, Jonathan D. Proulx wrote:
> Hi,
>
> I recently moved /var to the partition windoze used to occupy.
>
> To do this (after reformatting the partition):
> # mkdir /vartemp
> # mount /dev/hda1 -t ext2 /vartemp
> # cp -R /var/* /vartemp
>
> I then set up /etc
Hi,
I recently moved /var to the partition windoze used to occupy.
To do this (after reformatting the partition):
# mkdir /vartemp
# mount /dev/hda1 -t ext2 /vartemp
# cp -R /var/* /vartemp
I then set up /etc/fstab to mount /dev/hda1 at /var and later wiped the
original /var. It has been a lit
5 matches
Mail list logo