• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OT: What does '@' in file permissions mean?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OT: What does '@' in file permissions mean?


  • Subject: Re: OT: What does '@' in file permissions mean?
  • From: Dan Korn <email@hidden>
  • Date: Wed, 30 Apr 2008 14:19:28 -0500

On Apr 29, 2008, at 8:56 PM, DV Henkel-Wallace wrote:
I know you've had some replies with the answer but at the risk of sounding trite: since that's ls output, man ls would have sent you down the correct path.

That's true, unless the man pages are out of sync, which is often the case when upgrading from Tiger to Leopard, especially if you already had Xcode installed under Tiger.


So, I don't think it's fair for everyone to admonish Rob with "RTFM" when he did indeed look at the man pages, and they were wrong, through no fault of his own. It's Apple's bug, and it's one of those things that you don't know is wrong until you run into an issue like this.

This issue with the outdated man pages bit me as well. The solution to is not necessarily as extreme as archiving and re-installing everything. I followed the instructions at the end of this page:
http://www.macosxhints.com/article.php?story=20071201021830891


Specifically:
sudo mkdir /usr/share/man/old
sudo find /usr/share/man -type f -exec test -e {}.gz \; -exec mv {} / usr/share/man/old \;
sudo find /usr/share/man -type l -exec test -e {}.gz \; -exec mv {} / usr/share/man/old \;

After doing this, I see the proper Leopard man pages.

Dan

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: OT: What does '@' in file permissions mean? (From: Greg Guerin <email@hidden>)
 >Re: OT: What does '@' in file permissions mean? (From: Bill Royds <email@hidden>)
 >Re: OT: What does '@' in file permissions mean? (From: Doug Hill <email@hidden>)
 >Re: OT: What does '@' in file permissions mean? (From: Bill Royds <email@hidden>)

  • Prev by Date: Re: OT: What does '@' in file permissions mean?
  • Next by Date: Xcode 3.1(Beta) Developer Documentation opens in separate Safari window
  • Previous by thread: Re: OT: What does '@' in file permissions mean?
  • Next by thread: Re: OT: What does '@' in file permissions mean?
  • Index(es):
    • Date
    • Thread