diff --git a/README.md b/README.md index f4b5b7b..d2341d4 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,17 @@ Explore specific entries of a dump: # 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 | +| 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_\_version | Get the version of some specific commands (e.g: gcc, python etc) | # Notes -- To get available entries see into `sysdump.sh` +- To see what is dump look into `sysdump.sh` - Some commands require root permissions. If `sysdump.sh` is not run as root, these commands will not be executed. - List available entries: