Hello,
thanks to all wo answered to my question.
The problem was because of the permission of the cammand netstat.
--> which netstat
/usr/sbin/netstat
bevor changing permissions:
--> ls -l `which netstat`
-rwx--x--x 1 root mem 147792 Sep 28 17:31 /usr/sbin/netstat
The setUID has been changed with: --> chmod u+s /usr/sbin/netstat
After changing permissions:
--> ls -l `which netstat`
-rws--x--x 1 root mem 147792 Sep 28 17:31 /usr/sbin/netstat
and then it worked. Every user could execute the command netstat (and arp,
...)
Hicham
-----Original Message-----
From: ElHarti, Hicham
Sent: Friday, February 06, 2004 10:05 AM
To: Unix Tru64 (E-mail)
Subject: netstat problem
Hello,
I have a question concerning the command "netstat". We have a DEC maschine
ES45 and the OS Tru64 Unix 5.1A.
When a normal user runs a command netstat we get the error:
no namelist: requested symbols not found in kernel.
This error doesn't appear for root.
What should I do to make it possible that avery user can execute "netstat".
Thanks in advance.
Regards,
Hicham
Received on Mon Feb 09 2004 - 09:25:50 NZDT