I made a new Debian droplet, and I’ve noticed there’s an already existing user called “debian”. It’s got no password, and has never logged in. The home directory’s creation date is five days before the creation date of my droplet. This directory’s creation date also happens to coincide with the creation date of the file system, so I’m guessing this is a remnant of the original image created to base new Debian droplets off of?
Can I remove this user and its home directory safely?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I’m pretty sure it’s not a Debian standard user. The ID is 1000, and it’s got its own home directory and even a shell. I did forget to mention the user comment in the passwd file: “Cloud-init-user”. I’m pretty sure it’s a user from DigitalOcean, I’m just not sure if I can remove it.
The home folder has no .bash_history, just .bash_logout, .bashrc and .profile as the only files.
Hi @turtlebike
What’s the ID of that user? Have a look in
/etc/passwd
. My first guess would be “yes”, since it’s probably created as part of the initial build of the image (droplets uses images and doesn’t do a complete install, which is why it can get up and running within one minute) Here’s a definition of the standard system users, which are not recommended to touch: https://www.debian.org/doc/manuals/securing-debian-howto/ch12.en.html#s-faq-os-users