Self-mockery : Fantastic question.
I followed sudo usermod -a -G grp uzr
in order to add uzr
into grp
.
When I type groups uzr
I get uzr : adm cdrom ... grp
and when I'm logged in with uzr
I type groups
and I get adm cdrom ...
.
But no mention of grp
anymore.
I'm trying to add an user into www-data
in order to WinSCP and on-the-fly edit my files with a Windows based IDE.
Neither problem with the Fuse-based stack environment, nor with WinSCP, because, when I'm logged in with uzr
, mv
doesn't works on files, because, of course, rights do not permit w
flag but to group www-data
.
I'm stuck with it. Probably a new behaviour I'm not aware of ?