Hi, fellas.
I am having a very weird problem with my fresh FreeBSD VM. Second day installed and I just spotted the problem now: I have no permission to use ANY binary in /usr/src/sbin
Those are the steps I did before giving up:
1-Installed zsh and chsh it for both my normal user and root. Configured it.
2-Tried to execute ping, couldn't find it. Realized I forgot to add /usr/src/sbin on my PATH, so added it: this is on my .zshrc now:
path=(/bin /usr/bin /usr/local/bin /usr/src/sbin /usr/sbin .)
3-I don't get permission to execute any command under that directory as normal user OR root:
# zsh: permission denied: ping
4- ls -la returns me permission value of 755 for all binaries, so root has wrx, group and others have read/write permissions
5- all binaries are owned by root:wheel. Normal user is already in the wheel group. Root has nothing weird on its permissions (wheel, operator)
6- I can execute any binary on other routes as far as I know, I just have problems with /usr/src/sbin. Yesterday I executed shutdown no problems, so it is something that happened today.
I am having a very weird problem with my fresh FreeBSD VM. Second day installed and I just spotted the problem now: I have no permission to use ANY binary in /usr/src/sbin
Those are the steps I did before giving up:
1-Installed zsh and chsh it for both my normal user and root. Configured it.
2-Tried to execute ping, couldn't find it. Realized I forgot to add /usr/src/sbin on my PATH, so added it: this is on my .zshrc now:
path=(/bin /usr/bin /usr/local/bin /usr/src/sbin /usr/sbin .)
3-I don't get permission to execute any command under that directory as normal user OR root:
# zsh: permission denied: ping
4- ls -la returns me permission value of 755 for all binaries, so root has wrx, group and others have read/write permissions
5- all binaries are owned by root:wheel. Normal user is already in the wheel group. Root has nothing weird on its permissions (wheel, operator)
6- I can execute any binary on other routes as far as I know, I just have problems with /usr/src/sbin. Yesterday I executed shutdown no problems, so it is something that happened today.