mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
This commit is contained in:
parent
f544132fe8
commit
afaea38be2
56 changed files with 162 additions and 25 deletions
|
@ -25,14 +25,8 @@ for i in ( \
|
||||||
(config 1) \
|
(config 1) \
|
||||||
(fortune 1) \
|
(fortune 1) \
|
||||||
(grep 1) \
|
(grep 1) \
|
||||||
(gunzip 1) \
|
|
||||||
(gzip 1) \
|
|
||||||
(ifconfig 1) \
|
|
||||||
(lsof 1) \
|
|
||||||
(nc 1) \
|
(nc 1) \
|
||||||
(netstat 1) \
|
|
||||||
(nl 1) \
|
(nl 1) \
|
||||||
(ntpquery 1) \
|
|
||||||
(passwd 1) \
|
(passwd 1) \
|
||||||
(readelf 1) \
|
(readelf 1) \
|
||||||
(shot 1) \
|
(shot 1) \
|
||||||
|
@ -40,9 +34,7 @@ for i in ( \
|
||||||
(strace 1) \
|
(strace 1) \
|
||||||
(tr 1) \
|
(tr 1) \
|
||||||
(traceroute 1) \
|
(traceroute 1) \
|
||||||
(tree 1) \
|
|
||||||
(truncate 1) \
|
(truncate 1) \
|
||||||
(utmpupdate 1) \
|
|
||||||
) {
|
) {
|
||||||
filename="generated_manpages/man$i[1]/$i[0].md"
|
filename="generated_manpages/man$i[1]/$i[0].md"
|
||||||
mkdir -p "generated_manpages/man$i[1]"
|
mkdir -p "generated_manpages/man$i[1]"
|
||||||
|
|
|
@ -50,4 +50,4 @@ $ Profiler perfcore.123
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [`perfcore`(5)](help://man/5/perfcore)
|
* [`perfcore`(5)](help://man/5/perfcore)
|
||||||
|
* [`profile`(1)](help://man/1/profile)
|
||||||
|
|
|
@ -51,3 +51,8 @@ cat test.txt test2.txt
|
||||||
123
|
123
|
||||||
456
|
456
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`head`(1)](help://man/1/head)
|
||||||
|
* [`tail`(1)](help://man/1/tail)
|
||||||
|
* [`cut`(1)](help://man/1/cut)
|
||||||
|
|
|
@ -27,3 +27,6 @@ Compare two files and report the location of any differences. By default, execut
|
||||||
* 0 - Files are identical.
|
* 0 - Files are identical.
|
||||||
* 1 - Files are different.
|
* 1 - Files are different.
|
||||||
* 2 - An error occurred.
|
* 2 - An error occurred.
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`comm`(1)](help://man/1/comm)
|
||||||
|
|
|
@ -48,3 +48,6 @@ $ sort < file1 | comm -12c - file2_sorted | less
|
||||||
# and print a summary
|
# and print a summary
|
||||||
$ comm -123it file1_sorted file2_sorted
|
$ comm -123it file1_sorted file2_sorted
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`cmp`(1)](help://man/1/cmp)
|
||||||
|
|
|
@ -26,3 +26,6 @@ $ cat image.png | copy -t image/png
|
||||||
# Place text 'foo' in clipboard
|
# Place text 'foo' in clipboard
|
||||||
$ copy foo
|
$ copy foo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`clipboard`(5)](help://man/5/clipboard)
|
||||||
|
|
|
@ -34,3 +34,6 @@ $ cp -R tests tests-backup
|
||||||
# Copy test file into existing root
|
# Copy test file into existing root
|
||||||
$ cp test root
|
$ cp test root
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`mv`(1)](help://man/1/mv)
|
||||||
|
|
|
@ -47,3 +47,7 @@ $ echo "serenity is cool" | cut -b 5
|
||||||
n
|
n
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`head`(1)](help://man/1/head)
|
||||||
|
* [`cat`(1)](help://man/1/cat)
|
||||||
|
|
|
@ -37,3 +37,6 @@ $ date +%Y-%m-%d
|
||||||
# Set date to 1610017485 (UNIX time)
|
# Set date to 1610017485 (UNIX time)
|
||||||
$ date -s 1610017485
|
$ date -s 1610017485
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`ntpquery`(1)](help://man/1/ntpquery)
|
||||||
|
|
|
@ -70,4 +70,5 @@ $ expr substr foobar 1 3 # foo
|
||||||
```
|
```
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
* [`test`(1)](help://man/1/test)
|
||||||
|
* [`js`(1)](help://man/1/js) for evaluating more complex expressions
|
||||||
|
|
|
@ -21,3 +21,6 @@ $ gml-format [--inplace] [path...]
|
||||||
```sh
|
```sh
|
||||||
$ gml-format -i /home/anon/example.gml
|
$ gml-format -i /home/anon/example.gml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`GML`(5)](help://man/5/GML)
|
||||||
|
|
|
@ -29,3 +29,6 @@ $ groups nona
|
||||||
$ groups nona anon root
|
$ groups nona anon root
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`groupdel`(8)](help://man/8/groupdel)
|
||||||
|
* [`groupadd`(8)](help://man/8/groupadd)
|
||||||
|
|
|
@ -17,4 +17,6 @@ $ gunzip [--keep] [--stdout] <FILE...>
|
||||||
|
|
||||||
* `FILE`: File to decompress
|
* `FILE`: File to decompress
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See also
|
||||||
|
* [`gzip`(1)](help://man/1/gzip)
|
||||||
|
* [`tar`(1)](help://man/1/tar)
|
||||||
|
|
|
@ -18,4 +18,6 @@ $ gzip [--keep] [--stdout] [--decompress] <FILES...>
|
||||||
|
|
||||||
* `FILES`: Files
|
* `FILES`: Files
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See also
|
||||||
|
* [`gunzip`(1)](help://man/1/gunzip)
|
||||||
|
* [`tar`(1)](help://man/1/tar)
|
||||||
|
|
|
@ -39,3 +39,6 @@ Graphical Unix-like operating system for x86 computers.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`tail`(1)](help://man/1/tail)
|
||||||
|
* [`cat`(1)](help://man/1/cat)
|
||||||
|
|
|
@ -37,3 +37,5 @@ $ id -G
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [`whoami`(1)](help://man/1/whoami)
|
* [`whoami`(1)](help://man/1/whoami)
|
||||||
|
* [`groups`(1)](help://man/1/groups)
|
||||||
|
* [`usermod`(8)](help://man/8/usermod)
|
||||||
|
|
|
@ -19,3 +19,7 @@ Display or modify the configuration of each network interface.
|
||||||
* `-m mask`, `--mask mask`: Set the network mask of the selected network
|
* `-m mask`, `--mask mask`: Set the network mask of the selected network
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
<!-- Auto-generated through ArgsParser -->
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`Network`(5)](help://man/5/Network)
|
||||||
|
* [`netstat`(1)](help://man/1/netstat)
|
||||||
|
|
|
@ -30,3 +30,7 @@ $ jail-attach -i 0 ps -ef
|
||||||
# Attach the command "/bin/Shell" to a new jail with the name "test jail"
|
# Attach the command "/bin/Shell" to a new jail with the name "test jail"
|
||||||
$ jail-attach -n "test jail" /bin/Shell
|
$ jail-attach -n "test jail" /bin/Shell
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`jail-create`(1)](help://man/1/jail-create)
|
||||||
|
* [`lsjails`(1)](help://man/1/lsjails)
|
||||||
|
|
|
@ -25,3 +25,7 @@ $ jail-create test-jail
|
||||||
# Create jail with the name "test-jail", with PID isolation
|
# Create jail with the name "test-jail", with PID isolation
|
||||||
$ jail-create -p test-jail
|
$ jail-create -p test-jail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`jail-attach`(1)](help://man/1/jail-attach)
|
||||||
|
* [`lsjails`(1)](help://man/1/lsjails)
|
||||||
|
|
|
@ -54,3 +54,5 @@ $ ls /etc
|
||||||
$ ls -la /etc
|
$ ls -la /etc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`tree`(1)](help://man/1/tree) to show the contents of the directory and subdirectories in a tree visualization
|
||||||
|
|
|
@ -20,3 +20,7 @@ Please note that if the current process is in jail, it will not see any jail.
|
||||||
Index Name
|
Index Name
|
||||||
2 test-jail
|
2 test-jail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`jail-create`(1)](help://man/1/jail-create)
|
||||||
|
* [`jail-attach`(1)](help://man/1/jail-attach)
|
||||||
|
|
|
@ -23,4 +23,6 @@ List open files of a processes. This can mean actual files in the file system, s
|
||||||
|
|
||||||
* `filename`: Filename
|
* `filename`: Filename
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See Also
|
||||||
|
* [`pmap`(1)](help://man/1/pmap)
|
||||||
|
* [`ps`(1)](help://man/1/ps)
|
||||||
|
|
|
@ -26,3 +26,6 @@ Here's how you can render this man page into HTML:
|
||||||
```sh
|
```sh
|
||||||
$ md --html /usr/share/man/man1/md.md
|
$ md --html /usr/share/man/man1/md.md
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`man`(1)](help://man/1/man) to more easily read manpages
|
||||||
|
|
|
@ -32,3 +32,7 @@ $ mktemp -u
|
||||||
# Create a temporary directory with a custom template
|
# Create a temporary directory with a custom template
|
||||||
$ mktemp -d serenity.XXXXX
|
$ mktemp -d serenity.XXXXX
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`mkdir`(1)](help://man/1/mkdir) to create a regular directory
|
||||||
|
* [`touch`(1)](help://man/1/touch) to create a regular file
|
||||||
|
|
|
@ -26,3 +26,6 @@ $ mv bin /usr
|
||||||
$ mv *.cpp /usr/src
|
$ mv *.cpp /usr/src
|
||||||
$ mv old.txt new.txt
|
$ mv old.txt new.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`cp`(1)](help://man/1/cp)
|
||||||
|
|
|
@ -23,4 +23,5 @@ Display network connections
|
||||||
* `-W`, `--wide`: Do not truncate IP addresses by printing out the whole symbolic host
|
* `-W`, `--wide`: Do not truncate IP addresses by printing out the whole symbolic host
|
||||||
* `-e`, `--extend`: Display more information
|
* `-e`, `--extend`: Display more information
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See Also
|
||||||
|
* [`ifconfig`(1)](help://man/1/ifconfig)
|
||||||
|
|
|
@ -18,4 +18,5 @@ $ ntpquery [--adjust] [--set] [--verbose] [host]
|
||||||
|
|
||||||
* `host`: NTP server
|
* `host`: NTP server
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See Also
|
||||||
|
* [`date`(1)](help://man/1/date)
|
||||||
|
|
|
@ -24,3 +24,7 @@ $ pgrep [--count] [-d delimiter] [--ignore-case] [--list-name] [--newest] [--old
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
* `process-name`: Process name to search for
|
* `process-name`: Process name to search for
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`pidof`(1)](help://man/1/pidof)
|
||||||
|
* [`ps`(1)](help://man/1/ps)
|
||||||
|
|
|
@ -17,3 +17,7 @@ $ pidof [-s] [-o pid] [-S separator] <process-name>
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
* `process-name`: Process name to search for
|
* `process-name`: Process name to search for
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`pgrep`(1)](help://man/1/pgrep)
|
||||||
|
* [`ps`(1)](help://man/1/ps)
|
||||||
|
|
|
@ -23,3 +23,6 @@ $ pkill [--count] [--ignore-case] [--echo] [--newest] [--oldest] [--older second
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
* `process-name`: Process name to search for
|
* `process-name`: Process name to search for
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`ps`(1)](help://man/1/ps)
|
||||||
|
|
|
@ -23,5 +23,5 @@ $ pmap $$
|
||||||
```
|
```
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
* [`lsof`(1)](help://man/1/lsof)
|
||||||
* [`ps`(1)](help://man/1/ps)
|
* [`ps`(1)](help://man/1/ps)
|
||||||
|
|
|
@ -42,3 +42,4 @@ $ profile -t syscall -- echo "Hello friends!"
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [`Profiler`(1)](help://man/1/Applications/Profiler) GUI for viewing profiling data produced by `profile`.
|
* [`Profiler`(1)](help://man/1/Applications/Profiler) GUI for viewing profiling data produced by `profile`.
|
||||||
|
* [`strace`(1)](help://man/1/strace)
|
||||||
|
|
|
@ -27,3 +27,7 @@ For each process, print its PID (process ID), to which TTY it belongs, and invok
|
||||||
```sh
|
```sh
|
||||||
$ ps -ef
|
$ ps -ef
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`pmap`(1)](help://man/1/pmap)
|
||||||
|
* [`lsof`(1)](help://man/1/lsof)
|
||||||
|
|
|
@ -30,3 +30,6 @@ $ rm README.md
|
||||||
# Remove Tests directory
|
# Remove Tests directory
|
||||||
$ rm -r Tests
|
$ rm -r Tests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`rmdir`(1)](help://man/1/rmdir) to just delete empty directories
|
||||||
|
|
|
@ -40,3 +40,7 @@ example: No such file or directory
|
||||||
# Removes foo/bar/baz/, foo/bar/ and foo/
|
# Removes foo/bar/baz/, foo/bar/ and foo/
|
||||||
$ rmdir -p foo/bar/baz/
|
$ rmdir -p foo/bar/baz/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`mkdir`(1)](help://man/1/mkdir)
|
||||||
|
* [`rm`(1)](help://man/1/rm)
|
||||||
|
|
|
@ -24,3 +24,7 @@ Trace all syscalls and their result.
|
||||||
* `argument`: Arguments to exec
|
* `argument`: Arguments to exec
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
<!-- Auto-generated through ArgsParser -->
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`profile`(1)](help://man/1/profile)
|
||||||
|
* [`Profiler`(1)](help://man/1/Applications/Profiler)
|
||||||
|
|
|
@ -37,3 +37,6 @@ Switch to another user
|
||||||
```sh
|
```sh
|
||||||
$ su nona
|
$ su nona
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`pls`(8)](help://man/8/pls)
|
||||||
|
|
|
@ -97,5 +97,5 @@ $ /bin/test \( 10 -gt 20 \) -o \( ! 10 -ne 10 \) && echo "magic numbers!"
|
||||||
```
|
```
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
* [`expr`(1)](help://man/1/expr)
|
||||||
* [`find`(1)](help://man/1/find)
|
* [`find`(1)](help://man/1/find)
|
||||||
|
|
|
@ -51,6 +51,6 @@ $ touch -r anotherfile thatfile
|
||||||
```
|
```
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
* [`mktemp`(1)](help://man/1/mktemp) to create a temporary file
|
||||||
* [`futimens`(2)](help://man/3/futimens)
|
* [`futimens`(2)](help://man/3/futimens)
|
||||||
* [`utimensat`(2)](help://man/3/utimensat)
|
* [`utimensat`(2)](help://man/3/utimensat)
|
||||||
|
|
|
@ -18,4 +18,5 @@ $ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
|
||||||
|
|
||||||
* `directories`: Directories to print
|
* `directories`: Directories to print
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See also
|
||||||
|
* [`ls`(1)](help://man/1/ls) to show just the contents of one directory
|
||||||
|
|
|
@ -27,3 +27,8 @@ Run `ps -ef` with restricted access to certain paths:
|
||||||
```sh
|
```sh
|
||||||
$ unveil --path=r,/etc/timezone --path=r,/usr/lib --path=r,/sys/ --path=r,/etc/passwd --path=r,/etc/group ps -ef
|
$ unveil --path=r,/etc/timezone --path=r,/usr/lib --path=r,/sys/ --path=r,/etc/passwd --path=r,/etc/group ps -ef
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`pledge`(2)](help://man/2/pledge)
|
||||||
|
* [`unveil`(2)](help://man/2/unveil)
|
||||||
|
* [`Mitigations`(7)](help://man/7/Mitigations)
|
||||||
|
|
|
@ -37,3 +37,8 @@ $ unzip archive.zip "*.tx_"
|
||||||
Archive: archive.unzip
|
Archive: archive.unzip
|
||||||
extracting: file1.txt
|
extracting: file1.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`zip`(1)](help://man/1/zip)
|
||||||
|
* [`gunzip`(1)](help://man/1/gunzip)
|
||||||
|
* [`tar`(1)](help://man/1/tar)
|
||||||
|
|
|
@ -19,4 +19,5 @@ $ utmpupdate [--create] [--delete] [--PID PID] [--from From] <tty>
|
||||||
|
|
||||||
* `tty`: TTY name
|
* `tty`: TTY name
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See also
|
||||||
|
* [`w`(1)](help://man/1/w)
|
||||||
|
|
|
@ -15,3 +15,8 @@ $ w [--no-header] [user]
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
* `user`: Only show information about the specified user
|
* `user`: Only show information about the specified user
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`whoami`(1)](help://man/1/whoami)
|
||||||
|
* [`utmpupdate`(1)](help://man/1/utmpupdate)
|
||||||
|
* [`usermod`(8)](help://man/8/usermod)
|
||||||
|
|
|
@ -39,3 +39,6 @@ t
|
||||||
t
|
t
|
||||||
t^C
|
t^C
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`cat`(1)](help://man/1/cat)
|
||||||
|
|
|
@ -28,3 +28,8 @@ Archive: archive.zip
|
||||||
adding: file1.txt
|
adding: file1.txt
|
||||||
adding: file2.png
|
adding: file2.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`unzip`(1)](help://man/1/unzip)
|
||||||
|
* [`gzip`(1)](help://man/1/gzip)
|
||||||
|
* [`tar`(1)](help://man/1/tar)
|
||||||
|
|
|
@ -96,5 +96,6 @@ unveil(nullptr, nullptr);
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
|
* [`unveil`(1)](help://man/1/unveil)
|
||||||
* [`pledge`(2)](help://man/2/pledge)
|
* [`pledge`(2)](help://man/2/pledge)
|
||||||
* [`Mitigations`(7)](help://man/7/Mitigations)
|
* [`Mitigations`(7)](help://man/7/Mitigations)
|
||||||
|
|
|
@ -50,6 +50,7 @@ Or right clicking on a folder in the TreeView and using
|
||||||
- [IconView](help://man/5/GML/Widget/IconView)
|
- [IconView](help://man/5/GML/Widget/IconView)
|
||||||
- [ImageWidget](help://man/5/GML/Widget/ImageWidget)
|
- [ImageWidget](help://man/5/GML/Widget/ImageWidget)
|
||||||
- [Label](help://man/5/GML/Widget/Label)
|
- [Label](help://man/5/GML/Widget/Label)
|
||||||
|
- [LinkLabel](help://man/5/GML/Widget/LinkLabel)
|
||||||
- [ListView](help://man/5/GML/Widget/ListView)
|
- [ListView](help://man/5/GML/Widget/ListView)
|
||||||
- [MultiView](help://man/5/GML/Widget/MultiView)
|
- [MultiView](help://man/5/GML/Widget/MultiView)
|
||||||
- [OpacitySlider](help://man/5/GML/Widget/OpacitySlider)
|
- [OpacitySlider](help://man/5/GML/Widget/OpacitySlider)
|
||||||
|
|
|
@ -39,3 +39,6 @@ DHCP=true
|
||||||
[ep1s1]
|
[ep1s1]
|
||||||
Enabled=false
|
Enabled=false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`ifconfig`(1)](help://man/1/ifconfig)
|
||||||
|
|
|
@ -30,3 +30,7 @@ This program must be run as root.
|
||||||
# groupadd maintainers
|
# groupadd maintainers
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
* [`useradd`(8)](help://man/8/useradd)
|
||||||
|
* [`groupdel`(8)](help://man/8/groupdel)
|
||||||
|
* [`groups`(1)](help://man/1/groups)
|
||||||
|
|
|
@ -40,6 +40,6 @@ You should manually check all users to ensure that no user remain in this group.
|
||||||
```
|
```
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
* [`userdel`(8)](help://man/8/userdel)
|
||||||
* [`useradd`(8)](help://man/8/groupadd)
|
* [`groupadd`(8)](help://man/8/groupadd)
|
||||||
|
* [`groups`(1)](help://man/1/groups)
|
||||||
|
|
|
@ -49,3 +49,4 @@ Additionally, the name `defaults` is accepted and ignored.
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [`mount`(2)](help://man/2/mount)
|
* [`mount`(2)](help://man/2/mount)
|
||||||
|
* [`umount`(8)](help://man/8/umount)
|
||||||
|
|
|
@ -35,3 +35,6 @@ Password:
|
||||||
root
|
root
|
||||||
#
|
#
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`su`(1)](help://man/1/su)
|
||||||
|
|
|
@ -49,3 +49,6 @@ This program must be run as root.
|
||||||
# useradd --create-home supercomputer7
|
# useradd --create-home supercomputer7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## See also
|
||||||
|
* [`userdel`(8)](help://man/8/userdel)
|
||||||
|
* [`usermod`(8)](help://man/8/usermod)
|
||||||
|
|
|
@ -39,5 +39,5 @@ This program must be run as root.
|
||||||
```
|
```
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
* [`usermod`(8)](help://man/8/usermod)
|
||||||
* [`useradd`(8)](help://man/8/useradd)
|
* [`useradd`(8)](help://man/8/useradd)
|
||||||
|
|
|
@ -33,4 +33,6 @@ This program must be run as root.
|
||||||
|
|
||||||
* `username`: Username of the account to modify
|
* `username`: Username of the account to modify
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
## See also
|
||||||
|
* [`userdel`(8)](help://man/8/userdel)
|
||||||
|
* [`useradd`(8)](help://man/8/useradd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue