Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to edit and save crontab in linux

crontab -e		# open user crontab in edit mode
i      			# for insert.  Make your changes
:wq!   			# quit and save
crontab -l		# open user crontab in read mode
 
PREVIOUS NEXT
Tagged: #edit #save #crontab #linux
ADD COMMENT
Topic
Name
8+8 =