2025 Red Hat Official New Released EX200 Q&As
100% Free Download! 100% Pass Guaranteed!
https://www.certleader.com/EX200-dumps.html
Q1. CORRECT TEXT 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. ) View AnswerAnswer: # 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
Q1. CORRECT TEXT Find the files owned by harry, and copy it to catalog: /opt/dir View AnswerAnswer: # cd /opt/ # mkdir dir # find / -user harry -exec cp -rfp {} /opt/dir/ \; Q2. CORRECT TEXT Configure a task: plan to run echo hello command at 14:23 every day. View AnswerAnswer: # which echo # crontab -e 23 14 * * * /bin/echo hello # crontab -l (Verify) Q3. CORRECT TEXT Upgrading t
Q1. CORRECT TEXT Configure a task: plan to run echo hello command at 14:23 every day. View AnswerAnswer: # which echo # crontab -e 23 14 * * * /bin/echo hello # crontab -l (Verify) Q2. CORRECT TEXT 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. View AnswerAnswer: # yum insta
Q1. CORRECT TEXT Change the logical volume capacity named vo from 190M to 300M. and the size of the floating range should set between 280 and 320. (This logical volume has been mounted in advance.) View AnswerAnswer: # vgdisplay (Check the capacity of vg, if the capacity is not enough, need to create pv , vgextend , lvextend) # lvdisplay (Check lv) # lvextend -L +110M /dev/vg2/lv2 # resize
Q1. CORRECT TEXT Copy /etc/fstab to /var/tmp name admin, the user1 could read, write and modify it, while user2 without any permission. View AnswerAnswer: # cp /etc/fstab /var/tmp/ # chgrp admin /var/tmp/fstab # setfacl -m u:user1:rwx /var/tmp/fstab # setfacl -m u:user2:--- /var/tmp/fstab # ls -l -rw-rw-r--+ 1 root admin 685 Nov 10 15:29 /var/tmp/fstab Q2. CORRECT TEXT Find the files o
Q1. CORRECT TEXT Find the files owned by harry, and copy it to catalog: /opt/dir View AnswerAnswer: # cd /opt/ # mkdir dir # find / -user harry -exec cp -rfp {} /opt/dir/ \; Q2. CORRECT TEXT Configure the verification mode of your host account and the password as LDAP. And it can ldapuser40. The password is set as "password". And the certificate login successfully through can be download