Re: ksh -p flag
- From: Bob Booth - UIUC <booth@xxxxxxxx>
- Date: Wed, 12 Apr 2006 01:03:51 -0500
On Wed, Apr 12, 2006 at 07:17:30AM +0200, Holger.VanKoll@xxxxxxxxxxxx wrote:
Hello,
I have a script on a system that starts like this:
#!/bin/ksh -p
What does the -p flag do? I couldnt find anything in the manpage besides
that -o privileged does the same.
-p sets 'privledged mode' for the shell.
It does not process the $HOME/.profile or look at the ENV parm. It is
supposed to process /etc/suid_profile. It will only work correctly if the
mode flags are correct, and the owner has the proper permissions.
cheers,
bob
- References:
- ksh -p flag
- From: Holger . VanKoll
- ksh -p flag
- Prev by Date: ksh -p flag
- Next by Date: Re: FW: [aix-l] determining number of cpu's installed
- Previous by thread: ksh -p flag
- Next by thread: FC 5157 - 0512-399
- Index(es):
Relevant Pages
- ksh -p flag
... I have a script on a system that starts like this: ... What does the -p flag
do? ... I couldnt find anything in the manpage besides ... (AIX-L) - Re: kldunload -f has no effect
... claims of the manpage the '-f' flag does not alter the behaviour of the
... kldunload tool. ... (freebsd-questions) - Re: kldunload -f has no effect
... claims of the manpage the '-f' flag does not alter the behaviour of the
... kldunload tool. ... (freebsd-questions) - Re: LC_NUMERIC not used in shells?
... >> Or am I just reading the manpage wrong? ... > The plain %d conversion
never does thousands grouping. ... > of the printf utility support that flag.
... (comp.unix.shell)