Page 1 of 1

ln command

Posted: 09 Nov 2014, 22:27
by hitsware
I'm trying to use

Code: Select all

ln-s /dev/ttyUSB0 ~ / .wine/dosdevices/com1
to connect USB to COM1 in a program running in Wine.
I get

Code: Select all

ln-s command not found
Is there an equivalent in Porteus ?

Re: ln command

Posted: 09 Nov 2014, 22:39
by donald
It looks like you forgot a space between ln and -s
ln -s

SOLVED Re: ln command

Posted: 10 Nov 2014, 00:20
by hitsware
You are oh so correct......Thanks !