| Title: | PATHWORKS for OSF/1 | 
| Notice: | see also NOTED::PWDOSWINV5 (PW client) & TURRIS::DIGITAL_UNIX | 
| Moderator: | CPEEDY::LONG | 
| Created: | Thu Apr 22 1993 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 1874 | 
| Total number of notes: | 6870 | 
Hello World!
At one of my customer I don't have access to an new created share. I can open a connection to the share
via "net use" or I can browse the share via winnt-explorer. But if i try to have a look what files are
located in the share I receive an error message like "permission denied".
The username I was logged in was: Administrator
The access-rights to the share are: *Everybody FullControl
In addition I checked the following:
# lmshare -l
1> FARWICK:d:Bernie's Share:rwcxda:UNLIMITED:/usr/users/farwick:::0::0::0:0:0:::
# net access c:/usr/users/farwick
Resource  Permissions                            Permissions
-------------------------------------------------------------------------------
c:\usr\users\farwick   
          *Administrators:RWCXDAP                *Everyone:RWCXDAP            
          *Replicator:RWCXDA                     *Server Operators:RWCXDA     
          Administrator:RWCXDAP        
The command completed successfully.
# net access \\farwick
Resource  Permissions                            Permissions
-------------------------------------------------------------------------------
\farwick   
          *Administrators:RWCXDAP                *Everyone:RWCXDAP            
The command completed successfully.
The Softwareversions are:
dUNIX 4.0B
PWAS 6.1 eco1
So the question is why I don't have access to the share? What is the different between the two "net"
commands? What's wrong? What can I do to have access???
Thanks for your effort, Bernd.
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1763.1 | Check permissions on the directory. | CPEEDY::HORGAN | Craicailte indiadh damhsa agus cricta�l! | Wed Feb 26 1997 16:43 | 1 | 
| What are the UNIX permissions on /usr/users/farwick? | |||||
| 1763.2 | Directory permissions | SUFNWB::FARWICK | Thu Feb 27 1997 03:45 | 11 | |
| Hi! The directorypermissions are as follow: # ls -l /usr/users total 32 drwxr-xr-x 4 farwick daemon 8192 Feb 26 18:00 farwick drwxr-xr-x 2 root daemon 8192 Feb 26 18:17 profile drwxr-xr-x 2 root daemon 8192 Feb 26 17:37 public Bernd | |||||
| 1763.3 | through Group | NETRIX::"[email protected]" | UNIX - NT Gateway | Fri Feb 28 1997 18:58 | 14 | 
| Hi bernd, You should have ignoreunix=no (default) in your lanman.ini !? administrator (or lmxadmin) is not the (UNIX) owner of the dir farwirk so it can't access it. The user farwick does. Just do chgrp DOS---- farwick. PWSK uses group rights to access files if it is not the owner. And now the administrator account through Aministrators group has access. Hope this help Jean-Pierre [Posted by WWW Notes gateway] | |||||