#create your own work space
sudo mkdir -p /var/fpwork/jianleya
#path above will be root user as owner , here we change it to hcyan as user and group
sudo chown -R hcyan:hcyan /var/fpwork/jianleya
#It is safe to change RW Flags to R/X for other users and Keep Write permission for me
chmod 745 -R /var/fpwork/jianleya
#PS : sometimes user may not have sudo permission , check with online man user manual about how
#To deal with sudo presuffix failure :EG man sudo