vote up 0 vote down star

Hi all, I have a D-Link DNS-323 NAS, running some sort of Linux as its OS. I map a volume as a share in Windows Vista (Ultimate SP2). There are some directories and files on that share that I cannot change/delete - no matter what I try. Trying all of Windows security/permissions dialogs don't work, as the files owner is "Unix/root" and all other Windows users have read-only permissions.

I managed to ssh into the OS and verified that these files belong to 'root' - the user under which I log in, and all the other files (the ones I can change) belong to 'nobody'.

All fine and well, while I'm in ssh, I can always "chmod +w" the files, or "chown nobody". But my question is this: how can I make my Windows user (let's call him 'admin') impersonate 'root' on the Linux, so I can simply manipulate files from Windows, without resorting to ssh?

In other words, and to make the whole question plainer: how do you tell your OS that a certain user on Windows is a certain user on linux? (that way, I can have 'admin' be 'root').

Thanks in advance, Guy

flag

1  
This seems like might belong on serverfault.com – crashmstr Jun 16 at 23:43

3 Answers

vote up 1 vote down check

Assuming the NAS is running samba (almost certainly), there should be a samba config file somewhere in /etc. But I don't know if it would be editable.

The remapping between windows/Linux and permissions is all done on the server (samba) side.
There are a lot of Samba faqs about this.

link|flag
Thanks! Samba was the keyword I needed. With it, I found a link to the answer (I hope - haven't tried yet): linuxquestions.org/questions/linux-networking-3/… – Traveling Tech Guy Jun 17 at 1:01
vote up -1 vote down

Cygwin can do that.

EDIT:

The cacls command in Windows looks like it does what you want.

link|flag
I realize I can use a myriad of Linux-like tools and terminals - but how can I do it from Windows natively? Thanks. – Traveling Tech Guy Jun 16 at 23:48
CACLS is simply the command line version of the Windows permissions dialog - how can it help? Don't I need a domain user in order to use it? – Traveling Tech Guy Jun 18 at 15:34
vote up 4 vote down

Samba can do something like you've said. it basically emulates windows compatible permissions on a linux box..

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.