I remember being so scared the first time I screwed up my
sudo dd if=. /rpi3-aarch64-archlinux.img status=progress of=/dev/sd[tab] [tab] [enter]
bah, https://github.com/fosslinux/live-bootstrap
you don’t even need a terminal or a prompt to bootstrap every tool you need.
echo $PATH
And alias
to be sure.
echo
and alias
are both shell commands. If the shell is running (which it obviously still is), those commands should still work, as it does not involve reading data from disk, but from memory.
Edit: I just noticed the picture said cd
was not found, which is also a shell built-in. So, I don’t know.
Obligatory XKCD