I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there, and can I delete it?
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there,
and can I delete it?
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there, and can I delete it?
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there, and can I delete it?
What does "grep esc /etc/passwd" show? Usually system accounts will use
a comment
in the name field to indicate what function the user is for.
On Thu, 8 Jul 2021 09:22:54 +0100, Ar wrote:
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there,
I always do clean install so I can say it is not created.
and can I delete it?
You are the system administrator so you can do whatever you like.
In this case, deleting "esc" may leave files no longer owned by the
deleted user. Same kind of problem can occur when deleting a group.
First thing to do is verify you do not already have that problem. As root,
find / -path /proc -prune -o -user nobody -o -group nogroup
Then check for stuff by the user.
find / -path /proc -prune -o -user esc -o -group esc
On 2021-07-08, Ar <Ar@127.0.0.1> wrote:
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there, and can I delete it?
I have no such user.
find / -user esc
will show which files on the system are owned by esc. That will give you
an idea if you can delete it.
You can find what package they come from and what rpm package they are
owned by and what that package does
rpm -qilf </path/to/file>
On 08/07/2021 14:36, Bit Twister wrote:
On Thu, 8 Jul 2021 09:22:54 +0100, Ar wrote:
I noticed after upgrading from Mageia 7 to 8, I now have a new user
called "esc", should that be there,
I always do clean install so I can say it is not created.
It's what I normally do, but this time I wanted to test the inline
update, as someone has to test it out on a real machine.
and can I delete it?
You are the system administrator so you can do whatever you like.
A fair point, but I was more concerned if I rm -fr the account, if
there's some sort of symlink to something, will it delete the original
files it's linking to? I'm not 100% on symlinks - very wary of them.
In this case, deleting "esc" may leave files no longer owned by the
deleted user. Same kind of problem can occur when deleting a group.
First thing to do is verify you do not already have that problem. As root, >> find / -path /proc -prune -o -user nobody -o -group nogroup
Then check for stuff by the user.
find / -path /proc -prune -o -user esc -o -group esc
The latter an interesting command, it deleted stuff and right at the end
it deleted a file with the old test account name I had set up. So for
some strange reason, when I asked MCC to to delete the old test account,
it didn't do a clean job of it.
Thanks for your help, mystery solved on what that new user was.
I always do clean install so I can say it is not created.
It's what I normally do, but this time I wanted to test the inline
update, as someone has to test it out on a real machine.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 481 |
Nodes: | 16 (2 / 14) |
Uptime: | 27:52:10 |
Calls: | 9,543 |
Calls today: | 3 |
Files: | 13,656 |
Messages: | 6,140,565 |