Files
ladybird/Userland/chown.cpp
Emanuele Torre 4bbe01def1 chown: Don't allow "invalid" uid/gid specs (#2596)
The usage message states that a uid/gid spec should be <uid[:gid]>.

Let's not allow `anon:`, `anon:users:hello` and `:users` then.
2020-06-21 09:54:07 +02:00

3.0 KiB