Thread
:
Working with Xterminal
View Single Post
TA-t3
2007-05-30 , 11:39
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
2
I don't know hamachi, but if there's an executable file that's meant to be in /usr/bin/ then you can either
a) Copy it there, or
b) Move it there.
a) cp -p /home/user/filename /usr/bin/.
(note '.' at end, not strictly needed here but can be thought of as 'same name' in this case)
or
b) mv /home/user/filename /usr/bin/.
(same comment as above)
And lastly: Make sure that it's executable:
chmod a+x /usr/bin/filename
('filename' is obviously the file you're copying/moving)
Does the README say anything about 'suid root' or something? If so then there's an additional step.. someone else will explain that if so, I gotta go..
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3