diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-05 16:15:28 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-05 16:15:28 +0200 |
| commit | 35c6d6cbea7bc3d62d900aac18d50361089b50ab (patch) | |
| tree | af9b97089a1718d14b4b41bd75b4cdf9dac4890e /README.md | |
| parent | afecf5a06d6510561eec5ead1b2ce4544b88c5ab (diff) | |
Significantly improve script
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -9,11 +9,8 @@ Run a dump: Run a dump on a remote machine using ssh: > cat sysdump.sh | ssh user@host /bin/bash > dump.json -Explore a dump (require `jq`): -> ./sysdump.sh dump.json - -Explore specific entries of a dump: -> ./sysdump.sh dump.json uname timezone +To explore a dump (require `jq`), see help as follow: +> ./sysdump.sh -h # Useful entries Important note: Depending on the system, some entries may not be available. @@ -33,10 +30,6 @@ Important note: Depending on the system, some entries may not be available. # Notes - 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` +If `sysdump.sh` is not run as root, these commands will not be executed and the entries +will not be reported in the dump file. |
