Skip to content

utrains/redhat-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

redhat-exam

chapter 4 : practice

Example 1: Checking Process Status

Create a Bash script that checks if a specific process (e.g., sshd) is running and prints a message based on its status.

Example 2: Killing Processes by Name

Create a Bash script that kills all processes with a specified name.

Example 3: Logging Background Process Output

Create a Bash script that launches a background process and logs its output to a file.

Example 4: Monitoring Multiple Processes ("sshd" "cron" "nginx")

Create a Bash script that monitors multiple processes and prints a message if any of them are not running.

CLIECK HERE TO SEE SOLUTONS

chapter 8 : practice

Example 1: install htop tools

Example 2: Interpreting Logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages