I'm having a weird UID issue.
I have a single FreeBSD server. It has a root account and 1 single user account. It has only ever had 1 user account created. Since being created, the user account has not changed, nor has the password been changed. It is a couple months old and does not serve anything to the outside world.
The single user account is on UID 1001.
Today, I log into the server and notice all of the directories & files, outside of the /home/username directory, created by this user account, have changed UID to 1002. The home directory and files still show the proper username/wheel. But, in separate directories, outside of /home/username, the directories & files I know I created with this user account, are now listed as 1002/wheel.
For instance, I have a directory named /box.
The single user account has full access inside /box.
I have created several directories and files within /box using this single user account. All of them show 1002/wheel instead of username/wheel.
The directories/files created by root seem ok.
All of the directories and files in /home/username show the proper username/wheel.
are all separate partitions on separate physical drives.
The problem only shows up in /box and /box2.
I know this is a problem that would most likely require a lot more background to solve. Just curious if maybe this is something someone is really familiar with and might know whats going on. Or point me in right direction to start working on figuring this out?
There are no other user accounts above 1001.
There are some accounts created post installation, like mysql, vboxuser, etc. But no actual user accounts.
I have a single FreeBSD server. It has a root account and 1 single user account. It has only ever had 1 user account created. Since being created, the user account has not changed, nor has the password been changed. It is a couple months old and does not serve anything to the outside world.
The single user account is on UID 1001.
Today, I log into the server and notice all of the directories & files, outside of the /home/username directory, created by this user account, have changed UID to 1002. The home directory and files still show the proper username/wheel. But, in separate directories, outside of /home/username, the directories & files I know I created with this user account, are now listed as 1002/wheel.
For instance, I have a directory named /box.
The single user account has full access inside /box.
I have created several directories and files within /box using this single user account. All of them show 1002/wheel instead of username/wheel.
The directories/files created by root seem ok.
All of the directories and files in /home/username show the proper username/wheel.
Code:
/home
/box
/box2
are all separate partitions on separate physical drives.
The problem only shows up in /box and /box2.
I know this is a problem that would most likely require a lot more background to solve. Just curious if maybe this is something someone is really familiar with and might know whats going on. Or point me in right direction to start working on figuring this out?
There are no other user accounts above 1001.
There are some accounts created post installation, like mysql, vboxuser, etc. But no actual user accounts.