Re: Adding and removing a user in F28

2018-10-05 Thread Franck Ridel via users
Hi, Yes, it's an expected behavior :-) For deleting everything, you have to add the -r flag, like this : # userdel -r username You can find more details on the page : https://linux.die.net/man/8/userdel Have a nice week-end ;-) -- Franck Ridel https://twitter.com/franckridel14 Sent with Pro

Re: Adding and removing a user in F28

2018-10-04 Thread stan
On Fri, 5 Oct 2018 00:15:26 +0300 Kevin Wilson wrote: > Hi, all. > > On F28, when I am running > useradd test10 > A new folder is generated: > /home/test10/ > > But when I run: > userdel test10 > this folder remains. > > This same is when > adduser test11 > and them > userdel test11 > > /home

Adding and removing a user in F28

2018-10-04 Thread Kevin Wilson
Hi, all. On F28, when I am running useradd test10 A new folder is generated: /home/test10/ But when I run: userdel test10 this folder remains. This same is when adduser test11 and them userdel test11 /home/test11 remains. Is this an expected behaviour ? Is there a way to cause the home folder