Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Remote mounting of disk images without logged in local user' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remote mounting of disk images without logged in local user
Authored by: sjk on May 06, '03 09:48:02PM

FYI: bash and zsh set the UID environment variable; tcsh
doesn't.



[ Reply to This | # ]
Remote mounting of disk images without logged in local user
Authored by: sjk on May 06, '03 09:50:38PM

Whoops... UID is a regular shell variable, not an environment
variable.



[ Reply to This | # ]
Remote mounting of disk images without logged in local user
Authored by: googoo on May 07, '03 08:58:56AM

Tcsh sets the variable $uid (lowercase) instead, and it is a shell variable, not an environment variable.

-Mark



[ Reply to This | # ]