CardboardBox
Registered
It starts to get frustrating when you know exactly what the problem is but can't find the solution.
I just installed Fink and then installed nmap which works with my user account. It won't let me run any stealth scans unless I run nmap as root. I figured out how to enable the root account and I can now su - into it but the path for the root user is different than my user account.
From searching the board I should be able to just create a .bashrc file in the home directory and include the lines
PATH=$PATH:/path_here
export PATH
Well, root doesn't seem to have a home folder. I logged out and logged in as root thinking it might create one but it doesn't. Running the cmd "env" I see "HOME=/var/root" so I tried creating it in there. I logged in with my user account, did an su - and running echo $PATH doesn't include the PATH the put in the file.
Help
I just installed Fink and then installed nmap which works with my user account. It won't let me run any stealth scans unless I run nmap as root. I figured out how to enable the root account and I can now su - into it but the path for the root user is different than my user account.
From searching the board I should be able to just create a .bashrc file in the home directory and include the lines
PATH=$PATH:/path_here
export PATH
Well, root doesn't seem to have a home folder. I logged out and logged in as root thinking it might create one but it doesn't. Running the cmd "env" I see "HOME=/var/root" so I tried creating it in there. I logged in with my user account, did an su - and running echo $PATH doesn't include the PATH the put in the file.
Help