You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a expected behaviour or not, but if i do lchgrp('myfile.txt', 'invalid_group'); this returns true, in php this same piece of code returns false because the group doesn't exists.