Created
August 22, 2025 01:09
-
-
Save okoye/8aba8c96dd156e8a0c738ca0c127403b to your computer and use it in GitHub Desktop.
Sample RAD shell commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chassy@orin-agx-01:~$ cat /etc/nv_tegra_release | |
| # R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug 1 19:57:35 UTC 2023 | |
| chassy@orin-agx-01:~$ sudo systemctl status | |
| ● orin-agx-01 | |
| State: running | |
| Jobs: 0 queued | |
| Failed: 0 units | |
| Since: Wed 1969-12-31 16:00:35 PST; 55 years 7 months ago | |
| CGroup: / | |
| ├─nomad | |
| │ └─593f343e-cfe0-4e0c-9d77-fcc0d2673a68.chassyremotedebuggerclient | |
| │ ├─583415 bash /local/connect | |
| │ ├─583439 timeout --preserve-status 3600s /local/chassy-rad-client -c /local/config.toml | |
| │ └─583440 /local/chassy-rad-client -c /local/config.toml | |
| ├─user.slice | |
| │ ├─user-1002.slice | |
| │ │ ├─user@1002.service … | |
| │ │ │ ├─pulseaudio.service | |
| │ │ │ │ └─583456 /usr/bin/pulseaudio --daemonize=no --log-target=journal | |
| │ │ │ ├─init.scope | |
| │ │ │ │ ├─583450 /lib/systemd/systemd --user | |
| │ │ │ │ └─583451 (sd-pam) | |
| │ │ │ └─dbus.service | |
| │ │ │ └─583492 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only | |
| │ │ └─session-569.scope | |
| │ │ ├─583446 sshd: chassy-user [priv] | |
| │ │ ├─583547 sshd: chassy-user@pts/0 | |
| │ │ ├─583548 -bash | |
| │ │ ├─583608 su chassy | |
| │ │ ├─583609 bash | |
| │ │ ├─583884 sudo systemctl status | |
| │ │ ├─583885 systemctl status | |
| │ │ └─583886 pager | |
| │ └─user-124.slice | |
| │ ├─user@124.service … | |
| │ │ ├─pulseaudio.service | |
| │ │ │ └─1593 /usr/bin/pulseaudio --daemonize=no --log-target=journal | |
| │ │ ├─init.scope | |
| │ │ │ ├─1566 /lib/systemd/systemd --user | |
| │ │ │ └─1567 (sd-pam) | |
| │ │ └─dbus.service | |
| │ │ └─1600 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only | |
| │ └─session-c1.scope | |
| │ ├─1130 gdm-session-worker [pam/gdm-launch-environment] | |
| │ ├─1594 /usr/lib/gdm3/gdm-x-session dbus-run-session -- gnome-session --autostart /usr/share/gdm/greeter/autostart | |
| │ ├─1596 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/124/gdm/Xauthority -background none -noreset -keeptty -verbose 3 | |
| │ ├─1907 dbus-run-session -- gnome-session --autostart /usr/share/gdm/greeter/autostart | |
| │ ├─1908 dbus-daemon --nofork --print-address 4 --session | |
| │ ├─1909 /usr/libexec/gnome-session-binary --systemd --autostart /usr/share/gdm/greeter/autostart | |
| │ ├─1913 /usr/libexec/at-spi-bus-launcher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment