So my ubuntu user's .bash_history just won't show up when I hit history. So I check permissions and the .bash_history in /home/ubuntu is now owned by root. Any idea what might've happened? I checked the root user's history and didn't notice anything that would've caused this.
Also, when I use the mysql client, it appends a long string of " " to the end of some lines.
To solve BOTH issues, I chown'd the .bash_history back to ubuntu:ubuntu. Any idea why this happened?