标签: shell permissions pdf-generation root libreoffice
我正在尝试使用没有GUI的LibreOffice命令将OpenDocument转换为PDF。但是,它仅在以root身份运行命令时才有效(使用sudo)。否则,没有任何反应。
$ libreoffice --headless --convert-to pdf file.odg
在网上搜索,我发现〜/ .config / libreoffice文件夹及其上的所有子文件夹都必须由用户拥有。我检查了它仍然无法正常工作。
为什么我只需要使用root power来创建PDF?
谢谢,