After installing a new package..
Let's say I just installed SUDO.
On the command line when I type
%sudo
the result is
sudo: Command not found.
I know I can just do
%/usr/local/sbin/sudo
---------------------------------------------
Question: Is there a way to refresh the filesystem without a reboot so that I don't have to add the full path to the file everytime I want to use it? I know rebooting will fix this but that is not possible in my situation.
Let's say I just installed SUDO.
On the command line when I type
%sudo
the result is
sudo: Command not found.
I know I can just do
%/usr/local/sbin/sudo
---------------------------------------------
Question: Is there a way to refresh the filesystem without a reboot so that I don't have to add the full path to the file everytime I want to use it? I know rebooting will fix this but that is not possible in my situation.