Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. crontab -e # Edit crontab of current user
  2. crontab -u root -e # Edit crontab of root user (might need sudo for this)
  3. crontab -u www-data -e # Edit crontab of www-data user
  4.  
  5. * * * * * root mount -t cifs /path/to/folder /point/to/mount -o username=xxx,password=xxx,sec=ntlm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement