I am currently having issues using SMB shares that are not public. Normally It works with the “dietpi” account but it does not work at most and says something like active connection of the same name or somewhat similar.
My question is, does dietpi allow creating new users? Aside from using root or dietpi, is there a way to make a new user with password, and how to list users to check if it was created with no issue.
Are you having a problem with permissions or making a new user? Or you made a new user and forgot the name(s) so you don’t know who to give permission?
And you tried cat /etc/passwd and cat /etc/passwd | grep home and awk -F : '/home/ {print $1}' /etc/passwd | sort got them off Google.