aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index d2341d4..5f8c480 100644
--- a/README.md
+++ b/README.md
@@ -18,21 +18,25 @@ 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 |
-| cmd_\<command\>_version | Get the version of some specific commands (e.g: gcc, python 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 |
+| /boot/config-$(uname -r) | Get kernel config |
+| users | List logged users |
+| declare | Get all shell define variables, functions etc |
# Notes
-- 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:
> cat dump.json |grep -o ".*:"
- List available command versions:
> cat dump.json |grep -o "cmd_.*_version"
+- For more infos on what is actually dump see `sysdump.sh`