Mikevl said:
> Hi
>
> On the odd occasion I have stored scripts like smb.conf and crontab on a
> Windows file system i.e. my notebook for transporting from one Linux
> machine to another. This inevitably leads to corruption of the file.
> Characters appear to get added to the end of each line and heaven knows
> where else.
>
> Is there any way to "Clean" a file once it put back on my/any Linux
> system? I have found that dragging the file from Linux PC to Linux PC over
> the network helps but this seems extreme.

I would reccomend tarring up files before transport, that way
they are intact, permissions are intact as is ownership. gzipping
them may be a good idea too

tar -cvf filename.tar file1 file2 file3

gzip filename.tar (or bzip2 filename.tar)

then extract them at the new location..

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to