Hi all...
I want to change both the UID and GID from 974 to 1001 in FreeBSD. I have tried:
I don't get any errors, but the gid and uid don't change
I want to change both the UID and GID from 974 to 1001 in FreeBSD. I have tried:
Code:
id frank
uid=974(frank) gid=974(frank) groups=974(frank)
pw user mod -n frank -g 1001
pw group mod -n frank -g 1001
id frank
uid=974(frank) gid=974(frank) groups=974(frank)
I don't get any errors, but the gid and uid don't change
Last edited by a moderator: