|
Home > Archive > Unix administration > February 2004 > Exceed xstart command verify how?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exceed xstart command verify how?
|
|
| Anna Yip 2004-02-02, 11:34 pm |
| Hi,
Currently my users launch their apps via the Exceed xstart icon. However,
they can change the command as they like which I hope to prevent. How can I
check the commands at the unix server end before allowing them to proceed
further?
The account uses ksh shell and after some trying with the .profile, I notice
that the commands in the .profile are run first and then the xstart command.
This can be seen from the .sh_history file.
Any help is greatly appreciated.
Thks
| |
| Andreas Schulze 2004-02-03, 12:34 am |
| "Anna Yip" <annayip137@hotmail.com> schrieb im Newsbeitrag
news:bvo3v3$d73$1@mawar.singnet.com.sg...quote:
> Hi,
>
> Currently my users launch their apps via the Exceed xstart icon. However,
> they can change the command as they like which I hope to prevent. How can
Iquote:
> check the commands at the unix server end before allowing them to proceed
> further?
>
> The account uses ksh shell and after some trying with the .profile, I
noticequote:
> that the commands in the .profile are run first and then the xstart
command.quote:
> This can be seen from the .sh_history file.
>
> Any help is greatly appreciated.
>
> Thks
>
>
Hi Anna,
you could try sudo to limit access to certain commands on the unix server
side. This should render all changes of the xstart file useless.
HTH,
Andreas
|
|
|
|
|