Minor changes
This commit is contained in:
parent
ea41f9c3f2
commit
0e14294c72
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -18,17 +18,17 @@ Explore specific entries of a dump:
|
||||||
# Useful entries
|
# Useful entries
|
||||||
Important note: Depending on the system, some entries may not be available.
|
Important note: Depending on the system, some entries may not be available.
|
||||||
|
|
||||||
| Entry | Description |
|
| Entry | Description |
|
||||||
|-----------------------|------------------------------------------------------------------|
|
|-------------------------|------------------------------------------------------------------|
|
||||||
| compgen | List all available commands in current shell |
|
| compgen | List all available commands in current shell |
|
||||||
| ping | Check if ping succeed (internet is available) |
|
| ping | Check if ping succeed (internet is available) |
|
||||||
| boot_folder | Recursive listing of /boot/ |
|
| boot_folder | Recursive listing of /boot/ |
|
||||||
| root_folder | Content of / |
|
| root_folder | Content of / |
|
||||||
| home_folder | Content of $HOME |
|
| home_folder | Content of $HOME |
|
||||||
| cmd_\<command\>_version | Get the version of some specific commands (e.g: gcc, python etc) |
|
| cmd_\<command\>_version | Get the version of some specific commands (e.g: gcc, python etc) |
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
- To get available entries see into `sysdump.sh`
|
- To see what is dump look into `sysdump.sh`
|
||||||
- Some commands require root permissions.
|
- Some commands require root permissions.
|
||||||
If `sysdump.sh` is not run as root, these commands will not be executed.
|
If `sysdump.sh` is not run as root, these commands will not be executed.
|
||||||
- List available entries:
|
- List available entries:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue