Adduser question - What is user 111 -user #111

Hello!

I have created a system user for a SERVICE running on my system.

sudo adduser --system --group service-name --disabled-password --disabled-login --home /var/cache/service-name --shell /bin/false

Under owner is now entered:

Owner:

111 -user #111

Is that correct?

What should "111 -user #111" be?

It did not work with this command:

sudo adduser --system service-name --group service-name --disabled-password --disabled-login --home /var/cache/service-name --shell /bin/false

Please help, thanks!

I got rid of user #111.

Chowned the files with correct username and now User #111 is gone.

"SOLVED"

Ownership issues. Try chown