Minor changes
This commit is contained in:
parent
6c4aa11c72
commit
c7e01eded2
2 changed files with 29 additions and 16 deletions
24
README.md
24
README.md
|
@ -17,18 +17,18 @@ To explore a dump (require `jq`), see help as follow:
|
|||
# Useful entries
|
||||
Important note: Depending on the system, some entries may not be available.
|
||||
|
||||
| Entry | Description |
|
||||
|--------------------------|------------------------------------------------------------------|
|
||||
| compgen | List all available commands in current shell |
|
||||
| ping | Check if ping succeed (internet is available) |
|
||||
| boot_folder | Recursive listing of /boot/ |
|
||||
| root_folder | Content of / |
|
||||
| home_folder | Content of $HOME |
|
||||
| cmd_\<command\>_version | Get the version of some specific commands (e.g: gcc, python etc) |
|
||||
| /proc/cmdline | See kernel parameters |
|
||||
| /boot/config-$(uname -r) | Get kernel config |
|
||||
| users | List logged users |
|
||||
| declare | Get all shell defined variables, functions etc |
|
||||
| Entry | Description |
|
||||
|-------------------------|------------------------------------------------------------------|
|
||||
| compgen | List all available commands in current shell |
|
||||
| ping | Check if ping succeed (internet is available) |
|
||||
| boot_folder | Recursive listing of /boot/ |
|
||||
| root_folder | Content of / |
|
||||
| home_folder | Content of $HOME |
|
||||
| cmd_\<command\>_version | Get the version of some specific commands (e.g: gcc, python etc) |
|
||||
| /proc/cmdline | See kernel parameters |
|
||||
| kernel_config | Get kernel config |
|
||||
| users | List logged users |
|
||||
| declare | Get all shell defined variables, functions etc |
|
||||
|
||||
# Notes
|
||||
- Some commands require root permissions. If `sysdump.sh` is not run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue