Results 1 to 3 of 3
Hi folks,
How to retain the ownership and permission of data transferred with CD from Box-1 to Box-2. The data are originally owned by User with r/w permission. After burning ...
- 01-21-2006 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
How to retain orginal ownership and permission
Hi folks,
How to retain the ownership and permission of data transferred with CD from Box-1 to Box-2. The data are originally owned by User with r/w permission. After burning the data on the CD they become read only. Copying them to Box-2 all files become read only by User and owned by Root. To get the data back to their original state involves certain work in running "chown" and "chmod".
Is there an easy way making use of CD as transfer medium retaining their orignal state, not via local network ? TIA.
B.R.
satimis
- 01-21-2006 #2
As I recall, doesn't tarring the files keep their original permissions?
DISTRO=Arch
Registered Linux User #388732
- 01-21-2006 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
That would be great (haven't tested that myself though). The archive itself would become read-only anyway.
To restore ownerships: doCode:# chmod -R [yourusername]:users *
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **


Reply With Quote