Author Topic: Change Obex_inbox Directory  (Read 3377 times)

/dev/null

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
Change Obex_inbox Directory
« on: December 15, 2007, 07:03:58 am »
Hi to all. Whan I send a file from pc to zaurus, the file is located in/hdd3/Documents/Obex_Inbox. How Can I change this directory? I'd like to use /mnt/card  
ps sorry for my bad english...

gazik21

  • Newbie
  • *
  • Posts: 8
    • View Profile
Change Obex_inbox Directory
« Reply #1 on: March 14, 2008, 12:07:17 am »
use symbolic link

ln -s target_filename symlink_filename

or

# ln -s /mnt/card/Obex_Inbox /hdd3/Documents/Obex_Inbox
« Last Edit: March 14, 2008, 12:08:01 am by gazik21 »