Generate message in syslog.log

Dear Concern,

Is there any command to generate message in /var/adm/syslog/syslog.log file in HP-UX.

With Best Regards,
Kauser

Hi,

You can either edit "/etc/syslogd.conf" or simply use redirects like;

"run_this_command >> /var/adm/syslog/syslog.log 2>&1"

Regards

Dave

look at the man pages of the logger (1) command