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 ...
- 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.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-25-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Do you have an editor exported?
Code:export EDITOR=vi crontab -e user_name


Reply With Quote
