Free Braindump2go Latest Microsoft Exam Dumps

Collection of Braindump2go LatestMicrosoft Exam Questions and Dumps for free Download

Free Download Latest 2014 Pass4sure&Lead2pass Red Hat RHCSA EX200 Exam Questions (6-10)

Question 6
Create a 2G swap partition which take effect automatically at boot-start, and it should not affect the original swap partition.

Answers:
# fdisk /dev/sda
  p      (check Partition table)
  n      (create new partition: press e to create extended partition, press p to create the main partition, and the extended partition is further divided into logical partitions)
  Enter
  +2G    
  t
  8
  l
  82
  W
partx –a /dev/sda
partprobe
mkswap /dev/sda8

Copy UUID
swapon –a
vim /etc/fstab
UUID=XXXXX swap swap defaults 0 0

(swapon –s)

Question 7
Create a user named alex, and the user id should be 1234, and the password should be alex111.

Answers:
# useradd –u 1234 alex
# passwd alex
  alex111
  alex111

OR

  echo alex111|passwd –stdin alex

Question 8
Install a FTP server, and request to anonymous download from /var/ftp/pub catalog. (it needs you to configure yum direct to the already existing file server. )
 
Answers:
# cd /etc/yum.repos.d
# vim local.repo
      [local]
      name=local.repo

      baseurl=file:///mnt
      enabled=1
      gpgcheck=0

  # yum makecache
  # yum install -y vsftpd
  # service vsftpd restart
  # chkconfig vsftpd on
  # chkconfig –list vsftpd
  # vim /etc/vsftpd/vsftpd.conf
       anonymous_enable=YES
 

Question 9
Configure a HTTP server, which can be accessed through
http://station.domain40.example.com.
Please download the released page from http://ip/dir/example.html.

Answers:
  # yum install –y httpd
  # chkconfig httpd on
  # cd /var/www/html
  # wget http://ip/dir/example.html
  # cp example.com index.html
  # vim /etc/httpd/conf/httpd.conf
       NameVirtualHost 192.168.0.254:80
       <VirtualHost 192.168.0.254:80>
         DocumentRoot /var/www/html/
         ServerName station.domain40.example.com
        </VirtualHost>

Question 10
Configure the verification mode of your host account and the password as LDAP. And it can login successfully through ldapuser40. the password is set as “password”. And the certificate can be downloaded from http://ip/dir/ldap.crt. After the user logs on , the user has no host directory unless you configure the autofs in the following questions.

Answers:
     system-config-authentication
LDAP Server: ldap://instructor.example.com  (In domain form, not write IP)

OR

# yum groupinstall directory-client  (1.krb5-workstation  2.pam-krb5  3.sssd)
# system-config-authentication
  1.User Account Database: LDAP
  2.LDAP Search Base DN: dc=example,dc=com
  3.LDAP Server: ldap://instructor.example.com  (In domain form, not write IP)
  4.Download CA Certificate
  5.Authentication Method: LDAP password
  6.Apply
getent passwd ldapuser40

If you want to pass the Red Hat RHCSA EX200 exam sucessfully, recommend to read latest Red Hat RHCSA EX200 Dumps full version.

, , , , , , , , , ,

Comments are currently closed.