The$HOME/.netrcfilecontainsinformationusedbytheautomaticloginfeatureofwhatcommand?() A.rshB.ftpC.sshD.rlogin
The$HOME/.netrcfilecontainsinformationusedbytheautomaticloginfeatureofwhatcommand?()
A.rsh
B.ftp
C.ssh
D.rlogin
相关考题:
YouaredevelopinganASP.NETMVC2Webapplication.TheapplicationcontainsacontrollernamedHomeController,whichhasanactionnamedIndex.TheapplicationalsocontainsaseparateareanamedBlog.AviewwithintheBlogareamustcontainanActionLinkthatwilllinktotheIndexactionoftheHomeController.YouneedtoensurethattheActionLinkintheBlogarealinkstotheIndexactionoftheHomeController.WhichActionLinkshouldyouuse?()A.Html.ActionLink(Home,Index,Home)B.Html.ActionLink(Home,Index,Home,new{area=},null)C.Html.ActionLink(Home,Index,Home,new{area=Blog},null)D.Html.ActionLink(Home,Index,Home,new{area=Home},null)
Whenrunonamachinecalledclient,whichofthefollowingcommandswillmountthe/usr/local/bindirectoryfromthehostoverthe/home/bindirectoryonclient?() A.mounthost:/home/bin/usr/local/binB.mountclient:/home/bin/usr/local/binC.mount-nhost/usr/local/bin/home/binD.mount-ohost:/usr/local/bin/home/bin
Whenrunonamachinecalledclient,whichofthefollowingcommandswouldmountthe/usr/local/bindirectoryfromthehostmachineoverthe/home/bindirectoryonclient?() A.mounthost:/usr/local/bin/home/binB.mountclient:/home/bin/usr/local/binC.mount-oclient:/usr/local/bin/home/binD.mount-nhost:/home/bin/usr/local/bin
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?() A. mv /home/operator .B. mv /home/operator/* .C. mv /home/operator ../..D. mv /home/operator/all ../home/operator
用户的缺省Shell为Csh,此用户登录时,其环境脚本的执行顺序为:()。 A.etc/profile-$HOME/.cshrc-$HOME/.loginB.$HOME/.login-$HOME/.cshrc-etc/profileC.etc/profile-$HOME/.login-$HOME/..cshrcD.$HOME/.cshrc-etc/profile-$HOME/.login
在Linux操作系统中,管理员需要修改/home/xyz目录的访问权限为可读、可写、可执行的命令是( )。A.chmod 777/home/xyzB.cat/home/xyz+rwxC.chmod-rw/home/xyzD.vi/home/xyz
配置NFS共享目录“/home/share”对于所有主机为可读写的,配置如下()。A.*(rw) /home/shareB./home/share *(rw)C./home/share *(ro)D./home/share (rw)*
在web应用中,一个home.html文件的存放位置为D:apache-tomcatwebappstokadminhome,启动服务器,在本机的浏览器中的地址应为哪项()?A.http://localhost:port/tok/admin/home.htmlB.http://localhost:port/webapps/home.htmlC.http://localhost:port/tok/admin/home/home.htmlD.http://localhost:port/webapps/tok/admin/home/home.html