Page 1 of 1

administrator in windows

PostPosted: Thu Jun 13, 2013 8:33 pm
by plucky51
hello and sorry for my bad english

i cant delete file in my nas networkspace 2 because i havent got the autorisation

its user unix/999

i want delete or write everything on my nas in windows

a solution ?

thank you

Re: administrator in windows

PostPosted: Thu Jun 13, 2013 9:27 pm
by Jocko
Hi plucky51,

You have at least two ways to make what you want...

- Use the shell Terminal (putty) and change the permissions on the file or folder:
Code: Select all
chmod o+w /share/1000/sharename/...pathto/yourfilename
(Add the option -R if you change permissions on a folder and you want to apply also on its files)
Where sharename is the name of the share where the file exists.

- Use the backup menu of the web-interface and in the destination select the parent folder where the file is saved.
So click on the button "Restore permission on the selected folder"

Re: administrator in windows

PostPosted: Fri Jun 14, 2013 3:51 pm
by plucky51
Hi

it works

Thank you

RESOLVED