Differences between revisions 13 and 22 (spanning 9 versions)
Revision 13 as of 2023-01-08 20:13:56
Size: 1434
Comment:
Revision 22 as of 2025-12-19 21:24:11
Size: 819
Comment: Cleanup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Linux''' is an operating system kernel that is meant to be a drop-in replacement for System V Unix. '''Linux''' is an operating system kernel designed to mimic System V '''Unix'''.
Line 8: Line 8:
Line 19: Line 20:
== General Administration ==

For distribution-specific administration details, see the relevant distribution's page.
== Administration ==
Line 34: Line 33:
== Configuration Files == == Configuration ==
Line 36: Line 35:
For distribution-specific configuration files, see the relevant distribution's page.

 * [[Linux/fstab|fstab]]
 * [[Linux/hosts|hosts]]
 * [[Linux/nsswitch.conf|nsswitch.conf]]
 * [[Linux/resolv.conf|resolv.conf]]
 * [[Linux/resolvconf.conf|resolveconf.conf]]



== POSIX Utilities ==

POSIX utilities should be available on all distributions. This is the subset of utilities that warrant dedicated documentation.

 * [[Awk|awk]]
 * [[Curl|curl]]
 * [[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/FsTab|fstab(5)]]
 * [[Linux/Hosts|hosts(5)]]
 * [[Linux/NsSwitchConf|nsswitch.conf(5)]]
 * [[Linux/ResolvConf|resolv.conf(5)]]
 * [[Linux/ResolvConfConf|resolveconf.conf(5)]]

Linux (last edited 2025-12-19 21:24:11 by DominicRicottone)