Developers Heaven Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Free Image Hosting:
http://image-host.developers-heaven.net
Share your images free!!!
Home
Help
Search
Calendar
Login
Register
Developers Heaven Forum
»
Operating Systems
»
Lunix & Unix
»
How to edit crontab and save?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to edit crontab and save? (Read 6065 times)
admin
Administrator
Sr. Member
Posts: 296
How to edit crontab and save?
«
on:
October 22, 2011, 10:45:19 AM »
To edit crontab write:
crontab -e
The default editor is for crontab is vi.
Make your edit..
Then hit "ESC" once. Then :wq
That should drop you back to the command line.
Logged
admin
Administrator
Sr. Member
Posts: 296
Re: How to edit crontab and save?
«
Reply #1 on:
November 27, 2011, 11:19:06 AM »
to edit a user crontab add: -u username
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Developers Heaven Forum
»
Operating Systems
»
Lunix & Unix
»
How to edit crontab and save?