https://github.com/prathameshkhade/rhcsa
Notes of Red Hat Certified System Administration
https://github.com/prathameshkhade/rhcsa
linux linux-system-administration redhat rh124 rh134 rhcsa rhcsa-exam rhcsa-rhce-notes rhel
Last synced: 5 months ago
JSON representation
Notes of Red Hat Certified System Administration
- Host: GitHub
- URL: https://github.com/prathameshkhade/rhcsa
- Owner: prathameshkhade
- Created: 2024-08-16T02:26:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T14:30:17.000Z (over 1 year ago)
- Last Synced: 2025-06-25T18:45:39.487Z (12 months ago)
- Topics: linux, linux-system-administration, redhat, rh124, rh134, rhcsa, rhcsa-exam, rhcsa-rhce-notes, rhel
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red Hat Certified System Administration (RHCSA)
I am preparing for the RHCSA exam and these are the notes I have prepared for myself. I am uploading all of them in this repository so that you can also benefit from them.
# Table of Contents
#### Shell Expansion:
12. [Shell History](Notes/session-12-History)
13. [File Globbing](Notes/session-13-fileGlobing.md)
14. [Redirection Operators](Notes/session-14-redirectionOperator.md)
15. [Pipe & Filtering](Notes/session-15-pipeFilter.md)
#### Basics of Unix commands:
16. [System Utilities](Notes/session-16-systemUtilities.md)
- [`find` Command](Notes/find.md)
17. [Regular Expression using `grep`](Notes/session-17-regularExpression.md)
18. [`vi` Editor](Notes/session-18-viEditor.md)
#### User and Group Management:
19. [User Management](Notes/session-19-userManagement.md)
20. [Password Management](Notes/session-20-passwordManagement.md)
21. [Group Management](Notes/session-21-groupManagement.md)
#### Permissions
22. [Standard file permissions](Notes/session-22-filePermissions.md)
23. [Advanced file permissions](Notes/session-23-advancedFilePermissions.md)
24. [Access Control List](Notes/session-24-accessControlList.md)