mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
auditd, sftp, time, umount, unzip, w, which, wpa_supplicant: add link (#7037)
This commit is contained in:
parent
79591fecf6
commit
7f29e1695f
7 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> This responds to requests from the audit utility and notifications from the kernel.
|
> This responds to requests from the audit utility and notifications from the kernel.
|
||||||
> It should not be invoked manually.
|
> It should not be invoked manually.
|
||||||
|
> More information: <https://manned.org/auditd>.
|
||||||
|
|
||||||
- Start the daemon:
|
- Start the daemon:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# time
|
# time
|
||||||
|
|
||||||
> See how long a command takes.
|
> See how long a command takes.
|
||||||
|
> More information: <https://manned.org/time>.
|
||||||
|
|
||||||
- Time "ls":
|
- Time "ls":
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Unlink a filesystem from its mount point, making it no longer accessible.
|
> Unlink a filesystem from its mount point, making it no longer accessible.
|
||||||
> A filesystem cannot be unmounted when it is busy.
|
> A filesystem cannot be unmounted when it is busy.
|
||||||
|
> More information: <https://manned.org/umount.8>.
|
||||||
|
|
||||||
- Unmount a filesystem, by passing the path to the source it is mounted from:
|
- Unmount a filesystem, by passing the path to the source it is mounted from:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# unzip
|
# unzip
|
||||||
|
|
||||||
> Extract compressed files in a ZIP archive.
|
> Extract compressed files in a ZIP archive.
|
||||||
|
> More information: <https://manned.org/unzip>.
|
||||||
|
|
||||||
- Extract zip file(s) (for multiple files, separate file paths by spaces):
|
- Extract zip file(s) (for multiple files, separate file paths by spaces):
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Show who is logged on and what they are doing.
|
> Show who is logged on and what they are doing.
|
||||||
> Print user login, TTY, remote host, login time, idle time, current process.
|
> Print user login, TTY, remote host, login time, idle time, current process.
|
||||||
|
> More information: <https://manned.org/w>.
|
||||||
|
|
||||||
- Show logged-in users info:
|
- Show logged-in users info:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# which
|
# which
|
||||||
|
|
||||||
> Locate a program in the user's path.
|
> Locate a program in the user's path.
|
||||||
|
> More information: <https://manned.org/which>.
|
||||||
|
|
||||||
- Search the PATH environment variable and display the location of any matching executables:
|
- Search the PATH environment variable and display the location of any matching executables:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wpa_supplicant
|
# wpa_supplicant
|
||||||
|
|
||||||
> Manage protected wireless networks.
|
> Manage protected wireless networks.
|
||||||
|
> More information: <https://manned.org/wpa_supplicant.1>.
|
||||||
|
|
||||||
- Join a protected wireless network:
|
- Join a protected wireless network:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue