User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?()A. User2 needs write permission to the directory.B. User2 needs both read and write permissions to the directory.C. User2 needs both read and execu

题目
User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?()

A. User2 needs write permission to the directory.

B. User2 needs both read and write permissions to the directory.

C. User2 needs both read and execute permissions to the directory.

D. User2 needs both write and execute permissions to the directory.


相似考题
更多“User2 is complaining that he is unable to list the contents of a directory. What is the most likely cause?() ”相关问题
  • 第1题:

    He ________ ________ to learn English well.

    A.knows...how

    B.know...how

    C.knows...what

    D.knew...what


    参考答案:A

  • 第2题:

    GiventhatfileisareferencetoaFileobjectthatrepresentsadirectory,whichcodefragmentswillsucceedinobtainingalistoftheentriesinthedirectory?()

    A.Vectorfilelist=((Directory)file).getList();

    B.String[]filelist=file.directory();

    C.Enumerationfilelist=file.contents();

    D.String[]filelist=file.list();

    E.Vectorfilelist=(newDirectory(file)).files();


    参考答案:D

  • 第3题:

    若某文件系统的目录结构如下图所示,假设用户要访问文件book2.doc,且当前工作目录MyDrivers,则该文件的绝对路径和相对路径分别为( )


    A.MyDrivers\user2\和\user2\
    B.\MyDrivers\user2\和\user2\
    C.\MyDrivers\user2\和user2\
    D.MyDrivers\user2\和user2\

    答案:C
    解析:
    绝对路径:是从根目录开始的路径,以“\”代表根目录相对路径:是从当前路径开始的路径

  • 第4题:

    Teacher:Where is Mike this morning?

    Student:He's got a cold.

    Teacher:______

    A、He is absent.

    B、What's the matter with him?

    C、Just tell him to take it easy.

    D、What? Where is he?


    参考答案:C

  • 第5题:

    —What (happen) to Herry last night? .

    —He_________ (fall) down and_________ (hurt) his leg.


    正确答案:
    39. happened;fell;hurt

  • 第6题:

    若某文件系统的目录结构如下图所示,假设用户要访问文件 book2.doc,且当前工作目录为 MyDrivers,则该文件的绝对路径和相对路径分别为


    A.MyDrivers\user2\和\user2\
    B.\MyDrivers \user2\和\user2\
    C.\MyDrivers \user2\和user2\
    D.MyDrivers\user2\和user2\

    答案:C
    解析:
    绝对路径要从根目录开始。基本概念题。