I had a linux machine running for a little bit and then I logged in to update some files it told me that I have a read only file system. What happened and how do I fix it?
mikebz@mikeb-tomcat1:~$ ls -al total 40 drwxr-xr-x 4 mikebz mikebz 4096 Jul 13 15:11 . drwxr-xr-x 4 root root 4096 Jul 3 21:01 .. -rw------- 1 mikebz mikebz 2331 Jul 13 16:20 .bash_history -rw-r--r-- 1 mikebz mikebz 220 Apr 3 15:58 .bash_logout -rw-r--r-- 1 mikebz mikebz 3486 Apr 3 15:58 .bashrc drwx------ 2 mikebz mikebz 4096 Jul 8 09:12 .cache drwx------ 3 mikebz mikebz 4096 Jul 13 04:12 .emacs.d -rw-rw-r-- 1 mikebz mikebz 1055 Jul 13 15:11 multiplex.io.csr -rw-rw-r-- 1 mikebz mikebz 2267 Jul 13 15:10 multiplex.io.keystore -rw-r--r-- 1 mikebz mikebz 675 Apr 3 15:58 .profile mikebz@mikeb-tomcat1:~$ rm multiplex.io.* rm: cannot remove `multiplex.io.csr': Read-only file system rm: cannot remove `multiplex.io.keystore': Read-only file system
Mike Borozdin - DocuSign