Inser disk 1 from drive and come to
super user prompt
#
mount /media/cdrom
#
cd /media/cdrom
#
ls
#
cp – av RedHat /var/ftp/pub
#
cp –av images /var/ftp/pub
#
umount /media/cdrom
#
eject
Inser disk 2 from drive and come to
super user prompt
#
mount /media/cdrom
#
cd /media/cdrom
#
ls
#
cp – av RedHat /var/ftp/pub
#
umount /media/cdrom
#
eject
Inser disk 3 from drive and come to super user prompt
#
mount /media/cdrom
#
cd /media/cdrom
#
ls
#
cp – av RedHat /var/ftp/pub
#
umount /media/cdrom
#
eject
Note
: cp -u -update copy only
when the SOURCE file is newer
than the destination file or when the
destination file is
missing
example
: cp –avu Redhat /var/ftp/pub
No comments:
Post a Comment