记录以下出现:java.io.IOException: (null) entry in command string: null ls -F E:\file\a.txt 情况怎么办?

记录以下出现:
Error while running command to get file permissions : java.io.IOException: (null) entry in command string: null ls -F E:\file\a.txt
情况怎么办?
记录以下出现:java.io.IOException: (null) entry in command string: null ls -F E:\file\a.txt 情况怎么办?

原来这样写的

记录以下出现:java.io.IOException: (null) entry in command string: null ls -F E:\file\a.txt 情况怎么办?

解决办法

尝试着把路径补全
file:///E:/file/a.txt file:///E:/output
记录以下出现:java.io.IOException: (null) entry in command string: null ls -F E:\file\a.txt 情况怎么办?