buglet? comma files owned by root

main
jebba 2022-02-04 18:12:00 -07:00
parent f031192975
commit 686482da86
1 changed files with 27 additions and 0 deletions

27
docs/BUGS.md 100644
View File

@ -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
```