Zach Zeid
04/21/2020, 5:43 PMselect * from shell_history;
I would've presumed it'd be able to get the history for all users. I haven't seen anything from todayzwass
SELECT * FROM users JOIN shell_history USING (uid)
Zach Zeid
04/21/2020, 5:49 PMCptOfEvilMinions
04/22/2020, 3:25 PM.*_history
. So if your shell creates a file named .bash_hst
or just .history
it will not work.