File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# figlist
2
2
3
- > Lists the figlet fonts and control files.
3
+ > List the figlet fonts and control files.
4
4
> See also: ` figlet ` , ` showfigfonts ` , ` chkfont ` .
5
5
> More information: < https://manned.org/figlist > .
6
6
Original file line number Diff line number Diff line change 1
1
# git status
2
2
3
3
> Show the changes to files in a Git repository.
4
- > Lists changed, added and deleted files compared to the currently checked-out commit.
4
+ > List changed, added and deleted files compared to the currently checked-out commit.
5
5
> More information: < https://git-scm.com/docs/git-status > .
6
6
7
7
- Show changed files which are not yet added for commit:
Original file line number Diff line number Diff line change 1
1
# lsof
2
2
3
- > Lists open files and the corresponding processes.
4
- > Note: Root privileges (or sudo) is required to list files opened by others.
3
+ > List open files and the corresponding processes.
4
+ > Note: Root privileges are required to list files opened by others.
5
5
> More information: < https://manned.org/lsof > .
6
6
7
7
- Find the processes that have a given file open:
Original file line number Diff line number Diff line change 1
1
# blkid
2
2
3
- > Lists all recognized partitions and their Universally Unique Identifier (UUID).
3
+ > List all recognized partitions and their Universally Unique Identifier (UUID).
4
4
> More information: < https://manned.org/blkid > .
5
5
6
6
- List all partitions:
Original file line number Diff line number Diff line change 1
1
# eu-readelf
2
2
3
- > Displays information about ELF files.
3
+ > Display information about ELF files.
4
4
> More information: < https://manned.org/eu-readelf > .
5
5
6
6
- Display all extractable information contained in the ELF file:
Original file line number Diff line number Diff line change 1
1
# getcap
2
2
3
- > Command to display the name and capabilities of each specified file.
3
+ > Display the name and capabilities of each specified file.
4
4
> More information: < https://manned.org/getcap > .
5
5
6
6
- Get capabilities for the given files:
11
11
12
12
` getcap -r {{path/to/directory1 path/to/directory2 ...}} `
13
13
14
- - Displays all searched entries even if no capabilities are set:
14
+ - Display all searched entries even if no capabilities are set:
15
15
16
16
` getcap -v {{path/to/file1 path/to/file2 ...}} `
Original file line number Diff line number Diff line change 1
1
# lsblk
2
2
3
- > Lists information about devices.
3
+ > List information about devices.
4
4
> More information: < https://manned.org/lsblk > .
5
5
6
6
- List all storage devices in a tree-like format:
Original file line number Diff line number Diff line change 1
1
# mkinitcpio
2
2
3
- > Generates initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
3
+ > Generate initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
4
4
> More information: < https://manned.org/mkinitcpio.8 > .
5
5
6
6
- Perform a dry run (print what would be done without actually doing it):
Original file line number Diff line number Diff line change 1
1
# Get-DedupProperties
2
2
3
- > Gets Data Deduplication information.
3
+ > Get Data Deduplication information.
4
4
> Note: This command can only be used through PowerShell.
5
5
> More information: < https://learn.microsoft.com/powershell/module/storage/get-dedupproperties > .
6
6
You can’t perform that action at this time.
0 commit comments