> ----- Original Message -----
> 
> From: "Marco Atzeri" 
> To: "cygwin> Date: 2022/01/09 日 14:39
> Subject: Re: permission 600
> 
> 
> On 09.01.2022 06:28, Tatsuro MATSUOKA wrote:
> > $ echo aaa > test.txt
> > $ ls -l  test.txt
> > -rw-r--r-- 1 user user 4 Jan  9 14:07 test.txt
> > $ chmod 600 test.txt
> > $ ls -l test.txt
> > -rw-r--r-- 1 user user 4 Jan  9 14:07 test.txt
> 
> it works for me
> 
> $ ls -l test.txt
> -rw-r--r-- 1 Marco Kein 4 Jan  9 06:35 test.txt
> 
> $ chmod 600 test.txt
> 
> $ ls -l test.txt
> -rw------- 1 Marco Kein 4 Jan  9 06:35 test.txt
> 
> I suspect that having user and group called same
> is the clue
> 

Ah! Thanks!

Tatsuro


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to