There is one user "user1" which I cant find in /etc/passwd but I can execute cmds like
$touch abc
$chown user1 abc
$su user1
These command runs fine, but if I try to chown to some really nonexistent user these chown and su commands fail
I was wondering where is this user1 coming from?