From 686482da864052ac9aa25b3faba3706a28318c9f Mon Sep 17 00:00:00 2001 From: jebba Date: Fri, 4 Feb 2022 18:12:00 -0700 Subject: [PATCH] buglet? comma files owned by root --- docs/BUGS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/BUGS.md diff --git a/docs/BUGS.md b/docs/BUGS.md new file mode 100644 index 0000000..cb271df --- /dev/null +++ b/docs/BUGS.md @@ -0,0 +1,27 @@ +# Bugs +`Bugs?` --- The following were encountered, may be bugs. Notable for now. + + +``` +# User comma has files in it's own read/write home directory +# that are owned by user root. +comma@tici:~$ ls -la +total 44 +drwxr-xr-x 1 comma comma 100 Feb 4 18:09 . +drwxr-xr-x 1 root root 60 Sep 7 12:37 .. +-rw-rw-r-- 1 root root 254 Sep 20 15:01 .bash_aliases +-rw------- 1 comma comma 12 Feb 4 18:09 .bash_history +-rw-r--r-- 1 comma comma 220 Feb 25 2020 .bash_logout +-rw-rw-r-- 1 root root 230 Sep 20 15:01 .bash_profile +-rw-r--r-- 1 comma comma 3771 Feb 25 2020 .bashrc +drwxr-xr-x 4 comma comma 100 Feb 4 17:49 .cache +drwxrwxr-x 1 comma comma 60 Sep 7 12:37 .config +-rw-rw-r-- 1 root root 30 Sep 20 15:01 .gdbinit +-rw-rw-r-- 1 root root 204 Sep 20 15:01 .gitconfig +-rw-rw-r-- 1 root root 5 Sep 20 15:01 .gitignore +-rw-r--r-- 1 comma comma 807 Feb 25 2020 .profile +-rw-rw-r-- 1 root root 0 Dec 8 12:36 .sudo_as_admin_successful +-rw-rw-r-- 1 root root 749 Sep 20 15:01 .tmux.conf +-rw-rw-r-- 1 root root 339 Sep 20 15:01 .vimrc +``` +