|
From:
redhat-install-list-bounces redhat com
[mailto:redhat-install-list-bounces redhat com] On Behalf Of Yazan Al-Sheyyab How can i build a cronjob for my
system ??? i am using redhat
enerprise linux ES V 3 is there a
graphical utility to achieve that (building cron job ) ???
and about shel variables and
custamizing the shell parameter .
Yazan The command to build a cronjob is crontab. For
documentation, check the man pages by executing the following commands: $ man crontab $ man 5 crontab If you are using the bash shell, check the man pages for
bash: $ man bash And do a search for the string “Shell Variables”. That will
list all the shell variables that bash uses with customization options. Michael |