Answers:
看来您需要下载Dropbox脚本来管理守护程序。Dropbox网站上的说明
wget -O ~/dropbox.py https://www.dropbox.com/download?dl=packages/dropbox.py
chmod a+x ~/dropbox.py
~/dropbox.py status
您还可以创建指向保管箱脚本的符号链接,因此不必~/dropbox.py
每次都键入运行它的符号。
sudo ln -s ~/dropbox.py /usr/local/bin/dropbox
dropbox status
安装了辅助脚本(.deb软件包的一部分)
$ dropbox help
Dropbox command-line interface
commands:
Note: use dropbox help <command> to view usage for a specific command.
status get current status of the dropboxd
help provide help
puburl get public url of a file in your dropbox
stop stop dropboxd
running return whether dropbox is running
update download latest version of dropbox
start start dropboxd
filestatus get current sync status of one or more files
ls list directory contents with current sync status
autostart automatically start dropbox at login
exclude ignores/excludes a directory from syncing
lansync enables or disables LAN sync
$ dropbox status
~/.dropbox-dist/dropbox
),但是这只是启动守护程序; 它不需要任何参数。