autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set owner/group on FreeBSD


From: Eric Siegerman
Subject: Re: set owner/group on FreeBSD
Date: Thu, 19 Sep 2002 19:58:29 -0400
User-agent: Mutt/1.2.5i

On Thu, Sep 19, 2002 at 04:51:01PM -0700, Paul Eggert wrote:
> (set X`ls -dln` && chgrp $4 $tmp) 2>/dev/null

Some versions of ls don't print the group name by default:
        % /usr/ucb/ls -dln .
        drwxr-xr-x  52 erics        6656 Sep 19 19:50 .

You can add "-g" to fix that, but I bet there are other versions
of ls that choke on it :-/

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
The acronym for "the powers that be" differs by only one letter
from that for "the pointy-haired boss".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]