Results 1 to 2 of 2
Hi all,
In my Fedora i'll just use
crontab -e to open and execute commands
But In the morning i came across SunOS and tried to edit
crontab using crontab ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-25-2008 #1
crontab in SunOS
Hi all,
In my Fedora i'll just use
crontab -e to open and execute commands
But In the morning i came across SunOS and tried to edit
crontab using crontab -e
it didn't not open crontab file for that user. :drown:
I checked the man pages - yet to find an answer.
How to edit crontab of non-root user in SunOS.First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 04-25-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
Do you have an editor exported?
Code:export EDITOR=vi crontab -e user_name


Reply With Quote
