Why I Need to Do This I have a server with both SSD and HDD, concretely: I use this VPS to run my blog and some docker containers. Here comes the problem: 50GB SSD is not enough. I mount the HDD at /sto to store some large files like videos and cloud backups. However, DockerContinue reading “Move Docker Data Directory”
Tag Archives: Linux
Create Shared-Permission Directory Using ACL
Senarios Let’s say we have a directory animes, with several sub directories, one of which is animes/Dandadan. And now: In this scenario, we could use ACL (getfacl and setfacl) to achieve such permission management. Check ACL Status First let’s go to animes directory: -a/–access means only showing the access setting, without default::*, we will useContinue reading “Create Shared-Permission Directory Using ACL”