Is it possible to edit the corntab using vi
Answers were Sorted based on User's Feedback
Answer / sbrahman75
It is not recommended but it is possible by editing
# vi /var/spool/cron/crontabs/root
The command to edit the crontab is
#crontab -e
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / baskar
The command to edit the crontab is
#crontab -e
Check that the EDITOR variable is set to the editor you want
to use. This instructs the cron utility to use to open the file.
#EDITOR=vi
#export EDITOR
now you can use crontab -e to edit the crontab
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the metasets in Solaris?please explain the sets with example.Any documents please share for me friends. (link)
What is shrinking and how to shrink a volume?
Is it possible to create swap in new harddisk without format
As a user how he can change is passwd with root privilege.
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
Where the veritas disk information store.
What is the command to check the connectivity between 2 nodes
How many fields in passwd, shadow and group files
what are the common errors you find in Solaris Volume manager?
How to find the hardware configuration
What is difference between Hard and Soft mount?
Is it possible to edit the corntab using vi