aaP_dariausju Please help to understand. How can i do git and composer command with www user? when i clone repo all files go to root user. is it possible to ssh login with www username? step by step or tutorial welcome.
aaP_dariausju panel is fresh installed. do i need to create that user? how? https://prnt.sc/o5VSt0jWXrU4 su: warning: cannot change directory to /home/www: No such file or directory su: failed to execute /sbin/nologin: No such file or directory i edited /etc/passwd and changed /sbin/nologin to /bin/bash now i can do "su - www" and run git and composer command, so question is it good practice to do this?