單項選擇題在linux系統(tǒng)中,查找/tmp目錄下正規(guī)文件,其權(quán)限為644的文件,下列命令中正確的是()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題在linux系統(tǒng)中,下述正則表達(dá)式結(jié)果相同的有()

A、[ 0 1 2 3 4 5 ]
B、[ 0-5 ]
C、[ 0 1-5 ]
D、[ 0-2 3-5]
E、[01][2-5]

3.單項選擇題查找/etc下文件內(nèi)容中以shell開頭或以shell結(jié)尾,且與shell大小寫無關(guān)的文件及其相應(yīng)行(不包括錯誤信息和父目錄),以下命令正確的是()。

A、grep –s -I -E、“^shell|shell$”/etc/*
B、grep –s -E、“^shell|shell$”/etc/*
C、grep –s -i “^shell|shell$”/etc/*
D、grep -I -E、“^shell|shell$”/etc/*