在linux系统下,显示/tmp下的所有文件(包含隐含文件),以下命令中正确的是()。
A、ls -l /tmp
B、ls -d /tmp
C、ls -b /tmp
D、ls -a /tmp
A、ls -l /tmp
B、ls -d /tmp
C、ls -b /tmp
D、ls -a /tmp
A、A、cp -l /tmp/test/file /tmp B、B、cp -s /tmp/test/file /tmp C、C、cp -r /tmp/test/file /tmp D、D、cp /tmp/test/file /tmp E、E、cp /tmp/test/file /tmp/file
A、find /tmp -f -perm 644 B、find -type f -perm 644 /tmp C、find -type f -perm 644 D、find /tmp -type f -perm 644