├── .github └── ISSUE_TEMPLATE │ ├── request-to-add-new-content.md │ └── request-to-change-documentation.md ├── .gitignore ├── .nojekyll ├── LICENSE ├── README.md ├── attachments └── Pasted image 20231213192056.png ├── docs ├── CNAME ├── attachments │ └── pasted-image-20231213192056.png ├── index.html ├── lib │ ├── scripts │ │ ├── generated.js │ │ └── webpage.js │ └── styles │ │ ├── generated-styles.css │ │ ├── obsidian-styles.css │ │ ├── plugin-styles.css │ │ ├── snippets.css │ │ └── theme.css ├── markdown │ ├── 1-understand-and-use-essential-tools │ │ ├── 1-understand-and-use-essential-tools.html │ │ ├── 1a-access-a-shell-prompt-and-issue-commands-with-correct-syntax.html │ │ ├── 1b-use-input-output-redirection.html │ │ ├── 1c-use-grep-and-regular-expressions-to-analyze-text.html │ │ ├── 1d-access-remote-systems-using-ssh.html │ │ ├── 1d-access-remote-systems-using-ssh │ │ │ └── 1d-access-remote-systems-using-ssh-c3524.png │ │ ├── 1e-log-in-and-switch-users-in-multiuser-targets.html │ │ ├── 1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.html │ │ ├── 1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2 │ │ │ └── image1.png │ │ ├── 1g-create-and-edit-text-files.html │ │ ├── 1g-create-and-edit-text-files │ │ │ └── image1.png │ │ ├── 1h-create-delete-copy-and-move-files-and-directories.html │ │ ├── 1i-create-hard-and-soft-links.html │ │ ├── 1j-list-set-and-change-standard-ugo_rwx-permissions.html │ │ └── 1k-locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.html │ ├── 10-manage-containers │ │ ├── 10-manage-containers.html │ │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry.html │ │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry │ │ │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png │ │ │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png │ │ │ └── 10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png │ │ ├── 10b-inspect-container-images.html │ │ ├── 10b-inspect-container-images │ │ │ ├── 10b-inspect-container-images-18965.png │ │ │ ├── 10b-inspect-container-images-c29b2.png │ │ │ └── 10b-inspect-container-images-ff33e.png │ │ ├── 10c-perform-container-management-using-commands-such-as-podman-and-skopeo.html │ │ ├── 10cx-rhel9-build-a-container-from-a-containerfile.html │ │ ├── 10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.html │ │ ├── 10e-run-a-service-inside-a-container.html │ │ ├── 10f-configure-a-container-to-start-automatically-as-a-systemd-service.html │ │ └── 10g-attach-persistent-storage-to-a-container.html │ ├── 2-create-simple-shell-scripts │ │ ├── 2-create-simple-shell-scripts.html │ │ ├── 2a-conditionally-execute-code-(use-of_-if-test-[]-etc.).html │ │ ├── 2b-use-looping-constructs-(for-etc.)-to-process-file-command-line-input.html │ │ ├── 2c-process-script-inputs-($1-$2-etc.).html │ │ ├── 2d-processing-output-of-shell-commands-within-a-script.html │ │ └── 2e-rhel8-processing-shell-command-exit-codes.html │ ├── 3-operate-running-systems │ │ ├── 3-operate-running-systems.html │ │ ├── 3a-boot-reboot-and-shut-down-a-system-normally.html │ │ ├── 3a-boot-reboot-and-shut-down-a-system-normally │ │ │ └── image.png │ │ ├── 3b-boot-systems-into-different-targets-manually.html │ │ ├── 3b-boot-systems-into-different-targets-manually │ │ │ └── image.png │ │ ├── 3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system.html │ │ ├── 3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system │ │ │ ├── 3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png │ │ │ └── 3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png │ │ ├── 3d-identify-cpu_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.html │ │ ├── 3e-adjust-process-scheduling.html │ │ ├── 3e-adjust-process-scheduling │ │ │ └── 3e-adjust-process-scheduling-5bd71.png │ │ ├── 3f-manage-tuning-profiles.html │ │ ├── 3g-locate-and-interpret-system-log-files-and-journals.html │ │ ├── 3g-locate-and-interpret-system-log-files-and-journals │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ └── image6.png │ │ ├── 3h-preserve-system-journals.html │ │ ├── 3h-preserve-system-journals │ │ │ └── image.png │ │ ├── 3i-start-stop-and-check-the-status-of-network-services.html │ │ ├── 3i-start-stop-and-check-the-status-of-network-services │ │ │ └── image.png │ │ └── 3j-securely-transfer-files-between-systems.html │ ├── 4-configure-local-storage │ │ ├── 4-configure-local-storage.html │ │ ├── 4a-list-create-delete-partitions-on-mbr-and-gpt-disks.html │ │ ├── 4b-create-and-remove-physical-volumes.html │ │ ├── 4b-create-and-remove-physical-volumes │ │ │ └── image.png │ │ ├── 4c-assign-physical-volumes-to-volume-groups.html │ │ ├── 4d-create-and-delete-logical-volumes.html │ │ ├── 4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.html │ │ └── 4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.html │ ├── 5-create-and-configure-file-systems │ │ ├── 5-create-and-configure-file-systems.html │ │ ├── 5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.html │ │ ├── 5b-mount-and-unmount-network-file-systems-using-nfs.html │ │ ├── 5c-rhel9-configure-autofs.html │ │ ├── 5d-extend-existing-logical-volumes.html │ │ ├── 5e-configure-disk-compression │ │ │ ├── image.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ └── image5.png │ │ ├── 5e-create-and-configure-set-gid-directories-for-collaboration.html │ │ ├── 5e-rhel8-configure-disk-compression.html │ │ ├── 5f-manage-layered-storage │ │ │ └── image.png │ │ ├── 5f-rhel8-manage-layered-storage.html │ │ └── 5g-diagnose-and-correct-file-permission-problems.html │ ├── 6-deploy-configure-and-maintain-systems │ │ ├── 6-deploy-configure-and-maintain-systems.html │ │ ├── 6a-schedule-tasks-using-at-and-cron.html │ │ ├── 6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.html │ │ ├── 6c-configure-systems-to-boot-into-a-specific-target-automatically.html │ │ ├── 6d-configure-time-service-clients.html │ │ ├── 6d-configure-time-service-clients │ │ │ └── 6d-configure-time-service-clients-3f5d6.png │ │ ├── 6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.html │ │ ├── 6f-rhel8-work-with-package-module-streams.html │ │ ├── 6f-work-with-package-module-streams │ │ │ ├── 6f-work-with-package-module-streams-29a56.png │ │ │ └── 6f-work-with-package-module-streams-f6795.png │ │ └── 6g-modify-the-system-bootloader.html │ ├── 7-manage-basic-networking │ │ ├── 7-manage-basic-networking.html │ │ ├── 7a-configure-ipv4-and-ipv6-addresses.html │ │ ├── 7a-configure-ipv4-and-ipv6-addresses │ │ │ ├── 7a-configure-ipv4-and-ipv6-addresses-0546b.png │ │ │ └── 7a-configure-ipv4-and-ipv6-addresses-424ae.png │ │ ├── 7b-configure-hostname-resolution.html │ │ ├── 7c-configure-network-services-to-start-automatically-at-boot.html │ │ └── 7d-restrict-network-access-using-firewall-cmd-firewall.html │ ├── 8-manage-users-and-groups │ │ ├── 8-manage-users-and-groups.html │ │ ├── 8a-create-delete-and-modify-local-user-accounts.html │ │ ├── 8b-change-passwords-and-adjust-password-aging-for-local-user-accounts.html │ │ ├── 8c-create-delete-and-modify-local-groups-and-group-memberships.html │ │ └── 8d-configure-superuser-access.html │ ├── 9-manage-security │ │ ├── 9-manage-security.html │ │ ├── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.html │ │ ├── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables │ │ │ └── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png │ │ ├── 9b-rhel8-create-and-use-file-access-control-lists.html │ │ ├── 9b-rhel9-manage-default-file-permissions.html │ │ ├── 9c-configure-key-based-authentication-for-ssh.html │ │ ├── 9c-rhel9-manage-default-file-permissions │ │ │ ├── default_umask_table.png │ │ │ └── users_groups-umask_example.png │ │ ├── 9d-set-enforcing-and-permissive-modes-for-selinux.html │ │ ├── 9e-list-and-identify-selinux-file-and-process-context.html │ │ ├── 9ex-rhel9-manage-selinux-ports.html │ │ ├── 9f-restore-default-file-contexts.html │ │ ├── 9g-use-boolean-settings-to-modify-system-selinux-settings.html │ │ └── 9h-diagnose-and-address-routine-selinux-policy-violations.html │ ├── additional-resources.html │ ├── exam-format.html │ ├── objectives.html │ └── rules.html ├── readme.html └── readme.html.bak └── markdown ├── 1-Understand-and-use-essential-tools ├── 1-Understand-and-use-essential-tools.md ├── 1a-Access-a-shell-prompt-and-issue-commands-with-correct-syntax.md ├── 1b-Use-input-output-redirection.md ├── 1c-Use-grep-and-regular-expressions-to-analyze-text.md ├── 1d-Access-remote-systems-using-SSH.md ├── 1d-Access-remote-systems-using-SSH │ └── 1d-Access-remote-systems-using-SSH-c3524.png ├── 1e-Log-in-and-switch-users-in-multiuser-targets.md ├── 1f-Archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.md ├── 1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2 │ └── image1.png ├── 1g-Create-and-edit-text-files.md ├── 1g-create-and-edit-text-files │ └── image1.png ├── 1h-Create-delete-copy-and-move-files-and-directories.md ├── 1i-Create-hard-and-soft-links.md ├── 1j-List-set-and-change-standard-ugo_rwx-permissions.md └── 1k-Locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.md ├── 10-manage-containers ├── 10-manage-containers.md ├── 10a-find-and-retrieve-container-images-from-a-remote-registry.md ├── 10a-find-and-retrieve-container-images-from-a-remote-registry │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png │ ├── 10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png │ └── 10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png ├── 10b-inspect-container-images.md ├── 10b-inspect-container-images │ ├── 10b-inspect-container-images-18965.png │ ├── 10b-inspect-container-images-c29b2.png │ └── 10b-inspect-container-images-ff33e.png ├── 10c-perform-container-management-using-commands-such-as-podman-and-skopeo.md ├── 10cx-RHEL9-build-a-container-from-a-containerfile.md ├── 10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.md ├── 10e-run-a-service-inside-a-container.md ├── 10f-configure-a-container-to-start-automatically-as-a-systemd-service.md └── 10g-attach-persistent-storage-to-a-container.md ├── 2-Create-simple-shell-scripts ├── 2-Create-simple-shell-scripts.md ├── 2a-Conditionally-execute-code-(use-of_-if-test-[]-etc.).md ├── 2b-Use-Looping-constructs-(for-etc.)-to-process-file-command-line-input.md ├── 2c-Process-script-inputs-($1-$2-etc.).md ├── 2d-Processing-output-of-shell-commands-within-a-script.md └── 2e-RHEL8-Processing-shell-command-exit-codes.md ├── 3-Operate-running-systems ├── 3-Operate-running-systems.md ├── 3a-Boot-reboot-and-shut-down-a-system-normally.md ├── 3a-boot-reboot-and-shut-down-a-system-normally │ └── image.png ├── 3b-Boot-systems-into-different-targets-manually.md ├── 3b-boot-systems-into-different-targets-manually │ └── image.png ├── 3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system.md ├── 3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system │ ├── 3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png │ └── 3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png ├── 3d-Identify-CPU_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.md ├── 3e-adjust-process-scheduling.md ├── 3e-adjust-process-scheduling │ └── 3e-adjust-process-scheduling-5bd71.png ├── 3f-manage-tuning-profiles.md ├── 3g-locate-and-interpret-system-log-files-and-journals.md ├── 3g-locate-and-interpret-system-log-files-and-journals │ ├── image1.png │ ├── image2.png │ ├── image3.png │ ├── image4.png │ ├── image5.png │ └── image6.png ├── 3h-preserve-system-journals.md ├── 3h-preserve-system-journals │ └── image.png ├── 3i-start-stop-and-check-the-status-of-network-services.md ├── 3i-start-stop-and-check-the-status-of-network-services │ └── image.png └── 3j-securely-transfer-files-between-systems.md ├── 4-Configure-local-storage ├── 4-Configure-local-storage.md ├── 4a-list-create-delete-partitions-on-mbr-and-gpt-disks.md ├── 4b-create-and-remove-physical-volumes.md ├── 4b-create-and-remove-physical-volumes │ └── image.png ├── 4c-assign-physical-volumes-to-volume-groups.md ├── 4d-create-and-delete-logical-volumes.md ├── 4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.md └── 4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.md ├── 5-Create-and-configure-file-systems ├── 5-Create-and-configure-file-systems.md ├── 5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.md ├── 5b-mount-and-unmount-network-file-systems-using-nfs.md ├── 5c-RHEL9-configure-autofs.md ├── 5d-extend-existing-logical-volumes.md ├── 5e-RHEL8-configure-disk-compression.md ├── 5e-configure-disk-compression │ ├── image.png │ ├── image2.png │ ├── image3.png │ ├── image4.png │ └── image5.png ├── 5e-create-and-configure-set-gid-directories-for-collaboration.md ├── 5f-RHEL8-manage-layered-storage.md ├── 5f-manage-layered-storage │ └── image.png └── 5g-diagnose-and-correct-file-permission-problems.md ├── 6-deploy-configure-and-maintain-systems ├── 6-deploy-configure-and-maintain-systems.md ├── 6a-schedule-tasks-using-at-and-cron.md ├── 6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.md ├── 6c-configure-systems-to-boot-into-a-specific-target-automatically.md ├── 6d-configure-time-service-clients.md ├── 6d-configure-time-service-clients │ └── 6d-configure-time-service-clients-3f5d6.png ├── 6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.md ├── 6f-RHEL8-work-with-package-module-streams.md ├── 6f-work-with-package-module-streams │ ├── 6f-work-with-package-module-streams-29a56.png │ └── 6f-work-with-package-module-streams-f6795.png └── 6g-modify-the-system-bootloader.md ├── 7-manage-basic-networking ├── 7-manage-basic-networking.md ├── 7a-configure-ipv4-and-ipv6-addresses.md ├── 7a-configure-ipv4-and-ipv6-addresses │ ├── 7a-configure-ipv4-and-ipv6-addresses-0546b.png │ └── 7a-configure-ipv4-and-ipv6-addresses-424ae.png ├── 7b-configure-hostname-resolution.md ├── 7c-configure-network-services-to-start-automatically-at-boot.md └── 7d-restrict-network-access-using-firewall-cmd-firewall.md ├── 8-Manage-users-and-groups ├── 8-Manage-users-and-groups.md ├── 8a-Create-delete-and-modify-local-user-accounts.md ├── 8b-Change-passwords-and-adjust-password-aging-for-local-user-accounts.md ├── 8c-Create-delete-and-modify-local-groups-and-group-memberships.md └── 8d-Configure-superuser-access.md ├── 9-Manage-security ├── 9-manage-security.md ├── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.md ├── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables │ └── 9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png ├── 9b-RHEL8-create-and-use-file-access-control-lists.md ├── 9b-RHEL9-manage-default-file-permissions.md ├── 9c-RHEL9-manage-default-file-permissions │ ├── default_umask_table.png │ └── users_groups-umask_example.png ├── 9c-configure-key-based-authentication-for-ssh.md ├── 9d-set-enforcing-and-permissive-modes-for-selinux.md ├── 9e-list-and-identify-selinux-file-and-process-context.md ├── 9ex-rhel9-manage-selinux-ports.md ├── 9f-restore-default-file-contexts.md ├── 9g-use-boolean-settings-to-modify-system-selinux-settings.md └── 9h-diagnose-and-address-routine-selinux-policy-violations.md ├── Additional-Resources.md ├── Exam-Format.md ├── Objectives.md └── Rules.md /.github/ISSUE_TEMPLATE/request-to-add-new-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/.github/ISSUE_TEMPLATE/request-to-add-new-content.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/request-to-change-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/.github/ISSUE_TEMPLATE/request-to-change-documentation.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .directory 2 | -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/README.md -------------------------------------------------------------------------------- /attachments/Pasted image 20231213192056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/attachments/Pasted image 20231213192056.png -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | rhcsa-study-guide.org -------------------------------------------------------------------------------- /docs/attachments/pasted-image-20231213192056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/attachments/pasted-image-20231213192056.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/lib/scripts/generated.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/lib/scripts/webpage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/scripts/webpage.js -------------------------------------------------------------------------------- /docs/lib/styles/generated-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/styles/generated-styles.css -------------------------------------------------------------------------------- /docs/lib/styles/obsidian-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/styles/obsidian-styles.css -------------------------------------------------------------------------------- /docs/lib/styles/plugin-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/styles/plugin-styles.css -------------------------------------------------------------------------------- /docs/lib/styles/snippets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/styles/snippets.css -------------------------------------------------------------------------------- /docs/lib/styles/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/lib/styles/theme.css -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1-understand-and-use-essential-tools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1-understand-and-use-essential-tools.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1a-access-a-shell-prompt-and-issue-commands-with-correct-syntax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1a-access-a-shell-prompt-and-issue-commands-with-correct-syntax.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1b-use-input-output-redirection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1b-use-input-output-redirection.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1c-use-grep-and-regular-expressions-to-analyze-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1c-use-grep-and-regular-expressions-to-analyze-text.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1d-access-remote-systems-using-ssh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1d-access-remote-systems-using-ssh.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1d-access-remote-systems-using-ssh/1d-access-remote-systems-using-ssh-c3524.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1d-access-remote-systems-using-ssh/1d-access-remote-systems-using-ssh-c3524.png -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1e-log-in-and-switch-users-in-multiuser-targets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1e-log-in-and-switch-users-in-multiuser-targets.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2/image1.png -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1g-create-and-edit-text-files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1g-create-and-edit-text-files.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1g-create-and-edit-text-files/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1g-create-and-edit-text-files/image1.png -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1h-create-delete-copy-and-move-files-and-directories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1h-create-delete-copy-and-move-files-and-directories.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1i-create-hard-and-soft-links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1i-create-hard-and-soft-links.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1j-list-set-and-change-standard-ugo_rwx-permissions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1j-list-set-and-change-standard-ugo_rwx-permissions.html -------------------------------------------------------------------------------- /docs/markdown/1-understand-and-use-essential-tools/1k-locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/1-understand-and-use-essential-tools/1k-locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10-manage-containers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10-manage-containers.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10b-inspect-container-images.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10b-inspect-container-images.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-18965.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-18965.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-c29b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-c29b2.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-ff33e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-ff33e.png -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10c-perform-container-management-using-commands-such-as-podman-and-skopeo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10c-perform-container-management-using-commands-such-as-podman-and-skopeo.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10cx-rhel9-build-a-container-from-a-containerfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10cx-rhel9-build-a-container-from-a-containerfile.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10e-run-a-service-inside-a-container.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10e-run-a-service-inside-a-container.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10f-configure-a-container-to-start-automatically-as-a-systemd-service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10f-configure-a-container-to-start-automatically-as-a-systemd-service.html -------------------------------------------------------------------------------- /docs/markdown/10-manage-containers/10g-attach-persistent-storage-to-a-container.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/10-manage-containers/10g-attach-persistent-storage-to-a-container.html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2-create-simple-shell-scripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2-create-simple-shell-scripts.html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2a-conditionally-execute-code-(use-of_-if-test-[]-etc.).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2a-conditionally-execute-code-(use-of_-if-test-[]-etc.).html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2b-use-looping-constructs-(for-etc.)-to-process-file-command-line-input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2b-use-looping-constructs-(for-etc.)-to-process-file-command-line-input.html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2c-process-script-inputs-($1-$2-etc.).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2c-process-script-inputs-($1-$2-etc.).html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2d-processing-output-of-shell-commands-within-a-script.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2d-processing-output-of-shell-commands-within-a-script.html -------------------------------------------------------------------------------- /docs/markdown/2-create-simple-shell-scripts/2e-rhel8-processing-shell-command-exit-codes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/2-create-simple-shell-scripts/2e-rhel8-processing-shell-command-exit-codes.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3-operate-running-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3-operate-running-systems.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally/image.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3b-boot-systems-into-different-targets-manually.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3b-boot-systems-into-different-targets-manually.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3b-boot-systems-into-different-targets-manually/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3b-boot-systems-into-different-targets-manually/image.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3d-identify-cpu_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3d-identify-cpu_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3e-adjust-process-scheduling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3e-adjust-process-scheduling.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3e-adjust-process-scheduling/3e-adjust-process-scheduling-5bd71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3e-adjust-process-scheduling/3e-adjust-process-scheduling-5bd71.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3f-manage-tuning-profiles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3f-manage-tuning-profiles.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image1.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image2.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image3.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image4.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image5.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image6.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3h-preserve-system-journals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3h-preserve-system-journals.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3h-preserve-system-journals/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3h-preserve-system-journals/image.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3i-start-stop-and-check-the-status-of-network-services.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3i-start-stop-and-check-the-status-of-network-services.html -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3i-start-stop-and-check-the-status-of-network-services/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3i-start-stop-and-check-the-status-of-network-services/image.png -------------------------------------------------------------------------------- /docs/markdown/3-operate-running-systems/3j-securely-transfer-files-between-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/3-operate-running-systems/3j-securely-transfer-files-between-systems.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4-configure-local-storage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4-configure-local-storage.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4a-list-create-delete-partitions-on-mbr-and-gpt-disks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4a-list-create-delete-partitions-on-mbr-and-gpt-disks.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4b-create-and-remove-physical-volumes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4b-create-and-remove-physical-volumes.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4b-create-and-remove-physical-volumes/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4b-create-and-remove-physical-volumes/image.png -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4c-assign-physical-volumes-to-volume-groups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4c-assign-physical-volumes-to-volume-groups.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4d-create-and-delete-logical-volumes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4d-create-and-delete-logical-volumes.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.html -------------------------------------------------------------------------------- /docs/markdown/4-configure-local-storage/4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/4-configure-local-storage/4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5-create-and-configure-file-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5-create-and-configure-file-systems.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5b-mount-and-unmount-network-file-systems-using-nfs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5b-mount-and-unmount-network-file-systems-using-nfs.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5c-rhel9-configure-autofs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5c-rhel9-configure-autofs.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5d-extend-existing-logical-volumes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5d-extend-existing-logical-volumes.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image2.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image3.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image4.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-configure-disk-compression/image5.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-create-and-configure-set-gid-directories-for-collaboration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-create-and-configure-set-gid-directories-for-collaboration.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5e-rhel8-configure-disk-compression.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5e-rhel8-configure-disk-compression.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5f-manage-layered-storage/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5f-manage-layered-storage/image.png -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5f-rhel8-manage-layered-storage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5f-rhel8-manage-layered-storage.html -------------------------------------------------------------------------------- /docs/markdown/5-create-and-configure-file-systems/5g-diagnose-and-correct-file-permission-problems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/5-create-and-configure-file-systems/5g-diagnose-and-correct-file-permission-problems.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6-deploy-configure-and-maintain-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6-deploy-configure-and-maintain-systems.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6a-schedule-tasks-using-at-and-cron.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6a-schedule-tasks-using-at-and-cron.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6c-configure-systems-to-boot-into-a-specific-target-automatically.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6c-configure-systems-to-boot-into-a-specific-target-automatically.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients/6d-configure-time-service-clients-3f5d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients/6d-configure-time-service-clients-3f5d6.png -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6f-rhel8-work-with-package-module-streams.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6f-rhel8-work-with-package-module-streams.html -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-29a56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-29a56.png -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-f6795.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-f6795.png -------------------------------------------------------------------------------- /docs/markdown/6-deploy-configure-and-maintain-systems/6g-modify-the-system-bootloader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/6-deploy-configure-and-maintain-systems/6g-modify-the-system-bootloader.html -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7-manage-basic-networking.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7-manage-basic-networking.html -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses.html -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-0546b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-0546b.png -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-424ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-424ae.png -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7b-configure-hostname-resolution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7b-configure-hostname-resolution.html -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7c-configure-network-services-to-start-automatically-at-boot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7c-configure-network-services-to-start-automatically-at-boot.html -------------------------------------------------------------------------------- /docs/markdown/7-manage-basic-networking/7d-restrict-network-access-using-firewall-cmd-firewall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/7-manage-basic-networking/7d-restrict-network-access-using-firewall-cmd-firewall.html -------------------------------------------------------------------------------- /docs/markdown/8-manage-users-and-groups/8-manage-users-and-groups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/8-manage-users-and-groups/8-manage-users-and-groups.html -------------------------------------------------------------------------------- /docs/markdown/8-manage-users-and-groups/8a-create-delete-and-modify-local-user-accounts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/8-manage-users-and-groups/8a-create-delete-and-modify-local-user-accounts.html -------------------------------------------------------------------------------- /docs/markdown/8-manage-users-and-groups/8b-change-passwords-and-adjust-password-aging-for-local-user-accounts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/8-manage-users-and-groups/8b-change-passwords-and-adjust-password-aging-for-local-user-accounts.html -------------------------------------------------------------------------------- /docs/markdown/8-manage-users-and-groups/8c-create-delete-and-modify-local-groups-and-group-memberships.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/8-manage-users-and-groups/8c-create-delete-and-modify-local-groups-and-group-memberships.html -------------------------------------------------------------------------------- /docs/markdown/8-manage-users-and-groups/8d-configure-superuser-access.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/8-manage-users-and-groups/8d-configure-superuser-access.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9-manage-security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9-manage-security.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9b-rhel8-create-and-use-file-access-control-lists.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9b-rhel8-create-and-use-file-access-control-lists.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9b-rhel9-manage-default-file-permissions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9b-rhel9-manage-default-file-permissions.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9c-configure-key-based-authentication-for-ssh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9c-configure-key-based-authentication-for-ssh.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9c-rhel9-manage-default-file-permissions/default_umask_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9c-rhel9-manage-default-file-permissions/default_umask_table.png -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9c-rhel9-manage-default-file-permissions/users_groups-umask_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9c-rhel9-manage-default-file-permissions/users_groups-umask_example.png -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9d-set-enforcing-and-permissive-modes-for-selinux.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9d-set-enforcing-and-permissive-modes-for-selinux.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9e-list-and-identify-selinux-file-and-process-context.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9e-list-and-identify-selinux-file-and-process-context.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9ex-rhel9-manage-selinux-ports.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9ex-rhel9-manage-selinux-ports.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9f-restore-default-file-contexts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9f-restore-default-file-contexts.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9g-use-boolean-settings-to-modify-system-selinux-settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9g-use-boolean-settings-to-modify-system-selinux-settings.html -------------------------------------------------------------------------------- /docs/markdown/9-manage-security/9h-diagnose-and-address-routine-selinux-policy-violations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/9-manage-security/9h-diagnose-and-address-routine-selinux-policy-violations.html -------------------------------------------------------------------------------- /docs/markdown/additional-resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/additional-resources.html -------------------------------------------------------------------------------- /docs/markdown/exam-format.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/exam-format.html -------------------------------------------------------------------------------- /docs/markdown/objectives.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/objectives.html -------------------------------------------------------------------------------- /docs/markdown/rules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/markdown/rules.html -------------------------------------------------------------------------------- /docs/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/readme.html -------------------------------------------------------------------------------- /docs/readme.html.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/docs/readme.html.bak -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1-Understand-and-use-essential-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1-Understand-and-use-essential-tools.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1a-Access-a-shell-prompt-and-issue-commands-with-correct-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1a-Access-a-shell-prompt-and-issue-commands-with-correct-syntax.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1b-Use-input-output-redirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1b-Use-input-output-redirection.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1c-Use-grep-and-regular-expressions-to-analyze-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1c-Use-grep-and-regular-expressions-to-analyze-text.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1d-Access-remote-systems-using-SSH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1d-Access-remote-systems-using-SSH.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1d-Access-remote-systems-using-SSH/1d-Access-remote-systems-using-SSH-c3524.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1d-Access-remote-systems-using-SSH/1d-Access-remote-systems-using-SSH-c3524.png -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1e-Log-in-and-switch-users-in-multiuser-targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1e-Log-in-and-switch-users-in-multiuser-targets.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1f-Archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1f-Archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1f-archive-compress-unpack-and-uncompress-files-using-tar-star-gzip-and-bzip2/image1.png -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1g-Create-and-edit-text-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1g-Create-and-edit-text-files.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1g-create-and-edit-text-files/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1g-create-and-edit-text-files/image1.png -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1h-Create-delete-copy-and-move-files-and-directories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1h-Create-delete-copy-and-move-files-and-directories.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1i-Create-hard-and-soft-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1i-Create-hard-and-soft-links.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1j-List-set-and-change-standard-ugo_rwx-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1j-List-set-and-change-standard-ugo_rwx-permissions.md -------------------------------------------------------------------------------- /markdown/1-Understand-and-use-essential-tools/1k-Locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/1-Understand-and-use-essential-tools/1k-Locate-read-and-use-system-documentation-including-man-info-and-files-in-_usr_share_doc.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10-manage-containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10-manage-containers.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-3f088.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-9f986.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10a-find-and-retrieve-container-images-from-a-remote-registry/10a-find-and-retrieve-container-images-from-a-remote-registry-d8ca7.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10b-inspect-container-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10b-inspect-container-images.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-18965.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-18965.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-c29b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-c29b2.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-ff33e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10b-inspect-container-images/10b-inspect-container-images-ff33e.png -------------------------------------------------------------------------------- /markdown/10-manage-containers/10c-perform-container-management-using-commands-such-as-podman-and-skopeo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10c-perform-container-management-using-commands-such-as-podman-and-skopeo.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10cx-RHEL9-build-a-container-from-a-containerfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10cx-RHEL9-build-a-container-from-a-containerfile.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10d-perform-basic-container-management-such-as-running-starting-stopping-and-listing-running-containers.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10e-run-a-service-inside-a-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10e-run-a-service-inside-a-container.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10f-configure-a-container-to-start-automatically-as-a-systemd-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10f-configure-a-container-to-start-automatically-as-a-systemd-service.md -------------------------------------------------------------------------------- /markdown/10-manage-containers/10g-attach-persistent-storage-to-a-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/10-manage-containers/10g-attach-persistent-storage-to-a-container.md -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2-Create-simple-shell-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/2-Create-simple-shell-scripts/2-Create-simple-shell-scripts.md -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2a-Conditionally-execute-code-(use-of_-if-test-[]-etc.).md: -------------------------------------------------------------------------------- 1 | 2.a Conditionally execute code (use of: if, test, [], etc.) 2 | === 3 | 4 | --- 5 | [⬅️ Back](2-Create-simple-shell-scripts.md) 6 | -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2b-Use-Looping-constructs-(for-etc.)-to-process-file-command-line-input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/2-Create-simple-shell-scripts/2b-Use-Looping-constructs-(for-etc.)-to-process-file-command-line-input.md -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2c-Process-script-inputs-($1-$2-etc.).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/2-Create-simple-shell-scripts/2c-Process-script-inputs-($1-$2-etc.).md -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2d-Processing-output-of-shell-commands-within-a-script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/2-Create-simple-shell-scripts/2d-Processing-output-of-shell-commands-within-a-script.md -------------------------------------------------------------------------------- /markdown/2-Create-simple-shell-scripts/2e-RHEL8-Processing-shell-command-exit-codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/2-Create-simple-shell-scripts/2e-RHEL8-Processing-shell-command-exit-codes.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3-Operate-running-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3-Operate-running-systems.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3a-Boot-reboot-and-shut-down-a-system-normally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3a-Boot-reboot-and-shut-down-a-system-normally.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3a-boot-reboot-and-shut-down-a-system-normally/image.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3b-Boot-systems-into-different-targets-manually.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3b-Boot-systems-into-different-targets-manually.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3b-boot-systems-into-different-targets-manually/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3b-boot-systems-into-different-targets-manually/image.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-28a10.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system/3c-Interrupt-the-boot-process-in-order-to-gain-access-to-a-system-d1eca.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3d-Identify-CPU_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3d-Identify-CPU_memory-intensive-processes-adjust-process-priority-with-renice-and-kill-processes.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3e-adjust-process-scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3e-adjust-process-scheduling.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3e-adjust-process-scheduling/3e-adjust-process-scheduling-5bd71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3e-adjust-process-scheduling/3e-adjust-process-scheduling-5bd71.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3f-manage-tuning-profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3f-manage-tuning-profiles.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image1.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image2.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image3.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image4.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image5.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3g-locate-and-interpret-system-log-files-and-journals/image6.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3h-preserve-system-journals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3h-preserve-system-journals.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3h-preserve-system-journals/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3h-preserve-system-journals/image.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3i-start-stop-and-check-the-status-of-network-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3i-start-stop-and-check-the-status-of-network-services.md -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3i-start-stop-and-check-the-status-of-network-services/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3i-start-stop-and-check-the-status-of-network-services/image.png -------------------------------------------------------------------------------- /markdown/3-Operate-running-systems/3j-securely-transfer-files-between-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/3-Operate-running-systems/3j-securely-transfer-files-between-systems.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4-Configure-local-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4-Configure-local-storage.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4a-list-create-delete-partitions-on-mbr-and-gpt-disks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4a-list-create-delete-partitions-on-mbr-and-gpt-disks.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4b-create-and-remove-physical-volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4b-create-and-remove-physical-volumes.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4b-create-and-remove-physical-volumes/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4b-create-and-remove-physical-volumes/image.png -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4c-assign-physical-volumes-to-volume-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4c-assign-physical-volumes-to-volume-groups.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4d-create-and-delete-logical-volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4d-create-and-delete-logical-volumes.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4e-configure-systems-to-mount-file-systems-at-boot-by-universally-unique-id-uuid-or-label.md -------------------------------------------------------------------------------- /markdown/4-Configure-local-storage/4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/4-Configure-local-storage/4f-add-new-partitions-and-logical-volumes-and-swap-to-a-system-non-destructively.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5-Create-and-configure-file-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5-Create-and-configure-file-systems.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5a-create-mount-unmount-and-use-vfat-ext4-and-xfs-file-systems.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5b-mount-and-unmount-network-file-systems-using-nfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5b-mount-and-unmount-network-file-systems-using-nfs.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5c-RHEL9-configure-autofs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5c-RHEL9-configure-autofs.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5d-extend-existing-logical-volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5d-extend-existing-logical-volumes.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-RHEL8-configure-disk-compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-RHEL8-configure-disk-compression.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image2.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image3.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image4.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-configure-disk-compression/image5.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5e-create-and-configure-set-gid-directories-for-collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5e-create-and-configure-set-gid-directories-for-collaboration.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5f-RHEL8-manage-layered-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5f-RHEL8-manage-layered-storage.md -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5f-manage-layered-storage/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5f-manage-layered-storage/image.png -------------------------------------------------------------------------------- /markdown/5-Create-and-configure-file-systems/5g-diagnose-and-correct-file-permission-problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/5-Create-and-configure-file-systems/5g-diagnose-and-correct-file-permission-problems.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6-deploy-configure-and-maintain-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6-deploy-configure-and-maintain-systems.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6a-schedule-tasks-using-at-and-cron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6a-schedule-tasks-using-at-and-cron.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6b-start-and-stop-services-and-configure-services-to-start-automatically-at-boot.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6c-configure-systems-to-boot-into-a-specific-target-automatically.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6c-configure-systems-to-boot-into-a-specific-target-automatically.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients/6d-configure-time-service-clients-3f5d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6d-configure-time-service-clients/6d-configure-time-service-clients-3f5d6.png -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6e-install-and-update-software-packages-from-red-hat-network-a-remote-repository-or-from-the-local-file-system.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6f-RHEL8-work-with-package-module-streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6f-RHEL8-work-with-package-module-streams.md -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-29a56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-29a56.png -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-f6795.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6f-work-with-package-module-streams/6f-work-with-package-module-streams-f6795.png -------------------------------------------------------------------------------- /markdown/6-deploy-configure-and-maintain-systems/6g-modify-the-system-bootloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/6-deploy-configure-and-maintain-systems/6g-modify-the-system-bootloader.md -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7-manage-basic-networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7-manage-basic-networking.md -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses.md -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-0546b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-0546b.png -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-424ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7a-configure-ipv4-and-ipv6-addresses/7a-configure-ipv4-and-ipv6-addresses-424ae.png -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7b-configure-hostname-resolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7b-configure-hostname-resolution.md -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7c-configure-network-services-to-start-automatically-at-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7c-configure-network-services-to-start-automatically-at-boot.md -------------------------------------------------------------------------------- /markdown/7-manage-basic-networking/7d-restrict-network-access-using-firewall-cmd-firewall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/7-manage-basic-networking/7d-restrict-network-access-using-firewall-cmd-firewall.md -------------------------------------------------------------------------------- /markdown/8-Manage-users-and-groups/8-Manage-users-and-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/8-Manage-users-and-groups/8-Manage-users-and-groups.md -------------------------------------------------------------------------------- /markdown/8-Manage-users-and-groups/8a-Create-delete-and-modify-local-user-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/8-Manage-users-and-groups/8a-Create-delete-and-modify-local-user-accounts.md -------------------------------------------------------------------------------- /markdown/8-Manage-users-and-groups/8b-Change-passwords-and-adjust-password-aging-for-local-user-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/8-Manage-users-and-groups/8b-Change-passwords-and-adjust-password-aging-for-local-user-accounts.md -------------------------------------------------------------------------------- /markdown/8-Manage-users-and-groups/8c-Create-delete-and-modify-local-groups-and-group-memberships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/8-Manage-users-and-groups/8c-Create-delete-and-modify-local-groups-and-group-memberships.md -------------------------------------------------------------------------------- /markdown/8-Manage-users-and-groups/8d-Configure-superuser-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/8-Manage-users-and-groups/8d-Configure-superuser-access.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9-manage-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9-manage-security.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables/9a-configure-firewall-settings-using-firewall-config-firewall-cmd-or-iptables-97b60.png -------------------------------------------------------------------------------- /markdown/9-Manage-security/9b-RHEL8-create-and-use-file-access-control-lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9b-RHEL8-create-and-use-file-access-control-lists.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9b-RHEL9-manage-default-file-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9b-RHEL9-manage-default-file-permissions.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9c-RHEL9-manage-default-file-permissions/default_umask_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9c-RHEL9-manage-default-file-permissions/default_umask_table.png -------------------------------------------------------------------------------- /markdown/9-Manage-security/9c-RHEL9-manage-default-file-permissions/users_groups-umask_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9c-RHEL9-manage-default-file-permissions/users_groups-umask_example.png -------------------------------------------------------------------------------- /markdown/9-Manage-security/9c-configure-key-based-authentication-for-ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9c-configure-key-based-authentication-for-ssh.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9d-set-enforcing-and-permissive-modes-for-selinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9d-set-enforcing-and-permissive-modes-for-selinux.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9e-list-and-identify-selinux-file-and-process-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9e-list-and-identify-selinux-file-and-process-context.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9ex-rhel9-manage-selinux-ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9ex-rhel9-manage-selinux-ports.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9f-restore-default-file-contexts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9f-restore-default-file-contexts.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9g-use-boolean-settings-to-modify-system-selinux-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9g-use-boolean-settings-to-modify-system-selinux-settings.md -------------------------------------------------------------------------------- /markdown/9-Manage-security/9h-diagnose-and-address-routine-selinux-policy-violations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/9-Manage-security/9h-diagnose-and-address-routine-selinux-policy-violations.md -------------------------------------------------------------------------------- /markdown/Additional-Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/Additional-Resources.md -------------------------------------------------------------------------------- /markdown/Exam-Format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/Exam-Format.md -------------------------------------------------------------------------------- /markdown/Objectives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/Objectives.md -------------------------------------------------------------------------------- /markdown/Rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorbrca/rhcsa-study-guide/HEAD/markdown/Rules.md --------------------------------------------------------------------------------