更多“解释rwxr-xr--和chmod 755 abc的权限情况。”相关问题
  • 第1题:

    Howcanpermissionsbesetupon/tmpsothatoneuserinagroupcannotdeleteanotheruser’sfilesinthatsamegroup()

    A.chmod+s/tmp

    B.chmod755/tmp

    C.chmod1777/tmp

    D.chmod4755/tmp


    参考答案:C

  • 第2题:

    Linux系统在默认情况下将创建的普通文件的权限设置为( ),若要将/test文件的权限设置为所有用户都具有读写执行的权限,则正确的命令是(请作答此空)。

    A.chmod-rw-r--r--/test
    B.chmod test-r--r--r--
    C.chmod-777/test
    D.chmod-111/test

    答案:C
    解析:
    普通文件是不可执行的,自然不会有x权限。此外,文件拥有人缺省是具备读写权限的,而其他人只具备读权限。

  • 第3题:

    下面()命令可以改变test目录中所有文件的权限。

    • A、$chmod–a755 test
    • B、$chmod–R755 test
    • C、$chmod–X755 test
    • D、chmod–o755test

    正确答案:B

  • 第4题:

    在UNIX中,可用ls命令察看文件属性,一个文件file1的属性为“RW_R_ _ R _ _”,如果对文件赋予本用户读写执行权限,组内用户和其它用户读写权限,则使用()命令。

    • A、chmod g+rw,o+r file1
    • B、chmod 755 file1
    • C、chmod g+rwx file1
    • D、chmod 775 file1

    正确答案:B

  • 第5题:

    文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()。

    • A、chmod a+xg+w exer1
    • B、chmod 765 exer1
    • C、chmod o+x exer1
    • D、chmod g+w exer1

    正确答案:A

  • 第6题:

    在Unix操作系统中,命令“chmod-777/home/abc”的作用是()。

    • A、把所有的文件拷贝到公共目录abc中
    • B、修改abc目录的访问权限为可读、可写、可执行
    • C、设置用户的初始目录为/home/abc
    • D、修改abc目录的访问权限为对所有用户只读

    正确答案:B

  • 第7题:

    在对Linux系统中dir目录及其子目录进行权限权限统一调整时所使用的命令是什么?()

    • A、rm-fr-755/dir
    • B、ls-755/dir
    • C、chmod755/dir/*
    • D、chmod-R755/dir

    正确答案:D

  • 第8题:

    如何给test这个文件加上可执行权限()

    • A、chmod +x test
    • B、chmod -x test
    • C、chmod 400 test
    • D、chmod 600 test

    正确答案:A

  • 第9题:

    如何给test这个文件加上可执行权限()。

    • A、chmod+xtest
    • B、chmod-xtest
    • C、chmod400test
    • D、chmod600test

    正确答案:A

  • 第10题:

    Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()

    • A、 chmod 557 /bin/foo
    • B、 chmod o+rwx.a+rx/bin/foo
    • C、 chown 557 /bin/foo
    • D、 chmod 755/bin/foo

    正确答案:D

  • 第11题:

    Solaris操作系统下,下面哪个命令可以修改/n2kuser/.profile文件的属性为所有用户可读、科协、可执行?()

    • A、chmod744/n2kuser/.profile
    • B、chmod755/n2kuser/.profile
    • C、chmod766/n2kuser/.profile
    • D、chmod777/n2kuser/.profile

    正确答案:D

  • 第12题:

    问答题
    解释rwxr-xr--和chmod 755 abc的权限情况。

    正确答案: rwxr-xr--:属主有读、写和执行权,同组人有读和执行权,其他人有读权。
    解析: 暂无解析

  • 第13题:

    为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。

    A、chmod 755 test

    B、chmod 700 test

    C、chmod ux+rwx test

    D、chmod g-w test


    参考答案:A

  • 第14题:

    在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。

    • A、chmod a+rx test
    • B、chmod a+wx test
    • C、chmod o+rx test
    • D、chmod u+rx test

    正确答案:A

  • 第15题:

    在linux中,文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()

    • A、chmod?a+x,?g+w?exer1
    • B、chmod?775?exer1
    • C、chmod?765exer1
    • D、chmod?g?w?exer1

    正确答案:A,B

  • 第16题:

    在SCO UNIX中,以下哪些命令使test文件的所有者对该文件有读、写、执行的权限而其他所有用户对该文件只有读权限。()

    • A、chmod 744 test
    • B、chmodu +rx test
    • C、chmodg +r wtest
    • D、chmod 755 test

    正确答案:A

  • 第17题:

    How can permissions be set up on /tmp so that one user in a group cannot delete another user’s files in that same group()

    • A、chmod +s /tmp
    • B、chmod 755 /tmp
    • C、chmod 1777 /tmp
    • D、chmod 4755 /tmp

    正确答案:C

  • 第18题:

    Unix下修改文件权限,只有所有者才能修改、执行该文件()。

    • A、chmod 700 filename
    • B、chmod 070 filename
    • C、chmod 755 filename
    • D、chmod 022 filename

    正确答案:A

  • 第19题:

    如果要将test文件的权限修改为755,可以使用下列()命令。

    • A、chmod755test
    • B、chmod-755test
    • C、attribtest+S
    • D、cacls/peveryone:F
    • E、chmodu=rwx,go=rxtest

    正确答案:A,E

  • 第20题:

    下面关于unix的描述正确的是()

    • A、cat用于显示文本文件内容
    • B、more用于分页显示程序或者文本
    • C、使用chmod777可以改变文件访问权限为属主、用户组、其他人都可读可写可执行
    • D、使用chmod ugo+rwx abc.c表示改变文件abc.c访问权限为属主、用户组、其他人都可读可写可执行

    正确答案:A,B,C,D

  • 第21题:

    在对Linux 系统中dir目录及其子目录进行权限权限统一调整时所使用的命令是什么?()

    • A、rm -fr -755/dir
    • B、ls -755/dir
    • C、chmod 755 /dir/*
    • D、chmod -R 755 /dir

    正确答案:D

  • 第22题:

    为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。

    • A、chmod 755 test
    • B、chmod 700 test
    • C、chmod ux+rwx test
    • D、chmod g-w test

    正确答案:A

  • 第23题:

    单选题
    Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()
    A

     chmod 557 /bin/foo

    B

     chmod o+rwx.a+rx/bin/foo

    C

     chown 557 /bin/foo

    D

     chmod 755/bin/foo


    正确答案: D
    解析: 暂无解析