Quote:
|
Originally Posted by theWayner
Thanks, but I did try at the root and got this msg:
[root@localhost wayner]# tf-tool --acquire
bash: tf-tool: command not found
|
Did you become root via just su or su -
that is su + space + dash
You must do the later in order to be able to run commands without putting the full directory structure
For example, type
su and then
ifconfig. You should get a message >
bash: ifconfig: command not found
Now type
su - and then
ifconfig. Now it works!
You could also run
ifconfig as a normal user if you put the full path
/sbin/ifconfig
Same principles will probably apply to run tf-tool