ln command

Post here if you are a new Porteus member and you're looking for some help.
hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

ln command

Post#1 by hitsware » 09 Nov 2014, 22:27

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 ?

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: ln command

Post#2 by donald » 09 Nov 2014, 22:39

It looks like you forgot a space between ln and -s
ln -s

hitsware
Black ninja
Black ninja
Posts: 80
Joined: 12 Jan 2014, 19:13
Distribution: porteus
Location: sacramento, calif.

SOLVED Re: ln command

Post#3 by hitsware » 10 Nov 2014, 00:20

You are oh so correct......Thanks !

Post Reply