Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulianopz/lfcs
Personal notes to prepare for the Linux Foundation Certified System Administrator (LFCS) exam
https://github.com/giulianopz/lfcs
exam lfcs linux studynotes sysadmin
Last synced: 3 months ago
JSON representation
Personal notes to prepare for the Linux Foundation Certified System Administrator (LFCS) exam
- Host: GitHub
- URL: https://github.com/giulianopz/lfcs
- Owner: giulianopz
- Created: 2021-04-22T21:26:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T17:55:58.000Z (11 months ago)
- Last Synced: 2024-05-15T13:07:27.478Z (6 months ago)
- Topics: exam, lfcs, linux, studynotes, sysadmin
- Language: Shell
- Homepage: https://giulianopz.github.io/lfcs/
- Size: 4.12 MB
- Stars: 135
- Watchers: 7
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Foundation Certified System Administrator (LFCS) Exam Personal Notes
These are my personal notes to prepare for the [LFCS](https://training.linuxfoundation.org/certification/linux-foundation-certified-sysadmin-lfcs/#exams) exam.
This repository consists of a detailed guide for each topic in the official [checklist](domains/SUMMARY.md) of domains the candidates are requested to master in order to pass the exam.
These notes has been collected from a wide range of [sources](domains/references.md) available on the web and partially re-elaborated by me, plus some additional topics of interest for a developer/sysadmin (still in progress): even if you are not interested in the certification at all (but curious about `*nix` systems), you may nevertheless find useful the guides in the first domain (*Essential Commands*) since they cover the very basic commands to work inside a bash shell.
The notes are served as a mdbook at: https://giulianopz.github.io/lfcs/.Furthermore, it contains the answers to the practice questions (tasks quite similar to the real ones in the exam) meant to help candidates prepare for the exam.
Please, note that I took into consideration only Ubuntu (18.04/20.04) as exam environment. Things can be different in CentOS.