All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
mkdir -- permision denied
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
mkdir -- permision denied - May 13, '05, 11:08:56 AM
|
|
|
wekempf
Posts: 8
Joined: May 12, '05,
Status: offline
|
I'm running on a Domain with a network share for the home directory. I'm unable to run mkdir to create directories in my home directory.
bash-3.00$ cd ~
bash-3.00$ pwd
/dev/fs/H
bash-3.00$ touch test1
bash-3.00$ ls
dev test1
bash-3.00$ mkdir test2
mkdir: test2: Permission denied
bash-3.00$ ls
dev test1
bash-3.00$ md test2
bash-3.00$ ls
dev test1 test2
bash-3.00$ ls -al .
total 18
drwx------+ 1 +Administrators Domain Admins 0 May 13 10:02 .
dr-xr-xr-x 1 0 0 0 May 13 10:03 ..
-rw-r--r-- 1 wkempf Domain Admins 72 May 12 14:12 .Xdefaults
-rw------- 1 wkempf Domain Admins 1862 May 12 14:52 .bash_history
-rw-r--r-- 1 wkempf Domain Admins 264 May 12 14:13 .inputrc
-rw------- 1 wkempf Domain Admins 64 May 12 11:35 .netrc
-rw-r--r-- 1 wkempf Domain Admins 86 May 12 14:22 .profile
-rw-r--r-- 1 wkempf Domain Admins 3610 May 12 14:22 .viminfo
-rw-r--r-- 1 wkempf Domain Admins 18 May 12 14:21 .vimrc
lr--r--r-- 1 wkempf Domain Admins 13 May 12 13:49 dev -> /dev/fs/F/dev
-rw-r--r-- 1 wkempf Domain Admins 0 May 13 10:02 test1
drwx------+ 1 wkempf Domain Users 0 May 13 10:02 test2
I'm not understanding what's going on here. Can anyone explain it?
|
|
|
RE: mkdir -- permision denied - May 13, '05, 2:14:48 PM
|
|
|
wekempf
Posts: 8
Joined: May 12, '05,
Status: offline
|
bash-3.00$ id
uid=1054330(wkempf) gid=1049089(Domain Users) groups=1049089(Domain Users), 65792(+Everyone), 197611(WS-WKEMPF-01+Debugger Users), 197628(WS-WKEMPF-01+PasswordPropDeny), 131616(+Administrators), 131617(+Users), 66820(+INTERACTIVE), 66827(+Authenticated Users), 4095(CurrentSession), 66048(+LOCAL)
The drive is mounted at boot time by the PDC.
bash-3.00$ chown wkempf ~
chown: /dev/fs/H: Operation not permitted
chown: /dev/fs/H: Operation not permitted
I'm not a Domain Administrator, so I can't make the changes your suggesting. I saw the +Administrators, and it didn't make much sense to me. I'm not sure how you get "local adminsistrators" when it says "Domain Administrators". Further, I don't see that the group has any permissions?
|
|
|
RE: mkdir -- permision denied - Oct. 21, '05, 4:14:14 PM
|
|
|
wekempf
Posts: 8
Joined: May 12, '05,
Status: offline
|
I know this thread is old, but I've just recently gotten the administrators to look into this issue. I'm now the owner, but still have no access.
bash-3.00$ ls -al
total 15124
drwx------+ 1 wkempf Domain Admins 0 Oct 21 15:01 .
bash-3.00$ mkdir foo
mkdir: foo: Permission denied
You mention the group being "Domain Users", but wouldn't that give all users on the domain access to the directory? How does SFU distill the many possible group permissions in Windows down to a single POSIX group here? I'm not sure I'm going to be able to get my admins to run SFU in order to chown, so if there's a way to do this via windows administration, I guess I need to know how.
Thanks.
|
|
|
RE: mkdir -- permision denied - Oct. 24, '05, 9:49:05 AM
|
|
|
wekempf
Posts: 8
Joined: May 12, '05,
Status: offline
|
$ cacls .
H:\ BUILTIN\Administrators:(OI)(CI)F
NSISW.COM\wkempf:(OI)(CI)C
NT AUTHORITY\SYSTEM:(OI)(CI)F
$ chmod 700 .
chmod: .: Operation not permitted
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|