Auserreportsthattheycannotcdto/tmp/application.Asystemadministratorenteredthefollowingcommand:(1)ls-ld/tmp/application(2)drw-r--r--4rootsystem512Jan1514:09applicationWhatisthemostlikelycauseoftheproblem?()A.The/tmp/applicationshouldbegloballywritable.B.Th

题目

Auserreportsthattheycannotcdto/tmp/application.Asystemadministratorenteredthefollowingcommand:(1)ls-ld/tmp/application(2)drw-r--r--4rootsystem512Jan1514:09applicationWhatisthemostlikelycauseoftheproblem?()

A.The/tmp/applicationshouldbegloballywritable.

B.The/tmp/applicationdirectoryshouldbeexecutable.

C.The/tmp/applicationdirectoryshouldbeownedbytheuser.

D.The/tmp/applicationdirectoryshouldhavethestickybitset.


相似考题
更多“Auserreportsthattheycannotcdto/tmp/application.Asystemadministratorenteredthefollowingcomm ”相关问题
  • 第1题:

    CTMP与TMP相比,CTMP得率大于TMP,强度CTMP大于TMP。


    < > <

  • 第2题:

    在/tmp目录下创建子目录test, 在test目录下创建文件a.txt,把/tmp/test目录打包成/tmp/test.tar,用zip打包压缩成/tmp/test.tar.gz;创建目录/tmp/test1;/tmp/test2,解包/tmp/test.tar到/temp/test1; 解包/tmp/test.tar.gz到/tmp/test2;


    A

  • 第3题:

    16、如何删除一个非空子目录/tmp?()

    A.del /tmp/

    B.rm -af /tmp

    C.rmdir -Ra /tmp/

    D.rm -rf /tmp/*


    B. rm -rf /tmp

  • 第4题:

    如何删除一个非空子目录 /tmp?

    A.del /tmp/*

    B.rm -rf /tmp

    C.rm -Ra /tmp/*

    D.rm –rf /tmp/*


    rm -rf /tmp

  • 第5题:

    如何删除目录 /tmp下的所有文件及子目录()。

    A.del /tmp/*

    B.rm -rf /tmp

    C.rm -Ra /tmp/*

    D.rm –rf /tmp/*


    D