sudo install

Hello I just did a make install on security/sudo It compiled successfully but I can't find sudo(8) on my system, a whereis sudo only shows /usr/ports/security/sudo a man sudo shows no manuals. I know sudo is marked as adding vulnerabilities. It might not be in my path but not sure where to find it.
nedry
 
You need to refresh the search PATH cache for your shell. Either run hash -r or rehash. Or, just logout and login again.

After that, you'll find sudo(8) is accessible.
 
Back
Top