View Single Post
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#77
Originally Posted by guck11 View Post
Question:

I made it to this point and dl the above file, however I do not understand how to Place in /root.

I have the file saved to internal flash in MyDocs, now how to I go about moving the file to /root.


Also once this is done, How would I edit the above internal.txt file?


Thanks in advance.
Somehow get to root permission, I used becomeroot

xterm
sudo gainroot
mkdir /root
cp /home/user/MyDocs/.documents/install-tools-ad.tgz /root

if error /root existed, you can ignore mkdir
cp is a copy command, copy from your file location to the destination folder. If you dl to the default folder, that will be your source. If not, replace with your source path.

bun