Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: should a cp copied file retain original permissions?




Am 11.03.2010 um 16:08 schrieb zzapper:

> Hi
> zsh on cygwin on windows7
> 
> 
> I frequently find that a file created by a copy (cp) has lost its permissions 
> such that I need to chmod it to be able to edit it etc

yes, that's expected. Usually you use -p (standard) or -a (GNU) which does a bit more.



Messages sorted by: Reverse Date, Date, Thread, Author