100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

RHCSA Comprehensive Questions And Answers Latest upload 2024/2025 with 100% verified Solutions

Rating
-
Sold
-
Pages
12
Grade
A+
Uploaded on
24-10-2024
Written in
2024/2025

RHCSA Comprehensive Questions And Answers Latest upload 2024/2025 with 100% verified Solutions on reboot, if the system does not boot properly, select the RHEL server line, login to root, vim /etc/fstab, and comment out the newly added line. then reboot again Find all Files Owned by a User - Find files in your system owned by the user andrew and copy all the files on /root/output directory - ANSWER-1. # mkdir /root/output 2. # find / -user andrew -exec cp -rvp {} /root/output/ : 3. # ls -al /root/output Cron Job - The user andrew must configure a cron job that runs daily at 15:25 local time and executes /bin/echo hello - ANSWER-1. # crontab -l - to check scheduled jobs 2. # cat /etc/crontab - to check formatting 3. # crontab -e 4. 25 15 * * * andrew /bin/echo "hello" 5. save and exit 6. # systemctl enable crond 7. # systemctl start crond 8. # crontab -l - to verify Resize LVM - Resize your LVM partition to 350MiB - ANSWER-1. # fdisk /dev/diskname 2. n 3. p 4. Enter 5. +268M (Last sector -- we already have a LVM of 32M because of a previous question) 6. t 7. Enter 8. 8e 9. p 10. w 11. # partprobe /dev/diskname 12. # pvcreate /dev/newpartitionname 13. # pvs - to verify 14. # vgextend development /dev/newpartitionname 15. # vgs - to verify 16. # lvextend -L +268M /dev/development/engineering 17. # lvs - to verify 18. # xfs_growfs /dev/development/engineering 19. # lsblk - to verify 20. # reboot 21. # lvs - to verify

Show more Read less
Institution
RHCSA
Course
RHCSA









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
RHCSA
Course
RHCSA

Document information

Uploaded on
October 24, 2024
Number of pages
12
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

RHCSA Comprehensive Questions
And Answers Latest upload 2024/2025 with 100% verified
Solutions
on reboot, if the system does not boot properly, select the RHEL server line, login to root, vim
/etc/fstab, and comment out the newly added line. then reboot again



Find all Files Owned by a User

- Find files in your system owned by the user andrew and copy all the files on /root/output directory -
ANSWER-1. # mkdir /root/output

2. # find / -user andrew -exec cp -rvp {} /root/output/ \:

3. # ls -al /root/output



Cron Job

- The user andrew must configure a cron job that runs daily at 15:25 local time and executes /bin/echo
hello - ANSWER-1. # crontab -l - to check scheduled jobs

2. # cat /etc/crontab - to check formatting

3. # crontab -e

4. 25 15 * * * andrew /bin/echo "hello"

5. save and exit

6. # systemctl enable crond

7. # systemctl start crond

8. # crontab -l - to verify



Resize LVM

- Resize your LVM partition to 350MiB - ANSWER-1. # fdisk /dev/diskname

2. n

3. p

4. Enter

, 5. +268M (Last sector -- we already have a LVM of 32M because of a previous question)

6. t

7. Enter

8. 8e

9. p

10. w

11. # partprobe /dev/diskname

12. # pvcreate /dev/newpartitionname

13. # pvs - to verify

14. # vgextend development /dev/newpartitionname

15. # vgs - to verify

16. # lvextend -L +268M /dev/development/engineering

17. # lvs - to verify

18. # xfs_growfs /dev/development/engineering

19. # lsblk - to verify

20. # reboot

21. # lvs - to verify



Authenticate Users from LDAP

*Authenticate users from LDAP Directory Servers which have:*

- ServerName: server1.example.com

- Base DN: dc=example,dc=com

- Download certificate from: ftp://server1.example.com/pub/EXAMPLE-CA-CERT

- Authenticate with users ldapuser1 with password == password

- Configure autofs such that a server home directory is server1.example.com:/home/guests/ldapuser1
on /home/guests/ldapuser1 - ANSWER-1. # yum -y install authconfig-gtk sssd autofs krb5*

2. # authconfig-gtk

3. LDAP Server: server1.example.com

4. Use TLS to encrypt connections

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
lecturervince8 Chamberlain College Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
19
Member since
2 year
Number of followers
5
Documents
2446
Last sold
4 months ago

5.0

3 reviews

5
3
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions