-rw-r--r--@

Using Mac OS X Server 10.5.8...
-rw-r--r--@
Any file with the @ symbol in the permissions on my server cannot be copied to an XP computer. I get a message that says:
"cannot read from the source file or disk."
These are files that have been sent to me as attachments from a linux user.
How can I alter these files to be transferable?

i think the correct ls command to list extra properties would be the following.
On mac os X server side .
ls -le
for example a simple ls from my home would give the following on Public
293955 drwxr-xr-x@ 4 "user" "group" 136 Feb 24 21:37 Public
ls -le on the other hand would give much more information on the ACL's setup on mac os X server side.
drwxr-xr-x@ 4 "user" "group" 136 Sep 30 22:51 Public
0: group:everyone deny delete
this would show up the details of the extra attributes. you can strip ACLs though if needed .
the man page shows you how .
http://xattr.sourceforge.net/
there are also possibilities of using the following links provided you are an ADC member . But Xcode also comes with mac os X in general so it might be there already.
http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/m an2/removexattr.2.html
a look at macports returns the following on the matter.
http://www.macports.org/ports.php?by=name&substr=xattr
but from what you are displaying i suspect the problem might just lie deeper into the configuration of the linux machine. i would strip the ACL and recreate it from scratch using xattr -d . Do you encounter the same issue with your Mac based ACL's ?

Similar Messages

Maybe you are looking for

  • Error while adding Incoming Excise Invoice

    Hi Experts, I am facing 1 problem while adding Incoming Excise Invoice & A/P invoice. The error msg is:- No matching records found  'G/L Accounts' (OACT) (ODBC -2028)  [Message 131-183] What might be reasons Vendor account is correctly defined. Regar

  • My iPhone 5 doesnt see my MacBook Pro via Bluetooth

    Anyone have any idea or steps or fixes to my bluetooth issue? While at the office, I was trying to tether my MacBook Pro to my iPhone 5 via bluetooth. My MacBook will see my phone, I attempt to pair, PassCode comes up on both devices, numbers match,

  • Retrieving size of DAM Asset

    I'm trying to get the size (in this case it's 30 KB but it could be whatever) of an asset from the CQ5 DAM. I've written code like this below that gives me the title Resource rsc = resourceResolver.getResource(damLink +"/jcr:content/metadata");      

  • Using Firefox 26. How do I get a close button for each tab at the top of the screen?

    Some time ago, I had a close tab button for each tab on the top of the screen. I want that back. I have no additional add ons and the close tab is set to 1. Changing it to 2 does nothing.

  • Custom.pll - bounce listener ?

    Hi there, After adding changes in custom.pll under $AU_TOP/resource and generating custom.plx , do we need to bounce the Forms Listener to have the changes reflected in application ? Thanks in advance.