单选题Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?()Amount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashareBmount -t smbfs -o username=Winuser,password=s

题目
单选题
Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?()
A

 mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare

B

 mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare

C

 mount -t smbfs -o Winuser%somepass //SERVER/share /media/sambashare

D

 mount -t smbfs -o username=Winuser%somepass //SERVER/share /media/sambashare


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析
更多“单选题Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?()A  mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashareB  mount -t smbfs -o username=Winuser,passwo”相关问题
  • 第1题:

    用以下的哪个命令可以把server的/tmp mount 到 client的/mnt/tmp 并且是( )

    A.mount -o ro server:/tmp /mnt/tmp

    B.mount -o ro /mnt/tmp server:/tmp

    C .mount -o ro client:/mnt/tmp server:/tmp

    D.mount -o ro server:/tmp client:/mnt/tmp


    正确答案:A

  • 第2题:

    After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this? ()

    • A、 The user entered the wrong username and/or password.
    • B、 The nmbd process is not running on the Samba server.
    • C、 The user hasn’t mapped the share to a local drive letter yet.
    • D、 The Samba server is not configured as a Domain Master Browser.

    正确答案:B

  • 第3题:

    You have 2 commands used for ftp: ip ftp username xxxxxx ip ftp password yyyyyy Which two commands will be used when switching from ftp to http?


    正确答案: Ip http client username xxxxxx
    Ip http client password yyyyyy

  • 第4题:

    A user connects to the companys intranet server via a VPN connection from a small office / home office (SOHO) using the broadband service. One day, the user cannot successfully connect to the VPN and receives an error message that states "Username and password are invalid on the domain." Which of the following should be done to correct this problem?()

    • A、Call the corporate help desk to have the VPN server rebooted
    • B、Re-enter the username and password in the VPN connection and reconnect
    • C、Call the broadband Internet provider to replace the SOHO router with a newer model
    • D、Ping the corporate VPN server to ensure it is online

    正确答案:B

  • 第5题:

    You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()

    • A、 mount /dev/cdrom /mnt/cdrom
    • B、 mount/dev/cdrom
    • C、 mount -t cdrom /dev/cdrom /mnt/cdrom
    • D、 mount /mnt/cdrom
    • E、 automount /mnt/hdd /mnt/cdrom

    正确答案:D

  • 第6题:

    When run on a machine called client, which of the following commands would mount the /usr/local/bin directory from the host machine over the /home/bin directory on client?()

    • A、mount host:/usr/local/bin /home/bin
    • B、mount client:/home/bin /usr/local/bin
    • C、mount -o client:/usr/local/bin /home/bin
    • D、mount -n host:/home/bin /usr/local/bin

    正确答案:A

  • 第7题:

    From the DX WebUI Dashboard, which steps are used for creating a new admin user? ()

    • A、Click Admin > Users. Enter username, password, role, account status, and email.
    • B、Click Admin > Users. Enter username, password, role, account status, and user class.
    • C、Click Users > Manage Users. Enter username, password, role, account status, and user class.
    • D、Click Users > Manage Users. Enter username, password, ActiveDirectory domain, account status, and role.

    正确答案:B

  • 第8题:

    单选题
    A user connects to the companys intranet server via a VPN connection from a small office / home office (SOHO) using the broadband service. One day, the user cannot successfully connect to the VPN and receives an error message that states "Username and password are invalid on the domain." Which of the following should be done to correct this problem?()
    A

    Call the corporate help desk to have the VPN server rebooted

    B

    Re-enter the username and password in the VPN connection and reconnect

    C

    Call the broadband Internet provider to replace the SOHO router with a newer model

    D

    Ping the corporate VPN server to ensure it is online


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

  • 第9题:

    单选题
    Which of the following BEST describes a server where several physical server chassis are housed within an enclosure to share some redundant resources?()
    A

     Tower server

    B

     Rack mount server

    C

     Blade server

    D

     Bare metal server


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

  • 第10题:

    单选题
    在Quidway系列路由器中,设置用户列表正确的命令语法是()
    A

    Quidway(config-if)#local-user <username> password {0

    B

    Quidway(config)#local-user <username> password {0

    C

    Quidway(config)#local-user <username> password {0

    D

    Quidway(config-if)#local-user <username> password {0


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

  • 第11题:

    单选题
    Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?()
    A

     mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare

    B

     mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare

    C

     mount -t smbfs -o Winuser%somepass //SERVER/share /media/sambashare

    D

     mount -t smbfs -o username=Winuser%somepass //SERVER/share /media/sambashare


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

  • 第12题:

    单选题
    A snapshot of the /export/project file system has been taken. Prior to backing up the file system, you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted to check for these files.  Which command will mount the snapshot? ()
    A

     mount -F ufs -o ro /dev/fssnap/0 /check

    B

     mount -F ufs -o rw /dev/fssnap/0 /check

    C

     mount -F ufs -o ro /export/project /check

    D

     mount -F ufs -o rw /export/project /check


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

  • 第13题:

    在Quidway系列路由器中,设置用户列表正确的命令语法是()

    A. Quidway(config-if)#local-user <username> password {0|7} <password>

    B. Quidway(config)#local-user <username> password {0|7}

    C. Quidway(config)#local-user <username> password {0|7} <password>

    D. Quidway(config-if)#local-user <username> password {0|7}


    参考答案:C

  • 第14题:

    在Quidway系列路由器中,设置用户列表正确的命令语法是()

    • A、Quidway(config-if)#local-user <username> password {0
    • B、Quidway(config)#local-user <username> password {0
    • C、Quidway(config)#local-user <username> password {0
    • D、Quidway(config-if)#local-user <username> password {0

    正确答案:C

  • 第15题:

    Which of the following commands will mount a remote Samba share when the user is Winuser and the password is somepass?()

    • A、 mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare
    • B、 mount -t smbfs -o username=Winuser,password=somepass //SERVER/share /media/sambashare
    • C、 mount -t smbfs -o Winuser%somepass //SERVER/share /media/sambashare
    • D、 mount -t smbfs -o username=Winuser%somepass //SERVER/share /media/sambashare

    正确答案:A

  • 第16题:

    Which of the following BEST describes a server where several physical server chassis are housed within an enclosure to share some redundant resources?()

    • A、Tower server
    • B、Rack mount server
    • C、Blade server
    • D、Bare metal server

    正确答案:C

  • 第17题:

    A System p administrator wants to NFS mount a filesystem from server "alpha" to server "bravo".  Which of the following commands should be issued from "bravo" to determine which filesystems are being exported by server "alpha"()

    • A、lsexport alpha
    • B、showmount -e alpha
    • C、exportfs -l alpha
    • D、mount -e nfs alpha

    正确答案:B

  • 第18题:

    When run on a machine called client, which of the following commands will mount the /usr/local/bin directory from the host over the /home/bin directory on client?()

    • A、mount host:/home/bin /usr/local/bin
    • B、mount client:/home/bin /usr/local/bin
    • C、mount -n host /usr/local/bin /home/bin
    • D、mount -o host:/usr/local/bin /home/bin

    正确答案:C

  • 第19题:

    When a non-root user connects to a JUNOS platform and enters a username and password, the user is immediately placed at which level?()

    • A、UNIX shell
    • B、user level CLI
    • C、configuration mode
    • D、operational mode

    正确答案:D

  • 第20题:

    单选题
    From the DX WebUI Dashboard, which steps are used for creating a new admin user? ()
    A

    Click Admin > Users. Enter username, password, role, account status, and email.

    B

    Click Admin > Users. Enter username, password, role, account status, and user class.

    C

    Click Users > Manage Users. Enter username, password, role, account status, and user class.

    D

    Click Users > Manage Users. Enter username, password, ActiveDirectory domain, account status, and role.


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

  • 第21题:

    单选题
    When a non-root user connects to a JUNOS platform and enters a username and password, the user is immediately placed at which level?()
    A

    UNIX shell

    B

    user level CLI

    C

    configuration mode

    D

    operational mode


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

  • 第22题:

    单选题
    After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this? ()
    A

     The user entered the wrong username and/or password.

    B

     The nmbd process is not running on the Samba server.

    C

     The user hasn’t mapped the share to a local drive letter yet.

    D

     The Samba server is not configured as a Domain Master Browser.


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

  • 第23题:

    单选题
    You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()
    A

     mount /dev/cdrom /mnt/cdrom

    B

     mount/dev/cdrom

    C

     mount -t cdrom /dev/cdrom /mnt/cdrom

    D

     mount /mnt/cdrom

    E

     automount /mnt/hdd /mnt/cdrom


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

  • 第24题:

    单选题
    Which of the following BEST describes a server where several physical server chassis are housed within an enclosure to share some redundant resources?()
    A

    Tower server

    B

    Rack mount server

    C

    Blade server

    D

    Bare metal server


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