View Single Post
Posts: 219 | Thanked: 21 times | Joined on May 2010
#88
Originally Posted by James_Littler View Post
Ok that might make things easier

so you have opt and usr directories from the zip extracted to your MyDocs directory?

If so:

Code:
root
Code:
cp -r /home/user/MyDocs/opt /root/opt
cp -r /home/user/MyDocs/usr /root/usr
cd /root/opt/scripts/
chmod +x KR
no!i have the KR file extracted and ready, that way you can skip the whole UNZIP command.
all i have is the KR file in MyDocs.
i do not have ANYTHING else.i dont know if i have the opt file in the root directory either.
so what i have to do (from what ive read is) i have to paste the KR file inside /root/opt/scripts (which is a default folder?if not please give me a command for this too :$)
and then be able to execute the command too!
thanks alot for your time man.