我使用了命令
ps -A
查看所有正在运行的进程。但是,即使我在后台打开了 LibreOffice Writer,该命令也不会将 LibreOffice 列为正在运行的进程。即使
ps -A | grep libre
不返回任何内容。这怎么可能呢?
答案1
正是soffice.bin
您正在寻找的。
打开和不打开“calc”:
$ ps -A | grep office
6718 ? 00:00:00 soffice.bin
$ ps -A | grep office
$