This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Environment variables & system privilages


Jason Pearce wrote:
> 
> Thanks. This works well enough. But I take it there is no universal
> command to check for system permissions.
> The procedure is just try a command that needs system privilages and
> watch the exit status.

Well, if you really want to check for this you could try comparing the
output of "id -u" to 18, the UID of the SYSTEM account.  I don't know if
the system account's id varies across different versions (eg 98 vs.
2k3), though.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]