USER [username]
The USER instruction allows you to run as a non-root user.
The user is added to the root group to circumvent permission denied errors.
Examples
- Use
USER wwwto run the remaining commands as thewwwuser.
USER [username]
The USER instruction allows you to run as a non-root user.
The user is added to the root group to circumvent permission denied errors.
USER www to run the remaining commands as the www user.