我从终端在 ubuntu 13.10 服务器上安装了 libreoffice
现在我必须用这样的命令来运行它
/usr/bin/soffice -accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -headless -norestore -nologo -nofirststartwizard
但它不能正常工作
peiman@server:~$ sudo netstat -nap | grep office
unix 3 [ ACC ] STREAM LISTENING 2794171 4301/soffice.bin /tmp/OSL_PIPE_1000_SingleOfficeIPC_84166f53c65d9ded4d416e24fa9b5d8
这有什么问题?!