From the course: CompTIA Linux+ (XK0-005) Cert Prep
Unlock the full course today
Join today to access over 24,300 courses taught by industry experts.
Troubleshoot applications and hardware - Linux Tutorial
From the course: CompTIA Linux+ (XK0-005) Cert Prep
Troubleshoot applications and hardware
- [Instructor] Applications may not run for many reasons. In this video, we'll discuss some of those reasons and the tools to troubleshoot the problem. In any operating system with SELinux in enforcing mode there may be context violations for applications. If you have a graphical interface you may be notified if there's been a violation and an application has been restricted. If you don't get a notification, you can always run sealert which will bring up the SELinux alert browser, the GUI tool that shows violations. This tool gives you information about the problem and one or more solutions to fix it. You can also search the auto logs by using ausearch. You can pass it options to specify all denials today or even in the last 10 minutes by using the recent keyword. Also, there's aureport which produces summary reports of the audit log activity. Lastly, you can elevate privileges and view the audit log directly. It's stored…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
About Linux processes1m 32s
-
(Locked)
Monitor processes using ps5m 40s
-
(Locked)
Monitor processes in real time5m 3s
-
(Locked)
Manage processes8m 25s
-
(Locked)
Manage process jobs4m
-
(Locked)
Introduction to systemd services4m 13s
-
(Locked)
Get systemd service status5m 37s
-
(Locked)
Manage systemd services4m 45s
-
(Locked)
Make systemd services persistent1m 40s
-
(Locked)
Introduction to job scheduling2m 1s
-
(Locked)
One-time jobs using at and batch3m 55s
-
(Locked)
About cronjobs3m 5s
-
(Locked)
Systemd timers3m 44s
-
(Locked)
Analyze system processes and optimize3m 10s
-
(Locked)
Troubleshoot applications and hardware2m 35s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-