I’m sure this question has been asked a million and one times already. I saw a video the other day about accessing all lost passwords and usernames through terminal nnd my question is are you able to clear that data at all? So there is no previous history of those account even existing? All of this is far out of my knowledge area so sorry for sounding like a noob.
TIA
clear
, you can remove command history by removing details in~/.bash_history
(though if you add spaces before your command, entries may not even reach that file, and file may vary on shell you use etc), etc... The details kept will dictate on system profile/security, eg. the 'space' bit I mentioned may be disabled anyway for remote run commands or all commands... Your question as written is vague or too broad.. – guiverc Jun 18 '20 at 05:59