Given that the Linux version of Dropbox installs itself to .dropbox-dist in your home dir, I often forget where it is (?) or how to start it.
Install instructions – here.
Start service running:
cd .dropbox-dist ./dropboxd
Or to run in background:
./dropboxd&
Leave running after logoff:
nohup ./dropboxd& > dropbox.out