Tyler (et al),

Got it!

It finally clicked in my mind that SunPCI is a process like any other process running in Solaris, so files it creates will take on the permissions of the user's umask. Duh. So I added umask 002 to the user's .profile, and that seems to have done the trick.

Thanks everyone for your help! I really appreciate it.


At 02:02 PM 7/30/2003 -0700, you wrote:


--- Richard Crawford <[EMAIL PROTECTED]> wrote:
> Tyler,
>
> I really appreciate your help.  I've almost got it.

You're welcome.

> I've got it to the point where if I log in at the console, new files
> created by John (or Richard, or whoever) are set properly.

Great!

> However (and this is the tricky part) when new files are created from
> Windows (our developers each use Sunblades, the web directories are
> shared via NFS to the Solaris side and mounted to a mountpoint on the
> individual workstation, then the mountpoint is shared out so that
> they can be seen from Windows), the file shows the proper owner and
> group designation, but permissions are still showing up as
>
> -rwxr--r--

I've never worked with workstation with a PC card in it running
windows. I'm guessing though that there have got to be some services
running on the Solaris side of things which start up and make the
filesystems available to the Windows side of things. It's possible that
the umask for this process is set either in the startup file of these
processes (in either /etc/rc2.d or /etc/rc3.d) or in the startup files
in the user's directory for when they fire up Windows on the box.

I'd poke around in these locations, grep'ing for 'umask' in the system
startup scripts, and in the hidden (starting with a '.') files in users
home directory.

Good luck!

-Tyler

=====
--
Tyler Godfrey
[EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
Solaris-Users mailing list
[EMAIL PROTECTED]
http://www.filibeto.org/mailman/listinfo/solaris-users

_______________________________________________ Solaris-Users mailing list [EMAIL PROTECTED] http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to