go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/connection/local/statutil/testdata/linux.toml (about) 1 [commands."uname -m"] 2 stdout = "x86_64" 3 4 [commands."uname -s"] 5 stdout = "Linux" 6 7 [commands."stat -L /etc/ssh/sshd_config -c '%s.%f.%u.%g.%X.%Y.%C'"] 8 stdout = """4317.8180.0.0.1590420240.1590418792.? 9 """ 10 11 [commands."stat -L /usr/bin/su -c '%s.%f.%u.%g.%X.%Y.%C'"] 12 stdout = """71728.89ed.0.0.1634057181.1629123001.? 13 """ 14 15 16 [commands."test -e /etc/ssh/sshd_config"] 17 stdout = "" 18 19 [commands."test -e /usr/bin/su"] 20 stdout = ""