From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MVWpA-0008MN-RL for garchives@archives.gentoo.org; Mon, 27 Jul 2009 20:29:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED08E05F8; Mon, 27 Jul 2009 20:29:31 +0000 (UTC) Received: from mail-ew0-f217.google.com (mail-ew0-f217.google.com [209.85.219.217]) by pigeon.gentoo.org (Postfix) with ESMTP id 14DE7E05F8 for ; Mon, 27 Jul 2009 20:29:30 +0000 (UTC) Received: by ewy17 with SMTP id 17so3435335ewy.34 for ; Mon, 27 Jul 2009 13:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=CbMJ5kbpZYAK9kejk60ZidyQ4MAzJ09iRG/+YriNBTo=; b=TAB72DNF9Qr6BSX/8eGh0H77f5JwpOZMJhaQ6Eno9hcmAx7Wyb5jFL7eSTCmF2xnCE 0gFFRLfau3vAWNbIGRG1rWNQn1KQ3zFut4KDKmHC1ekMhSVh5tJPwIcSqEqAN5/1g2f9 kbrSviA/HzK5OEDdWZ+XhTcHbGMcv75rUoN8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=qfGic/smVGfXFdNrWkq2UesMPYAmH4iL1lseVGzejaSv2QWvAwyjy3psO8w3QloN20 0T4fpZ4zTyLL/mVk9gvDRKhDf4pGR/Z52cXlhTzh6tgfAI7/IRdfvluaNBQ2ACLWl4FF afXpXDf+TZwrh0Yher3+SGrJ9iV5QlDCagkBA= Received: by 10.210.92.5 with SMTP id p5mr5542366ebb.24.1248726570440; Mon, 27 Jul 2009 13:29:30 -0700 (PDT) Received: from nazgul.localnet ([196.210.202.145]) by mx.google.com with ESMTPS id 10sm579521eyd.6.2009.07.27.13.29.27 (version=SSLv3 cipher=RC4-MD5); Mon, 27 Jul 2009 13:29:28 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: [nfs] nfs mount settings Date: Mon, 27 Jul 2009 22:28:01 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.30-gentoo-r4; KDE/4.2.4; x86_64; ; ) References: <87tz0y7wk5.fsf@newsguy.com> <354FAAC2-ED09-4A0E-9B23-2358C305598D@stellar.eclipse.co.uk> <87iqhe6v3x.fsf@newsguy.com> In-Reply-To: <87iqhe6v3x.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907272228.01270.alan.mckinnon@gmail.com> X-Archives-Salt: 103964df-7248-4a34-a287-96cb3ee6b4aa X-Archives-Hash: ecb278b8230b7f2777d2e978b573a436 On Monday 27 July 2009 16:47:30 Harry Putnam wrote: > Stroller writes: > > Further to A McK's reply, suggest use of `ls -ln`. > > > > Assuming the -n is supported on Slowaris all will become clear. > > But after the changes mentioned in a reply to Alan M. it now shows > the same on both the source /projects (on solaris) and the mounted nfs > /projects on gentoo. > > ls -ln (on solaris) > > ls -ln /projects > total 18 > drwxr-xr-x 2 1000 10 5 2009-07-25 18:46 bookmks > drwxrwxrwx 9 1000 15 10 2009-07-13 08:38 harvey > drwxr-xr-x 3 1000 15 3 2009-01-21 18:22 mob1 > drwxr-xr-x 32 1000 15 34 2009-06-24 07:35 reader_rdr > [...] > > ===================================================== > > ls -ln (on gentoo) > > total 18 > drwxr-xr-x+ 2 1000 10 5 Jul 25 18:46 bookmks > drwxrwxrwx 9 1000 15 10 Jul 13 08:38 harvey > drwxr-xr-x+ 3 1000 15 3 Jan 21 2009 mob1 > drwxr-xr-x+ 32 1000 15 34 Jun 24 07:35 reader_rdr > [...] > > The only difference I see is the `+' on gentoo. I'm not sure what > that means. It usually means there's an ACL attached to that dir/file -- alan dot mckinnon at gmail dot com