1
0
Fork 0
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:
Brian Choromanski 2021-10-19 16:11:22 -04:00 committed by GitHub
parent 79591fecf6
commit 7f29e1695f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -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":

View file

@ -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:

View file

@ -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):

View file

@ -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:

View file

@ -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:

View file

@ -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: