Horje
run cron job as specific user Code Example
run cron job as specific user
# Crontab Running as a Specifi User
# Through Command Line, you use the User's Actual crontab like this:
sudo crontab -u username -e
run cron job as specific user
# Crontab Running as a Specific User
# Only /etc/crontab and the files in /etc/cron.d/ have a username field. In that file you can do this:
1 1 * * * username /path/to/your/script.sh




Shell

Related
create pdf from images linux Code Example create pdf from images linux Code Example
powershell active directory script examples Code Example powershell active directory script examples Code Example
phoenix install Code Example phoenix install Code Example
Docker show currently running containers Code Example Docker show currently running containers Code Example
install mongodb on vps Code Example install mongodb on vps Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11