Page 1 of 1

Remove files from /home/storage/downloads

Posted: 18 Jun 2012, 05:35
by dumbo
I'm not able to remove any files from the directory /home/storage/downloads. I'm log on as 'admin', but I get no access.

Is it possible to logon as 'storage' or how do I remove this files?

Re: Remove files from /home/storage/downloads

Posted: 18 Jun 2012, 07:28
by Binkem
As far as I know, /home/storage/downloads is not as a folder part of the normal B3 install. Did you create this folder yourself? or is it part of an installed package?

Re: Remove files from /home/storage/downloads

Posted: 18 Jun 2012, 07:36
by dumbo
It's possible I have created this folder. But although I have created this it should be possible to remove it as 'admin'?

Re: Remove files from /home/storage/downloads

Posted: 18 Jun 2012, 16:14
by MaverikCH
what do the access privileges over the file manager on bubba website say about the folder?
Location of File Manager and Acess Privilegs
Location of File Manager and Acess Privilegs
ScreenShot025.jpg (71.79 KiB) Viewed 15085 times

Re: Remove files from /home/storage/downloads

Posted: 19 Jun 2012, 02:03
by dumbo
Everyone should be able to read and write.
downloads.jpg
downloads.jpg (45.71 KiB) Viewed 15069 times

Re: Remove files from /home/storage/downloads

Posted: 19 Jun 2012, 02:50
by nobody
you are confusing windows permissions with unix permissions.
'admin' is just another user, with no elevated privileges when it comes to file management.
You need to be the user that created the files, or go the the shell and become root.

Re: Remove files from /home/storage/downloads

Posted: 19 Jun 2012, 05:00
by ryz
It is the permission on the /home/storage folder that decides who has rights to create and remove the folder /home/storage/downloads. The permission on the /home/storage/download folder only tells who can create files and folder inside the download folder.

Re: Remove files from /home/storage/downloads

Posted: 19 Jun 2012, 06:11
by nobody
He wants to remove files INSIDE hom/storage/downloads, not the folder itself. For what he intends, looking at the permissions for /home/storage/downloads is the correct mode of action. Please read the OP more carefully.

Re: Remove files from /home/storage/downloads

Posted: 19 Jun 2012, 08:40
by Gordon
nobody wrote:He wants to remove files INSIDE hom/storage/downloads, not the folder itself. For what he intends, looking at the permissions for /home/storage/downloads is the correct mode of action. Please read the OP more carefully.
Well, yes and no. Since the default box does not have ACL active on /home and subfolders, the permissions on individual files do not necessarily have to follow those of the folder that they are in. While files that are written through Samba can be forcibly assigned a particular username, groupname and umask, any other portal or service can assign a non-Samba enabled username, a groupname that no Samba user belongs to and a umask that effectively either prohibits users to access the file completely or make it read-only.

So perhaps a feature request to allow admin user to grab ownership and reset rights on files? I'm actually stumped to find that admin is not also the Samba admin user.