Author Topic: Symlink - Help Please  (Read 1645 times)

rogerbowering

  • Newbie
  • *
  • Posts: 29
    • View Profile
Symlink - Help Please
« on: January 08, 2005, 07:12:04 pm »
I've just installed Cacko 1.22 and am painfully reinstalling software.

As TextMaker won't install to SD (for me!) I'm following the detailed instructions given to me by SoftMaker.

After manually placing all the files into the right folder on the SD, their instructions are:
Log in as root
su
Create a symbolic link:
-s /mnt/card/QtPalmtop/bin/tm /home/QtPalmtop/bin/tm

but I get
bash: -s: command not found

I've tried this in QKonsole and Terminal - same result. It worked in the previous Rom, but I've noticed in posts in the Rom forum that other people are merrily symlinking away.

I am not in the least bit technical or knowledgeable in Linux - I just want my Word Processor to run !!

Please let me know what I may be doing wrong, preferably in short simple sentences :-)

Thanks

Teletubbie

  • Sr. Member
  • ****
  • Posts: 252
    • View Profile
    • http://
Symlink - Help Please
« Reply #1 on: January 08, 2005, 07:21:09 pm »
Hi,
it is not
Code: [Select]
-s
It is:
Code: [Select]
ln -s
So in your case:
Code: [Select]
ln -s /mnt/card/QtPalmtop/bin/tm /home/QtPalmtop/bin/tm
Have Fun,
Sam
SL-5500G
OZ 3.3.6-pre1
Opie 1.1.4

rogerbowering

  • Newbie
  • *
  • Posts: 29
    • View Profile
Symlink - Help Please
« Reply #2 on: January 08, 2005, 07:46:54 pm »
That did it!

Thanks