Upload Permission in Bitanmi Lightsail
နှစ်ခုတည်းနဲ့ အဆင်ပြေသွားပြီး
upload folder အပေါ်မှာ ပထမတစ်ခု - user bitnami ကို group daemon ထဲ ထည့်ပေးတယ်။
sudo chown -R bitnami:daemon upload
ဒုတိယ တစ်ခု - ဒီ user ကို 775 permission ပေးလိုက်တယ်။
sudo chmod -R 775 upload
အဆင်ပြေသွားရော။ Cloud Images and Virtual Machines:
Have a system user for SSH/SFTP access: bitnami Have a system user and group for each daemonized process. These users will have extremely limited privileges. The reason for having multiple system users is to minimize the impact if a process’ security is compromised. The following are the most common processes:
Apache: daemon
MySQL: mysql
PostgreSQL: postgresql
Tomcat: tomcat
Written on January 6, 2022