Andreas Kling
|
3f9e4cd24e
|
chroot: Add a little chroot program
This program changes the current filesystem root and spawns a shell.
|
2020-01-10 23:23:20 +01:00 |
|
Andreas Kling
|
7f843ef3b2
|
Kernel: Make the purge() syscall superuser-only
I don't think we need to give unprivileged users access to what is
essentially a kernel testing mechanism.
|
2020-01-02 13:39:49 +01:00 |
|
Andreas Kling
|
4fa7146da1
|
Base: Move the modload and modunload command documentation to man8
These are system administration commands, not intended for use by
all users. These tend to go in section 8.
|
2020-01-02 12:37:19 +01:00 |
|
Andreas Kling
|
e0ec4f89b2
|
Base: Add man page for purge(8)
|
2019-12-29 13:23:21 +01:00 |
|
Larkin Nickle
|
3fb88cb76d
|
Help+man.md: Add man sections
Also correct minor formatting mistake in TelnetServer.md.
|
2019-09-30 21:38:39 +02:00 |
|
Larkin Nickle
|
e7c2467231
|
Add TelnetServer man page
|
2019-09-30 21:38:39 +02:00 |
|