linux centos7.8 error=13, Permission denied_linux open error=13-CSDN博客
chmod -R 777 /home/zengwenfeng/kkFileView-4.2.1
2024-04-15 13:15:17.416 WARN 3400 --- [er-offprocmng-1] o.j.l.office.LocalOfficeProcessManager : An I/O error prevents us to determine office version
java.io.IOException: Cannot run program "/home/zengwenfeng/kkFileView-4.2.1/server/libreoffice/program/soffice.bin": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[na:1.8.0_312]
at org.jodconverter.local.office.LocalOfficeProcessManager.detectOfficeDescriptor(LocalOfficeProcessManager.java:691) [jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.startProcessAndConnect(LocalOfficeProcessManager.java:374) [jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.lambda$start$1(LocalOfficeProcessManager.java:213) [jodconverter-local-4.4.6.jar:4.4.6]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_312]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_312]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_312]
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[na:1.8.0_312]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) ~[na:1.8.0_312]
at java.lang.ProcessImpl.start(ProcessImpl.java:134) ~[na:1.8.0_312]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[na:1.8.0_312]
... 6 common frames omitted
2024-04-15 13:15:17.415 WARN 3400 --- [er-offprocmng-0] o.j.l.office.LocalOfficeProcessManager : An I/O error prevents us to determine office version
java.io.IOException: Cannot run program "/home/zengwenfeng/kkFileView-4.2.1/server/libreoffice/program/soffice.bin": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[na:1.8.0_312]
at org.jodconverter.local.office.LocalOfficeProcessManager.detectOfficeDescriptor(LocalOfficeProcessManager.java:691) [jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.startProcessAndConnect(LocalOfficeProcessManager.java:374) [jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.lambda$start$1(LocalOfficeProcessManager.java:213) [jodconverter-local-4.4.6.jar:4.4.6]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_312]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_312]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_312]
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[na:1.8.0_312]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) ~[na:1.8.0_312]
at java.lang.ProcessImpl.start(ProcessImpl.java:134) ~[na:1.8.0_312]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[na:1.8.0_312]
... 6 common frames omitted
2024-04-15 13:15:17.446 INFO 3400 --- [er-offprocmng-0] o.j.l.office.LocalOfficeProcessManager : Starting process with --accept 'socket,host=127.0.0.1,port=2001,tcpNoDelay=1;urp;StarOffice.ServiceManager' and profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2001_tcpNoDelay-1'
2024-04-15 13:15:17.446 INFO 3400 --- [er-offprocmng-1] o.j.l.office.LocalOfficeProcessManager : Starting process with --accept 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' and profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
2024-04-15 13:15:17.454 ERROR 3400 --- [er-offprocmng-1] o.j.l.office.LocalOfficeProcessManager : Could not start the office process.
org.jodconverter.core.office.OfficeException: An error prevents us to start a process with --accept 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager'
at org.jodconverter.local.office.LocalOfficeProcessManager.executeStartProcessAndConnect(LocalOfficeProcessManager.java:442) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.startProcessAndConnect(LocalOfficeProcessManager.java:395) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.lambda$start$1(LocalOfficeProcessManager.java:213) ~[jodconverter-local-4.4.6.jar:4.4.6]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_312]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_312]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_312]
Caused by: java.io.IOException: Cannot run program "/home/zengwenfeng/kkFileView-4.2.1/server/libreoffice/program/soffice.bin": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[na:1.8.0_312]
at org.jodconverter.local.office.StartProcessAndConnectRetryable.startProcess(StartProcessAndConnectRetryable.java:143) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.StartProcessAndConnectRetryable.attempt(StartProcessAndConnectRetryable.java:95) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.core.office.AbstractRetryable.execute(AbstractRetryable.java:86) ~[jodconverter-core-4.4.6.jar:4.4.6]
at org.jodconverter.core.office.AbstractRetryable.execute(AbstractRetryable.java:60) ~[jodconverter-core-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.executeStartProcessAndConnect(LocalOfficeProcessManager.java:428) ~[jodconverter-local-4.4.6.jar:4.4.6]
... 5 common frames omitted
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[na:1.8.0_312]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) ~[na:1.8.0_312]
at java.lang.ProcessImpl.start(ProcessImpl.java:134) ~[na:1.8.0_312]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[na:1.8.0_312]
... 10 common frames omitted
2024-04-15 13:15:17.458 ERROR 3400 --- [er-offprocmng-0] o.j.l.office.LocalOfficeProcessManager : Could not start the office process.
org.jodconverter.core.office.OfficeException: An error prevents us to start a process with --accept 'socket,host=127.0.0.1,port=2001,tcpNoDelay=1;urp;StarOffice.ServiceManager'
at org.jodconverter.local.office.LocalOfficeProcessManager.executeStartProcessAndConnect(LocalOfficeProcessManager.java:442) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.startProcessAndConnect(LocalOfficeProcessManager.java:395) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.lambda$start$1(LocalOfficeProcessManager.java:213) ~[jodconverter-local-4.4.6.jar:4.4.6]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_312]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_312]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_312]
Caused by: java.io.IOException: Cannot run program "/home/zengwenfeng/kkFileView-4.2.1/server/libreoffice/program/soffice.bin": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[na:1.8.0_312]
at org.jodconverter.local.office.StartProcessAndConnectRetryable.startProcess(StartProcessAndConnectRetryable.java:143) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.StartProcessAndConnectRetryable.attempt(StartProcessAndConnectRetryable.java:95) ~[jodconverter-local-4.4.6.jar:4.4.6]
at org.jodconverter.core.office.AbstractRetryable.execute(AbstractRetryable.java:86) ~[jodconverter-core-4.4.6.jar:4.4.6]
at org.jodconverter.core.office.AbstractRetryable.execute(AbstractRetryable.java:60) ~[jodconverter-core-4.4.6.jar:4.4.6]
at org.jodconverter.local.office.LocalOfficeProcessManager.executeStartProcessAndConnect(LocalOfficeProcessManager.java:428) ~[jodconverter-local-4.4.6.jar:4.4.6]
... 5 common frames omitted
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[na:1.8.0_312]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) ~[na:1.8.0_312]
at java.lang.ProcessImpl.start(ProcessImpl.java:134) ~[na:1.8.0_312]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[na:1.8.0_312]
... 10 common frames omitted
2024-04-15 13:15:17.915 INFO 3400 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2024-04-15 13:15:18.097 INFO 3400 --- [ main] cn.keking.config.WebConfig : Add resource locations: /home/zengwenfeng/kkFileView-4.2.1/server/src/main/file/
2024-04-15 13:15:18.408 INFO 3400 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2024-04-15 13:15:19.310 INFO 3400 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8081 (https) with context path ''
2024-04-15 13:15:19.338 INFO 3400 --- [ main] cn.keking.ServerMain : ZengWenFeng: protocol : TLS
2024-04-15 13:15:19.338 INFO 3400 --- [ main] cn.keking.ServerMain : ZengWenFeng: port : 8081
2024-04-15 13:15:19.338 INFO 3400 --- [ main] cn.keking.ServerMain : ZengWenFeng: path :
2024-04-15 13:15:19.338 INFO 3400 --- [ main] cn.keking.ServerMain : ZengWenFeng: Service startup completed, time-consuming:7.432997692s,Please visit the demonstration page: http://127.0.0.1:8081
[root@localhost Desktop]# cd /home/zengwenfeng/kkFileView-4.2.1
[root@localhost kkFileView-4.2.1]#
[root@localhost kkFileView-4.2.1]#
[root@localhost kkFileView-4.2.1]# chmod -R 777 /home/zengwenfeng/kkFileView-4.2.1
[root@localhost kkFileView-4.2.1]#
[root@localhost kkFileView-4.2.1]#
[root@localhost kkFileView-4.2.1]# ll
total 48
drwxrwxrwx 2 root root 53 Apr 15 02:58 doc
drwxrwxrwx 3 root root 28 Apr 15 02:58 docker
-rwxrwxrwx 1 root root 345 Apr 15 02:58 Dockerfile
-rwxrwxrwx 1 root root 11357 Apr 15 02:58 LICENSE
-rwxrwxrwx 1 root root 3431 Apr 15 02:58 pom.xml
-rwxrwxrwx 1 root root 14756 Apr 15 02:58 README.cn.md
-rwxrwxrwx 1 root root 12048 Apr 15 02:58 README.md
drwxrwxrwx 7 root root 142 Apr 15 13:10 server
[root@localhost kkFileView-4.2.1]#
[root@localhost kkFileView-4.2.1]# ll /home/zengwenfeng/kkFileView-4.2.1/server/libreoffice/program/
total 360072
-rwxrwxrwx 1 root root 286768 Apr 15 03:02 abplo.dll
-rwxrwxrwx 1 root root 63817 Apr 15 03:02 access2base.py
-rwxrwxrwx 1 root root 1279536 Apr 15 03:02 acclo.dll
-rwxrwxrwx 1 root root 787504 Apr 15 03:02 adolo.dll
-rwxrwxrwx 1 root root 50224 Apr 15 03:02 affine_uno_uno.dll
-rwxrwxrwx 1 root root 416304 Apr 15 03:02 analysislo.dll
-rwxrwxrwx 1 root root 185904 Apr 15 03:02 animcorelo.dll
-rwxrwxrwx 1 root root 571952 Apr 15 03:02 biblo.dll
-rwxrwxrwx 1 root root 337456 Apr 15 03:02 binaryurplo.dll
-rwxrwxrwx 1 root root 111 Apr 15 03:02 bootstrap.ini
-rwxrwxrwx 1 root root 673328 Apr 15 03:02 bootstraplo.dll
-rwxrwxrwx 1 root root 321072 Apr 15 03:02 cached1.dll
-rwxrwxrwx 1 root root 274480 Apr 15 03:02 calclo.dll
-rwxrwxrwx 1 root root 3439664 Apr 15 03:02 chartcontrollerlo.dll
-rwxrwxrwx 1 root root 4139568 Apr 15 03:02 chartcorelo.dll
drwxrwxrwx 2 root root 4096 Apr 15 03:02 classes
-rwxrwxrwx 1 root root 30768 Apr 15 03:02 clewlo.dll
-rwxrwxrwx 1 root root 405040 Apr 15 03:02 cli_uno.dll
-rwxrwxrwx 1 root root 2256432 Apr 15 03:02 clucene.dll
-rwxrwxrwx 1 root root 3374128 Apr 15 03:02 CoinMP.dll
-rwxrwxrwx 1 root root 1401392 Apr 15 03:02 collator_data.dll
-rwxrwxrwx 1 root root 380464 Apr 15 03:02 cppu3.dll
-rwxrwxrwx 1 root root 1226288 Apr 15 03:02 cppuhelper3MSC.dll
-rwxrwxrwx 1 root root 4873776 Apr 15 03:02 cuilo.dll
-rwxrwxrwx 1 root root 114224 Apr 15 03:02 datelo.dll
-rwxrwxrwx 1 root root 301616 Apr 15 03:02 dbahsqllo.dll
-rwxrwxrwx 1 root root 3192880 Apr 15 03:02 dbalo.dll
-rwxrwxrwx 1 root root 544816 Apr 15 03:02 dbaselo.dll
-rwxrwxrwx 1 root root 501296 Apr 15 03:02 dbaxmllo.dll
-rwxrwxrwx 1 root root 339504 Apr 15 03:02 dbplo.dll
-rwxrwxrwx 1 root root 235056 Apr 15 03:02 dbpool2.dll
-rwxrwxrwx 1 root root 4821040 Apr 15 03:02 dbulo.dll
-rwxrwxrwx 1 root root 569904 Apr 15 03:02 deploymentgui.dll
-rwxrwxrwx 1 root root 29 Apr 15 03:02 desktophelper.txt
-rwxrwxrwx 1 root root 1070640 Apr 15 03:02 dict_ja.dll
-rwxrwxrwx 1 root root 2284080 Apr 15 03:02 dict_zh.dll
-rwxrwxrwx 1 root root 273456 Apr 15 03:02 dlgprovlo.dll
-rwxrwxrwx 1 root root 498736 Apr 15 03:02 embobj.dll
-rwxrwxrwx 1 root root 461360 Apr 15 03:02 emboleobj.dll
-rwxrwxrwx 1 root root 8889392 Apr 15 03:02 Engine12.dll
-rwxrwxrwx 1 root root 1947696 Apr 15 03:02 epoxy.dll
-rwxrwxrwx 1 root root 5025328 Apr 15 03:02 etonyek.dll
-rwxrwxrwx 1 root root 473136 Apr 15 03:02 expwraplo.dll
-rwxrwxrwx 1 root root 728624 Apr 15 03:02 filelo.dll
-rwxrwxrwx 1 root root 610352 Apr 15 03:02 firebird_sdbclo.dll
-rwxrwxrwx 1 root root 355888 Apr 15 03:02 flatlo.dll
-rwxrwxrwx 1 root root 243248 Apr 15 03:02 fps.dll
-rwxrwxrwx 1 root root 739888 Apr 15 03:02 freebl3.dll
-rwxrwxrwx 1 root root 2365 Apr 15 03:02 fundamental.ini
-rwxrwxrwx 1 root root 103472 Apr 15 03:02 gengal.exe
-rwxrwxrwx 1 root root 429616 Apr 15 03:02 gielo.dll
-rwxrwxrwx 1 root root 840752 Apr 15 03:02 gpgmepp.dll
-rwxrwxrwx 1 root root 51760 Apr 15 03:02 gpgme-w32spawn.exe
-rwxrwxrwx 1 root root 84528 Apr 15 03:02 graphicfilterlo.dll
-rwxrwxrwx 1 root root 499760 Apr 15 03:02 hsqldb.dll
-rwxrwxrwx 1 root root 892464 Apr 15 03:02 hwplo.dll
-rwxrwxrwx 1 root root 326192 Apr 15 03:02 i18nlangtag.dll
-rwxrwxrwx 1 root root 237616 Apr 15 03:02 icglo.dll
-rwxrwxrwx 1 root root 28577328 Apr 15 03:02 icudt68.dll
-rwxrwxrwx 1 root root 3154992 Apr 15 03:02 icuin68.dll
-rwxrwxrwx 1 root root 2137136 Apr 15 03:02 icuuc68.dll
-rwxrwxrwx 1 root root 2146864 Apr 15 03:02 ifbclient.dll
-rwxrwxrwx 1 root root 553008 Apr 15 03:02 index_data.dll
-rwxrwxrwx 1 root root 74800 Apr 15 03:02 inprocserv.dll
-rwxrwxrwx 1 root root 124978 Apr 15 03:02 intro-highres.png
-rwxrwxrwx 1 root root 84230 Apr 15 03:02 intro.png
-rwxrwxrwx 1 root root 307760 Apr 15 03:02 introspectionlo.dll
-rwxrwxrwx 1 root root 101424 Apr 15 03:02 invocadaptlo.dll
-rwxrwxrwx 1 root root 180784 Apr 15 03:02 invocationlo.dll
-rwxrwxrwx 1 root root 212528 Apr 15 03:02 java_uno.dll
-rwxrwxrwx 1 root root 1542 Apr 15 03:02 javavendors.xml
-rwxrwxrwx 1 root root 539184 Apr 15 03:02 jdbclo.dll
-rwxrwxrwx 1 root root 25648 Apr 15 03:02 jpipe.dll
-rwxrwxrwx 1 root root 26672 Apr 15 03:02 jpipx.dll
-rwxrwxrwx 1 root root 1740 Apr 15 03:02 JREProperties.class
-rwxrwxrwx 1 root root 25648 Apr 15 03:02 juh.dll
-rwxrwxrwx 1 root root 113200 Apr 15 03:02 juhx.dll
-rwxrwxrwx 1 root root 79920 Apr 15 03:02 jvmaccesslo.dll
-rwxrwxrwx 1 root root 247 Apr 15 03:02 jvmfwk3.ini
-rwxrwxrwx 1 root root 255536 Apr 15 03:02 jvmfwklo.dll
-rwxrwxrwx 1 root root 514096 Apr 15 03:02 lcms2.dll
-rwxrwxrwx 1 root root 3445808 Apr 15 03:02 libcrypto-1_1.dll
-rwxrwxrwx 1 root root 362032 Apr 15 03:02 libcurl.dll
-rwxrwxrwx 1 root root 92720 Apr 15 03:02 libexslt.dll
-rwxrwxrwx 1 root root 316464 Apr 15 03:02 libpq.dll
-rwxrwxrwx 1 root root 187952 Apr 15 03:02 librdf.dll
-rwxrwxrwx 1 root root 694832 Apr 15 03:02 libssl-1_1.dll
-rwxrwxrwx 1 root root 1442352 Apr 15 03:02 libxml2.dll
-rwxrwxrwx 1 root root 381488 Apr 15 03:02 libxmlsec.dll
-rwxrwxrwx 1 root root 196144 Apr 15 03:02 libxmlsec-mscng.dll
-rwxrwxrwx 1 root root 235056 Apr 15 03:02 libxslt.dll
-rwxrwxrwx 1 root root 185392 Apr 15 03:02 localedata_en.dll
-rwxrwxrwx 1 root root 177200 Apr 15 03:02 localedata_es.dll
-rwxrwxrwx 1 root root 1242160 Apr 15 03:02 localedata_euro.dll
-rwxrwxrwx 1 root root 1734704 Apr 15 03:02 localedata_others.dll
-rwxrwxrwx 1 root root 191536 Apr 15 03:02 loglo.dll
-rwxrwxrwx 1 root root 47664 Apr 15 03:02 log_uno_uno.dll
-rwxrwxrwx 1 root root 1069 Apr 15 03:02 louno.ini
-rwxrwxrwx 1 root root 599088 Apr 15 03:02 lpsolve55.dll
-rwxrwxrwx 1 root root 1582640 Apr 15 03:02 lwpftlo.dll
-rwxrwxrwx 1 root root 17095 Apr 15 03:02 mailmerge.py
-rwxrwxrwx 1 root root 79100464 Apr 15 03:03 mergedlo.dll
-rwxrwxrwx 1 root root 111664 Apr 15 03:02 migrationoo2lo.dll
-rwxrwxrwx 1 root root 119856 Apr 15 03:02 migrationoo3lo.dll
-rwxrwxrwx 1 root root 35376 Apr 15 03:02 minidump_upload.exe
-rwxrwxrwx 1 root root 594480 Apr 15 03:02 morklo.dll
-rwxrwxrwx 1 root root 101936 Apr 15 03:02 mozbootstraplo.dll
-rwxrwxrwx 1 root root 129584 Apr 15 03:02 mscx_uno.dll
-rwxrwxrwx 1 root root 453168 Apr 15 03:02 msformslo.dll
-rwxrwxrwx 1 root root 8542 Apr 15 03:02 msgbox.py
-rwxrwxrwx 1 root root 3520560 Apr 15 03:02 mswordlo.dll
-rwxrwxrwx 1 root root 9259568 Apr 15 03:02 mwaw.dll
-rwxrwxrwx 1 root root 705584 Apr 15 03:02 mysqlclo.dll
-rwxrwxrwx 1 root root 314416 Apr 15 03:02 mysql_jdbclo.dll
-rwxrwxrwx 1 root root 62512 Apr 15 03:02 namingservicelo.dll
-rwxrwxrwx 1 root root 197680 Apr 15 03:02 neon.dll
-rwxrwxrwx 1 root root 207920 Apr 15 03:02 nspr4.dll
-rwxrwxrwx 1 root root 1088560 Apr 15 03:02 nss3.dll
-rwxrwxrwx 1 root root 419888 Apr 15 03:02 nssckbi.dll
-rwxrwxrwx 1 root root 142384 Apr 15 03:02 nssdbm3.dll
-rwxrwxrwx 1 root root 170544 Apr 15 03:02 nssutil3.dll
-rwxrwxrwx 1 root root 56368 Apr 15 03:02 odbcconfig.exe
-rwxrwxrwx 1 root root 630832 Apr 15 03:02 odbclo.dll
-rwxrwxrwx 1 root root 940080 Apr 15 03:02 odfgen.dll
-rwxrwxrwx 1 root root 25648 Apr 15 03:02 officebean.dll
-rwxrwxrwx 1 root root 3283 Apr 15 03:02 officehelper.py
-rwxrwxrwx 1 root root 345648 Apr 15 03:02 OGLTranslo.dll
-rwxrwxrwx 1 root root 762416 Apr 15 03:03 oleautobridgelo.dll
-rwxrwxrwx 1 root root 5761072 Apr 15 03:03 ooxlo.dll
drwxrwxrwx 2 root root 25 Apr 15 03:03 opencl
-rwxrwxrwx 1 root root 50224 Apr 15 03:03 opencltest.exe
drwxrwxrwx 2 root root 4096 Apr 15 03:03 opengl
-rwxrwxrwx 1 root root 1877040 Apr 15 03:03 orcus.dll
-rwxrwxrwx 1 root root 624688 Apr 15 03:03 orcus-parser.dll
-rwxrwxrwx 1 root root 1830448 Apr 15 03:03 pcrlo.dll
-rwxrwxrwx 1 root root 384560 Apr 15 03:03 pdffilterlo.dll
-rwxrwxrwx 1 root root 882736 Apr 15 03:03 pdfimportlo.dll
-rwxrwxrwx 1 root root 6653488 Apr 15 03:03 pdfiumlo.dll
-rwxrwxrwx 1 root root 29232 Apr 15 03:03 plc4.dll
-rwxrwxrwx 1 root root 25136 Apr 15 03:03 plds4.dll
-rwxrwxrwx 1 root root 994352 Apr 15 03:03 postgresql-sdbc-impllo.dll
-rwxrwxrwx 1 root root 62512 Apr 15 03:03 postgresql-sdbclo.dll
-rwxrwxrwx 1 root root 564784 Apr 15 03:03 PresentationMinimizerlo.dll
-rwxrwxrwx 1 root root 1258032 Apr 15 03:03 PresenterScreenlo.dll
-rwxrwxrwx 1 root root 136752 Apr 15 03:03 pricinglo.dll
-rwxrwxrwx 1 root root 120368 Apr 15 03:03 protocolhandlerlo.dll
-rwxrwxrwx 1 root root 63536 Apr 15 03:03 proxyfaclo.dll
-rwxrwxrwx 1 root root 59440 Apr 15 03:03 purpenvhelper3MSC.dll
drwxrwxrwx 2 root root 99 Apr 15 03:04 __pycache__
-rwxrwxrwx 1 root root 5013040 Apr 15 03:03 python38.dll
-rwxrwxrwx 1 root root 60976 Apr 15 03:03 python3.dll
drwxrwxrwx 4 root root 28 Apr 15 03:03 python-core-3.8.8
-rwxrwxrwx 1 root root 31280 Apr 15 03:03 python.exe
-rwxrwxrwx 1 root root 53808 Apr 15 03:03 pythonloaderlo.dll
-rwxrwxrwx 1 root root 6737 Apr 15 03:03 pythonloader.py
-rwxrwxrwx 1 root root 168 Apr 15 03:03 pythonloader.uno.ini
-rwxrwxrwx 1 root root 43120 Apr 15 03:03 pythonscript.py
-rwxrwxrwx 1 root root 476160 Apr 15 03:03 pyuno.pyd
-rwxrwxrwx 1 root root 268336 Apr 15 03:03 raptor2.dll
-rwxrwxrwx 1 root root 467504 Apr 15 03:03 rasqal.dll
-rwxrwxrwx 1 root root 52 Apr 15 03:03 redirect.ini
-rwxrwxrwx 1 root root 243760 Apr 15 03:03 reflectionlo.dll
-rwxrwxrwx 1 root root 196656 Apr 15 03:03 reglo.dll
-rwxrwxrwx 1 root root 60976 Apr 15 03:03 regmerge.exe
-rwxrwxrwx 1 root root 29232 Apr 15 03:03 regview.exe
drwxrwxrwx 4 root root 33 Apr 15 03:03 resource
-rwxrwxrwx 1 root root 289328 Apr 15 03:03 revenge.dll
-rwxrwxrwx 1 root root 1420848 Apr 15 03:03 rptlo.dll
-rwxrwxrwx 1 root root 1687600 Apr 15 03:03 rptuilo.dll
-rwxrwxrwx 1 root root 611376 Apr 15 03:03 rptxmllo.dll
-rwxrwxrwx 1 root root 536624 Apr 15 03:03 sal3.dll
-rwxrwxrwx 1 root root 62512 Apr 15 03:03 salhelper3MSC.dll
-rwxrwxrwx 1 root root 1610800 Apr 15 03:03 sal_textenclo.dll
-rwxrwxrwx 1 root root 94256 Apr 15 03:03 sbase.exe
-rwxrwxrwx 1 root root 80432 Apr 15 03:03 scalc.exe
-rwxrwxrwx 1 root root 80432 Apr 15 03:03 scdlo.dll
-rwxrwxrwx 1 root root 6991920 Apr 15 03:04 scfiltlo.dll
-rwxrwxrwx 1 root root 21339696 Apr 15 03:04 sclo.dll
-rwxrwxrwx 1 root root 111664 Apr 15 03:04 scnlo.dll
-rwxrwxrwx 1 root root 348208 Apr 15 03:04 scriptframe.dll
-rwxrwxrwx 1 root root 1032240 Apr 15 03:04 scuilo.dll
-rwxrwxrwx 1 root root 153648 Apr 15 03:04 sdbc2.dll
-rwxrwxrwx 1 root root 141360 Apr 15 03:04 sdbtlo.dll
-rwxrwxrwx 1 root root 61488 Apr 15 03:04 sddlo.dll
-rwxrwxrwx 1 root root 1010736 Apr 15 03:04 sdfiltlo.dll
-rwxrwxrwx 1 root root 8773168 Apr 15 03:04 sdlo.dll
-rwxrwxrwx 1 root root 81968 Apr 15 03:04 sdraw.exe
-rwxrwxrwx 1 root root 730672 Apr 15 03:04 sduilo.dll
-rwxrwxrwx 1 root root 75824 Apr 15 03:04 senddoc.exe
drwxrwxrwx 2 root root 182 Apr 15 03:04 services
-rwxrwxrwx 1 root root 9638 Apr 15 03:04 services.rdb
-rwxrwxrwx 1 root root 377 Apr 15 03:04 setup.ini
drwxrwxrwx 2 root root 111 Apr 15 03:04 shell
-rwxrwxrwx 1 root root 81968 Apr 15 03:04 simpress.exe
-rwxrwxrwx 1 root root 8416816 Apr 15 03:04 skialo.dll
-rwxrwxrwx 1 root root 2823216 Apr 15 03:04 slideshowlo.dll
-rwxrwxrwx 1 root root 81456 Apr 15 03:04 smath.exe
-rwxrwxrwx 1 root root 67632 Apr 15 03:04 smdlo.dll
-rwxrwxrwx 1 root root 152112 Apr 15 03:04 smime3.dll
-rwxrwxrwx 1 root root 1667632 Apr 15 03:04 smlo.dll
-rwxrwxrwx 1 root root 86576 Apr 15 03:04 smplmaillo.dll
-rwxrwxrwx 1 root root 805936 Apr 15 03:04 soffice.bin
-rwxrwxrwx 1 root root 193536 Apr 15 03:04 soffice.com
-rwxrwxrwx 1 root root 202800 Apr 15 03:04 soffice.exe
-rwxrwxrwx 1 root root 472 Apr 15 03:04 soffice.ini
-rwxrwxrwx 1 root root 73264 Apr 15 03:04 soffice_safe.exe
-rwxrwxrwx 1 root root 269360 Apr 15 03:04 softokn3.dll
-rwxrwxrwx 1 root root 176176 Apr 15 03:04 solverlo.dll
-rwxrwxrwx 1 root root 46640 Apr 15 03:04 spsupp_helper.exe
-rwxrwxrwx 1 root root 79408 Apr 15 03:04 spsupp_x64.dll
-rwxrwxrwx 1 root root 65584 Apr 15 03:04 spsupp_x86.dll
-rwxrwxrwx 1 root root 895536 Apr 15 03:04 sqlite3.dll
-rwxrwxrwx 1 root root 340528 Apr 15 03:04 ssl3.dll
-rwxrwxrwx 1 root root 3182128 Apr 15 03:04 staroffice.dll
-rwxrwxrwx 1 root root 173616 Apr 15 03:04 stocserviceslo.dll
-rwxrwxrwx 1 root root 82992 Apr 15 03:04 storagefdlo.dll
-rwxrwxrwx 1 root root 157744 Apr 15 03:04 storelo.dll
-rwxrwxrwx 1 root root 1065008 Apr 15 03:04 svgfilterlo.dll
-rwxrwxrwx 1 root root 59440 Apr 15 03:04 swdlo.dll
-rwxrwxrwx 1 root root 86576 Apr 15 03:04 sweb.exe
-rwxrwxrwx 1 root root 19903024 Apr 15 03:04 swlo.dll
-rwxrwxrwx 1 root root 86576 Apr 15 03:04 swriter.exe
-rwxrwxrwx 1 root root 2986032 Apr 15 03:04 swuilo.dll
-rwxrwxrwx 1 root root 190000 Apr 15 03:04 t602filterlo.dll
-rwxrwxrwx 1 root root 306224 Apr 15 03:04 textconv_dict.dll
-rwxrwxrwx 1 root root 135216 Apr 15 03:04 textconversiondlgslo.dll
-rwxrwxrwx 1 root root 57904 Apr 15 03:04 twain32shim.exe
drwxrwxrwx 2 root root 44 Apr 15 03:04 types
-rwxrwxrwx 1 root root 57448 Apr 15 03:04 types.rdb
-rwxrwxrwx 1 root root 407600 Apr 15 03:04 UAccCOM.dll
-rwxrwxrwx 1 root root 809008 Apr 15 03:04 ucpchelp1.dll
-rwxrwxrwx 1 root root 1989680 Apr 15 03:04 ucpcmis1lo.dll
-rwxrwxrwx 1 root root 752176 Apr 15 03:04 ucpdav1.dll
-rwxrwxrwx 1 root root 311344 Apr 15 03:04 ucpftp1.dll
-rwxrwxrwx 1 root root 334384 Apr 15 03:04 ucppkg1.dll
-rwxrwxrwx 1 root root 68144 Apr 15 03:04 ui-previewer.exe
-rwxrwxrwx 1 root root 150576 Apr 15 03:04 uno.exe
-rwxrwxrwx 1 root root 10957 Apr 15 03:04 unohelper.py
-rwxrwxrwx 1 root root 814640 Apr 15 03:04 unoidllo.dll
-rwxrwxrwx 1 root root 27184 Apr 15 03:04 unoinfo.exe
-rwxrwxrwx 1 root root 239 Apr 15 03:04 uno.ini
-rwxrwxrwx 1 root root 259120 Apr 15 03:04 unopkgapp.dll
-rwxrwxrwx 1 root root 14848 Apr 15 03:04 unopkg.bin
-rwxrwxrwx 1 root root 146944 Apr 15 03:04 unopkg.com
-rwxrwxrwx 1 root root 156208 Apr 15 03:04 unopkg.exe
-rwxrwxrwx 1 root root 16961 Apr 15 03:04 uno.py
-rwxrwxrwx 1 root root 43568 Apr 15 03:04 unsafe_uno_uno.dll
-rwxrwxrwx 1 root root 68144 Apr 15 03:04 uuresolverlo.dll
-rwxrwxrwx 1 root root 2137648 Apr 15 03:04 vbaobjlo.dll
-rwxrwxrwx 1 root root 1667632 Apr 15 03:04 vbaswobjlo.dll
-rwxrwxrwx 1 root root 2371632 Apr 15 03:04 vclplug_winlo.dll
-rwxrwxrwx 1 root root 1364 Apr 15 03:04 version.ini
-rwxrwxrwx 1 root root 217648 Apr 15 03:04 winaccessibility.dll
-rwxrwxrwx 1 root root 84016 Apr 15 03:04 wininetbe1lo.dll
-rwxrwxrwx 1 root root 192560 Apr 15 03:04 WinUserInfoBelo.dll
drwxrwxrwx 9 root root 116 Apr 15 03:04 wizards
-rwxrwxrwx 1 root root 794160 Apr 15 03:04 wpd.dll
-rwxrwxrwx 1 root root 141360 Apr 15 03:04 wpftcalclo.dll
-rwxrwxrwx 1 root root 3594800 Apr 15 03:04 wpftdrawlo.dll
-rwxrwxrwx 1 root root 103984 Apr 15 03:04 wpftimpresslo.dll
-rwxrwxrwx 1 root root 1822768 Apr 15 03:04 wpftwriterlo.dll
-rwxrwxrwx 1 root root 155696 Apr 15 03:04 wpg.dll
-rwxrwxrwx 1 root root 3345968 Apr 15 03:04 wps.dll
-rwxrwxrwx 1 root root 3276336 Apr 15 03:04 writerfilterlo.dll
-rwxrwxrwx 1 root root 239152 Apr 15 03:04 writerlo.dll
-rwxrwxrwx 1 root root 169520 Apr 15 03:04 writerperfectlo.dll
-rwxrwxrwx 1 root root 102960 Apr 15 03:04 xmlreaderlo.dll
-rwxrwxrwx 1 root root 1027120 Apr 15 03:04 xmlsecurity.dll
-rwxrwxrwx 1 root root 2866224 Apr 15 03:04 xpdfimport.exe
-rwxrwxrwx 1 root root 340528 Apr 15 03:04 xsec_xmlsec.dll
[root@localhost kkFileView-4.2.1]#