View Single Post
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#102
Originally Posted by azad1top View Post
Code:
/home/user # touch /opt/ovi-maps-cnfix/index.html.bak
touch: /opt/ovi-maps-cnfix/index.html.bak: No such file or directory
The only time I can imagine touch might give you that error is when either /opt or /opt/ovi-maps-cnfix does not exist. Please try
Code:
ls /opt/ovi-*
Edit: Oh, and to skip the next step, if you find that /opt/ovi-maps-cnfix does not exist, you can create it by
Code:
mkdir /opt/ovi-maps-cnfix
Then proceed as previously told

Last edited by pichlo; 2013-04-25 at 15:48.
 

The Following 3 Users Say Thank You to pichlo For This Useful Post: