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

RHCSA Exam Study Guide with Complete Solutions | New Update

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
28-08-2024
Written in
2024/2025

RHCSA Exam Study Guide with Complete Solutions | New Update systemctl list-units --type=target - Answer️️ -View all active targets on the system. systemctl list-units --type=target --all - Answer️️ -View all targets installed on the disk. systemctl get-default - Answer️️ -Display the current default target. systemctl list-units --type=target | grep t - Answer️️ - check if multi-user target is available systemctl set-default t - Answer️️ -Change the default target to the multi-user target systemctl -t help - Answer️️ -View all available systemd configuration units. systemctl status ce - Answer️️ -Find the status of the sshd service. systemctl list-units --type=service - Answer️️ -List all active service unit configuration files. systemctl is-active httpd - Answer️️ -Determine if the httpd service is active. ©SOPHIABENNET@2024/2025 Tuesday, August 20, 2024 10:21 AM 2 systemctl is-enabled httpd - Answer️️ -Determine if the httpd service is enabled systemctl list-unit-files --type=service --all - Answer️️ -View enabled and disabled settings for all units of the type "service" systemctl list-units --type=service --all - Answer️️ -List all service unit configuration files, whether they are active or not =t - Answer️️ -Change the Boot Target shutdown +5 shutdown messages goes here - Answer️️ -Using the shutdown command, schedule a shutdown for five minutes from now and notify all users on the system of the shutdown shutdown -r now - Answer️️ -Using the shutdown command, reboot the machine immediately without delay. systemctl halt - Answer️️ -Using systemctl, shutdown the system. shutdown 01:00 - Answer️️ -Schedule the system for a shutdown at 1:00 A.M. in the morning. shutdown -c - Answer️️ -Cancel the scheduled shutdown. systemctl reboot - Answer️️ -Using systemctl, reboot the the system. systemctl halt systemctl poweroff shutdown -P ©SOPHIABENNET@2024/2025 Tuesday, August 20, 2024 10:21 AM 3 init 0 - Answer️️ -Using any method of your choice, power off the system. pkill -t pts/0 - Answer️️ -kill all of the "user" user's processes pgrep -u user pkill -u user ssh - Answer️️ -Find all running processes left, which should either be Bash or SSH and kill it nice -n -20 httpd - Answer️️ -Start the httpd service with the most favorable nice possible. ps axo pid,comm,nice | grep httpd ps axo pid,comm,nice --sort=-nice | grep httpd - Answer️️ -View the current nice of the httpd service using the ps command and grep

Show more Read less
Institution
RHCSA
Course
RHCSA

Content preview

©SOPHIABENNET@2024/2025 Tuesday, August 20, 2024 10:21 AM


RHCSA Exam Study Guide with
Complete Solutions | New Update

systemctl list-units --type=target - Answer✔️✔️-View all active targets on the
system.

systemctl list-units --type=target --all - Answer✔️✔️-View all targets
installed on the disk.

systemctl get-default - Answer✔️✔️-Display the current default target.

systemctl list-units --type=target | grep multi-user.target - Answer✔️✔️-
check if multi-user target is available

systemctl set-default multi-user.target - Answer✔️✔️-Change the default
target to the multi-user target

systemctl -t help - Answer✔️✔️-View all available systemd configuration
units.

systemctl status sshd.service - Answer✔️✔️-Find the status of the sshd
service.

systemctl list-units --type=service - Answer✔️✔️-List all active service unit
configuration files.

systemctl is-active httpd - Answer✔️✔️-Determine if the httpd service is
active.




1

, ©SOPHIABENNET@2024/2025 Tuesday, August 20, 2024 10:21 AM

systemctl is-enabled httpd - Answer✔️✔️-Determine if the httpd service is
enabled

systemctl list-unit-files --type=service --all - Answer✔️✔️-View enabled and
disabled settings for all units of the type "service"

systemctl list-units --type=service --all - Answer✔️✔️-List all service unit
configuration files, whether they are active or not

systemd.unit=rescue.target - Answer✔️✔️-Change the Boot Target

shutdown +5 shutdown messages goes here - Answer✔️✔️-Using the
shutdown command, schedule a shutdown for five minutes from now and
notify all users on the system of the shutdown

shutdown -r now - Answer✔️✔️-Using the shutdown command, reboot the
machine immediately without delay.

systemctl halt - Answer✔️✔️-Using systemctl, shutdown the system.

shutdown 01:00 - Answer✔️✔️-Schedule the system for a shutdown at 1:00
A.M. in the morning.

shutdown -c - Answer✔️✔️-Cancel the scheduled shutdown.

systemctl reboot - Answer✔️✔️-Using systemctl, reboot the the system.

systemctl halt

systemctl poweroff

shutdown -P



2

, ©SOPHIABENNET@2024/2025 Tuesday, August 20, 2024 10:21 AM

init 0 - Answer✔️✔️-Using any method of your choice, power off the system.

pkill -t pts/0 - Answer✔️✔️-kill all of the "user" user's processes

pgrep -u user

pkill -u user ssh - Answer✔️✔️-Find all running processes left, which should
either be Bash or SSH and kill it

nice -n -20 httpd - Answer✔️✔️-Start the httpd service with the most
favorable nice possible.

ps axo pid,comm,nice | grep httpd

ps axo pid,comm,nice --sort=-nice | grep httpd - Answer✔️✔️-View the
current nice of the httpd service using the ps command and grep command
together.

renice -n 0 $(pgrep httpd) - Answer✔️✔️-Renice all httpd processes and set
the nice level to 0

uptime - Answer✔️✔️-View the system uptime and load average.

w - Answer✔️✔️-View the system uptime and load average in such a way
that it also shows what users are logged in to the system and what the user
is doing.

grep "model name" /proc/cpuinfo | wc -l - Answer✔️✔️-Using the proc file
system and wc, display the number of processors your system has. This is
important to calculate the load average of the system.

grep "model name" /proc/cpuinfo | wc -l


3

Written for

Institution
RHCSA
Course
RHCSA

Document information

Uploaded on
August 28, 2024
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

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.
SophiaBennett Howard Community College
View profile
Follow You need to be logged in order to follow users or courses
Sold
140
Member since
1 year
Number of followers
5
Documents
9098
Last sold
2 weeks ago
EXAM GAME-CHANGER

Exam Questions and Answers Section : Study Like a Pro, Study Smart, Study with Sophia.

3.7

26 reviews

5
10
4
5
3
7
2
1
1
3

Trending documents

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