在linux系统下,显示/tmp下的所有文件和目录的详细信息,以下命令中正确的是()。
A、ls -i /tmp
B、ls -l /tmp
C、ls -r /tmp
D、ls -d /tmp
A、ls -i /tmp
B、ls -l /tmp
C、ls -r /tmp
D、ls -d /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