Asystemadministratorwantstogivefullread/write/excuteaccesstotheownerandgroupofthe/stuffdirectoryandallsubdirectoriesandfiles,butonlyallowread/executeforothers.Whatcommandwouldtheadministratoruse?() A.chmod-R775/stuffB.chmod-h002/stuffC.chmod-R577/stuffD.chmodug+rwx,o+rx/stuff

Asystemadministratorwantstogivefullread/write/excuteaccesstotheownerandgroupofthe/stuffdirectoryandallsubdirectoriesandfiles,butonlyallowread/executeforothers.Whatcommandwouldtheadministratoruse?()

A.chmod-R775/stuff

B.chmod-h002/stuff

C.chmod-R577/stuff

D.chmodug+rwx,o+rx/stuff


相关考题:

服务器端向客户端输出”注册成功”,以下语句中,能实现该操作要求的是() A、Request.write?”注册成功”B、Request.write(”注册成功”)C、Reponse.write?”注册成功”D、Response.write(”注册成功”)

In a certain cache system, the modified cache block is written to main memory only when the block is replaced.All of following are used to describe this policy EXCEPTA.store-inB.write-backC.copy-backD.write-through

服务器端向客户端输出”注册成功!”,以下语句中,能实现该操作要求的是()。 A.request.write”注册成功!”B.request.write(“注册成功!”)C.response.write”注册成功!”D.response.write(“注册成功!”)

YouareimplementingaWebpagethatdisplaystextthatwastypedbyauser.YouneedtodisplaytheuserinputintheWebpagesothatacross-sitescriptingattackwillbeprevented.Whatshouldyoudo?() A.Calldocument.write.B.CallResponse.Write.C.CallHttpUtility.UrlEncode.D.CallHttpUtility.HtmlEncode.

JavaScript中,显示81的平方根的正确方法是?() A.document.write(math.sqrt(81))B.document.write(Math.sqrt(81))C.document.write(Math.sqrt”81”)D.document.write(Math.sqrt”81”)

输出CSV格式的文件,用一下哪个函数A.write.table()B.read.csv()C.write.csv()D.write.delim()

下列()语句可以实现向DS1302写入分时间A.ds1302_write(0x8e)B.ds1302_write(0x80)C.ds1302_write(0x82)D.ds1302_write(0x84)

下面哪个参数用于使匿名用户能够删除FTP上的文件()A.anon_upload_enableB.anon_mkdir_write_enableC.anon_other_write_enableD.anon_delete_write_enable

与下列语句组等效的语句组是: document.write ("123<br>"); document.write ("456");A.for (document) { write ("123<br>"); write ("456"); }B.with (document) { write ("123<br>"); write ("456"); }C.foreach (document) { write ("123<br>"); write ("456"); }D.while (document) { write ("123<br>"); write ("456"); }