Displaying 1 result from an estimated 1 matches for "anapp".
Did you mean:
onapp
2002 Oct 12
2
Can't make a shadow direcory
Hi,
I'm trying to make a shadow directory, and followed the instructions out of
the Wine manual, but it doesn't work. I should do this:
~>cd /
/>mkdir c_shadow
/>cd c_shadow
/c_shadow>ln -s /c_/* .
/c_shadow>rm windows AnApp
/c_shadow>cp -R /c_/{windows,AnApp} .
/c_shadow>chmod -R 777 windows AnApp
/c_shadow>perl -p -i -e 's|/c$|/c_shadow|g' /usr/local/etc/wine.conf
I didn't came further than:
[root@ben /]# mkdir c_shadow
[root@ben /]# cd c_shadow
[root@ben c_shadow]# ln -s /c_/* .
[root@ben c_sh...