|
Size: 834
Comment:
|
Size: 1520
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| Documentation of an amateur Linux system administrator. | '''Linux''' is an operating system kernel that is meant to be a drop-in replacement for System V Unix. <<TableOfContents>> ---- == Distributions == * [[Linux/Alma|Alma Linux]] * [[Linux/Alpine|Alpine Linux]] * [[Linux/Arch|Arch Linux]] * [[Linux/Debian|Debian]] * [[Linux/Fedora|Fedora]] * [[Linux/RHEL|RHEL]] * [[Linux/Rocky|Rocky Linux]] |
| Line 7: | Line 22: |
| == Administration == | == General Administration == For distribution-specific administration details, see the relevant distribution's page. |
| Line 12: | Line 29: |
| * [[Linux/ErasingDrives|Erasing Drives]] * [[Linux/PartitionTables|Partition Tables]] |
|
| Line 13: | Line 32: |
| * Or more specifically, [[Linux/ArchLinuxFileSystem|Arch Linux File System]] | * [[Linux/Swap|Swap]] |
| Line 19: | Line 38: |
For distribution-specific configuration files, see the relevant distribution's page. |
|
| Line 28: | Line 49: |
| == Related Utilities == | == POSIX Utilities == |
| Line 30: | Line 51: |
| These are not necessarily Linux utilities, but may be of interest to an amateur Linux system administrator. | POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation. |
| Line 32: | Line 53: |
| * [[Awk|awk]] | |
| Line 33: | Line 55: |
| * [[Ed|ed]] (see also for ex) * [[Netctl|netctl]] * [[Vim|vim]] (see also for vi, and nvim) |
* [[Ed|ed]] * [[Sed|sed]] * [[Shell|sh]] * [[Vim|vi]] See also [[Bash|bash]] and [[Zsh|zsh]], two very common subsitutes for `sh(1)`. See also [[Git|git]], which was developed alongside the Linux kernel. |
Linux
Linux is an operating system kernel that is meant to be a drop-in replacement for System V Unix.
Distributions
General Administration
For distribution-specific administration details, see the relevant distribution's page.
Configuration Files
For distribution-specific configuration files, see the relevant distribution's page.
POSIX Utilities
POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation.
See also bash and zsh, two very common subsitutes for sh(1).
See also git, which was developed alongside the Linux kernel.
