LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing DropBox (https://www.linuxquestions.org/questions/linux-newbie-8/installing-dropbox-915620/)

Psionman 11-26-2011 07:11 AM

Installing DropBox
 
I'm running Puppy-Lucid

I am trying to install DropBox as described here

I have got to the bit where it says:

Code:

Next, run the Dropbox daemon from the newly created .dropbox-dist folder.

$ ~/.dropbox-dist/dropboxd

How do I know where the ".dropbox-dist folder" is?

Roken 11-26-2011 07:20 AM

If you installed exactly as described it's in your home folder, but is hidden in both your file manager and ls by default. Open a terminal and type

Code:

ls -a ~/
and examine the output - it should be there.

To check using the filemanager, go to your home folder and press ctrl-h on your keyboard which should show it.

sgosnell 11-26-2011 07:31 AM

The ~/ above is shorthand for the current user's home directory.

Psionman 11-26-2011 07:36 AM

Thanks guys. That worked


All times are GMT -5. The time now is 12:48 PM.