100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
RHCSA - part 1 Latest Questions And Answers $9.39   Add to cart

Exam (elaborations)

RHCSA - part 1 Latest Questions And Answers

 6 views  0 purchase
  • Course
  • RHCSA
  • Institution
  • RHCSA

Line at the beginning of bash files - ANS #!/bin/bash Character to search at the beginning of the line - ANS ^ Character to search at the end of the line - ANS $ Character to match any single character (with the exception of the newline character) - ANS ...

[Show more]

Preview 2 out of 8  pages

  • August 15, 2024
  • 8
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • RHCSA
  • RHCSA
avatar-seller
DocLaura
RHCSA - part 1 Latest Questions And
Answers





Line at the beginning of bash files - ANS #!/bin/bash

Character to search at the beginning of the line - ANS ^

Character to search at the end of the line - ANS $

Character to match any single character (with the exception of the newline character) - ANS
.

Character to match zero or more of the previous expression - ANS *

Character to match the previous expression one of more times - ANS +

The flag in the grep command that ignores commented lines - ANS -v

What does this regular expression search?
c.\{2\}t - ANS any word beginning with a c, followed by exactly any two characters, and
ending with a t

(i.e coat, cart)

Command to get an overview of pending jobs for the current user - ANS atq
(OR at -l)

Command to remove jobs - ANS atrm JOBNUMBER

Command to inspect commands that will run when a job is executed - ANS at -c
JOBNUMBER

Command used to manage jobs - ANS crontab

Command to list the jobs for the current user - ANS crontab -l

Command to remove all jobs for the current user - ANS crontab -r

Command to edit jobs for the current user - ANS crontab -e

, Command to remove all jobs, and replace with the jobs read from filename. (If no file is
specified, stdin is used.) - ANS crontab FILENAME

Order of fields in crontab file - ANS minutes (0-59), hours (0-23), day of month (1-31),
month (1-12), day of week (0-6), command

Character to specify "Do not care"/always in crontab file - ANS *

How to indicate an interval of x in the crontab file - ANS */x

(i.e */7 in the minutes column will run every 7 minutes)

What two locations are recurring system jobs defined? - ANS /etc/crontab
/etc/cron.d

What file ensures important jobs always run and are not skipped accidentally because a system
was turned off? - ANS /etc/anacron

Command to print systemd timer unit configuration files - ANS
systemd-tmpfiles-clean.timer

Command to purge temporary files
(rules for which files are removed are laid out in multiple config files) - ANS
systemd-tmpfiles --clean

Command to install tuned package AND
Command to enable and start it - ANS yum install tuned
systemctl enable --now tuned

Command used to change settings of the tuned daemon - ANS tuned-adm

Command to list all available tuning profiles - ANS tuned-adm list

Command to switch the active profile to a different one - ANS tuned-adm profile
PROFILE-NAME

(i.e. tuned-adm profile throughput-performance)

Nice level with the highest priority - ANS -20

Nice level with the lowest priority - ANS 19

Command to report a snapshot of current process - ANS ps

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller DocLaura. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $9.39. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

81989 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$9.39
  • (0)
  Add to cart