admin管理员组文章数量:1404356
After I start my laptop, some mysterious files and folders appear at the Rails root folder of my application.
$ sudo ls -lR backend/
backend/:
total 4
drwxr-xr-x 3 root root 4096 Mar 11 10:05 tmp
backend/tmp:
total 4
drwxr-xr-x 3 999 root 4096 Mar 11 10:05 redisdata1
backend/tmp/redisdata1:
total 4
drwx------ 2 999 username 4096 Mar 11 10:05 appendonlydir
backend/tmp/redisdata1/appendonlydir:
total 8
-rw------- 1 999 username 88 Mar 11 10:05 appendonly.aof.1.base.rdb
-rw------- 1 999 username 0 Mar 11 10:05 appendonly.aof.1.incr.aof
-rw------- 1 999 username 88 Mar 11 10:05 appendonly.aof.manifest
They are not ignored by git as temporary files. They are not readable as they don't seem to be text files. Should I add them as changes to my repository? If I try to do an action with them as a regular user, I get Permission denied
, which is quite annoying.
ls: cannot open directory 'backend/tmp/redisdata1/appendonlydir': Permission denied
One of the created folders is redisdata1
, but I don't use redis on my project, I have not installed it! I use Solid + Sqlite, what is going on?!
本文标签: rubyWhy does my rails 8 app create these mysterious annoying filesStack Overflow
版权声明:本文标题:ruby - Why does my rails 8 app create these mysterious annoying files? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744796221a2625590.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论