[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] chmod
- Subject: Re: [cobalt-users] chmod
- From: wcstaff <wcstaff@xxxxxxxxxxxx>
- Date: Fri Jul 18 06:04:02 2003
- Organization: webcoast
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> chmod works pretty easy if you know how..
>
>
> basically you have the rights:
> 4 = read
> 2 = write
> 1 = exec
>
> Just add 'em up, so if a you need rw-rw-r-- that makes chmod 664 (4+2
makes
> rw ;-)
> Or you can do it: chmod u+rw,g+rw,o+r
>
That's fine but I was doing -rw-r--r--, which is 644, right?