aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-07-04 15:50:11 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-07-04 15:50:11 +0200
commit0e14294c72793af763ed82e768bbb691781e7213 (patch)
treeac1e218ebe098225566c8d22a48f18fb5c30a9e8
parentea41f9c3f24aee14325edb026ca78d04f324db11 (diff)
Minor changes
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
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_\<command\>_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: