NTP Client problem

Hello everybody! When I run command "ntpdate" the following error occures
"ksh: ntpdate: 0403-006 Execute permission denied.
"
# oslevel -s
5300-08-06-0918
oslevel -r
5300-08

eny suggestion friends? :slight_smile:

launch the command as root user.

ntpdate has 554 perms so only root and system users can execute it.

Of course I am logged in as root :frowning:

---------- Post updated at 06:35 AM ---------- Previous update was at 02:03 AM ----------

execute permission bit was missing on these files :
/usr/sbin/ntpdate
/usr/sbin/ntpq

so its ok now :wink: thanks to everybody