1. 程式人生 > >Libreoffice 啟動或重啟命令

Libreoffice 啟動或重啟命令

1、搜尋當前執行程式

ps -ef|grep openoffice

2、殺死正在啟動的socket程式

kill -9 +port //port 為openoffice的埠
3、使用命令重啟
/opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

/opt/openoffice4/program/為openoffice的安裝目錄