Which command adds read, write, and execute permissions for the owner of /home/labex/project/temple?
/home/labex/project/temple
chown u+rwx /home/labex/project/temple
chmod g+rwx /home/labex/project/temple
chmod u+rwx /home/labex/project/temple
chmod u-rwx /home/labex/project/temple