1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
This commit is contained in:
Lena 2025-04-29 21:13:07 +03:00 committed by GitHub
commit fa4b0e3d7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# figlist
> Lists the figlet fonts and control files.
> List the figlet fonts and control files.
> See also: `figlet`, `showfigfonts`, `chkfont`.
> More information: <https://manned.org/figlist>.

View file

@ -1,7 +1,7 @@
# git status
> Show the changes to files in a Git repository.
> Lists changed, added and deleted files compared to the currently checked-out commit.
> List changed, added and deleted files compared to the currently checked-out commit.
> More information: <https://git-scm.com/docs/git-status>.
- Show changed files which are not yet added for commit:

View file

@ -1,7 +1,7 @@
# lsof
> Lists open files and the corresponding processes.
> Note: Root privileges (or sudo) is required to list files opened by others.
> List open files and the corresponding processes.
> Note: root privileges are required to list files opened by others.
> More information: <https://manned.org/lsof>.
- Find the processes that have a given file open:

View file

@ -1,6 +1,6 @@
# blkid
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
> List all recognized partitions and their Universally Unique Identifier (UUID).
> More information: <https://manned.org/blkid>.
- List all partitions:

View file

@ -1,6 +1,6 @@
# eu-readelf
> Displays information about ELF files.
> Display information about ELF files.
> More information: <https://manned.org/eu-readelf>.
- Display all extractable information contained in the ELF file:

View file

@ -1,6 +1,6 @@
# getcap
> Command to display the name and capabilities of each specified file.
> Display the name and capabilities of each specified file.
> More information: <https://manned.org/getcap>.
- Get capabilities for the given files:
@ -11,6 +11,6 @@
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
- Displays all searched entries even if no capabilities are set:
- Display all searched entries even if no capabilities are set:
`getcap -v {{path/to/file1 path/to/file2 ...}}`

View file

@ -1,6 +1,6 @@
# lsblk
> Lists information about devices.
> List information about devices.
> More information: <https://manned.org/lsblk>.
- List all storage devices in a tree-like format:

View file

@ -1,6 +1,6 @@
# mkinitcpio
> Generates initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
> Generate initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
> More information: <https://manned.org/mkinitcpio.8>.
- Perform a dry run (print what would be done without actually doing it):

View file

@ -1,6 +1,6 @@
# Get-DedupProperties
> Gets Data Deduplication information.
> Get Data Deduplication information.
> Note: This command can only be used through PowerShell.
> More information: <https://learn.microsoft.com/powershell/module/storage/get-dedupproperties>.