소스 검색

crontab: Add example of editing crontab for a user using the -u flag (#3178)

Peter Nguyen 5 년 전
부모
커밋
46023de9dd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/common/crontab.md

+ 4 - 0
pages/common/crontab.md

@@ -7,6 +7,10 @@
 
 `crontab -e`
 
+- Edit the crontab file for a specific user:
+
+`sudo crontab -e -u {{user}}`
+
 - View a list of existing cron jobs for current user:
 
 `crontab -l`