Results 1 to 5 of 5
I am attempting to use konqueror to navigate and reset permissions for team group folders.
On the permissions dialogue window the bottom checkbox remains unavailable even though I opened konqueror ...
- 11-30-2011 #1
Apply changes to all subfoldersand their contents - sudo konqueror
I am attempting to use konqueror to navigate and reset permissions for team group folders.
On the permissions dialogue window the bottom checkbox remains unavailable even though I opened konqueror using sudo.
Is there a way to set my user to have the privilege of applying the permissions recursively using konqueror? See attached screen shot. Thanks in advance.
subfolders.jpgLast edited by askWinters; 11-30-2011 at 07:24 PM. Reason: see attached added
- 11-30-2011 #2
Does it have to be konqueror?
This is probably just a oneliner in terminal.
Something like:
Exact command depends on what you actually want to do.Code:sudo chmod -R g+r <FOLDER>
I just guessed "recursively add read permissions for the group"You must always face the curtain with a bow.
- 11-30-2011 #3
Thank you for your response. I am aware of the command line tools for editing permissions, however when visually browsing and restructuring our server shares, it would be advantageous to have the full functionality of the Permissions dialogue window in konqueror.
Anyone have any idea why the checkbox is not editable?Last edited by askWinters; 11-30-2011 at 08:40 PM. Reason: mistake
- 11-30-2011 #4Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,943
I don't know that Fedora has sudo enabled by default. You can use the command suggested above, modified to suit your needs or you can use: kdesu konqueror and you will be prompted for a password. That's if you are using kde. If you are using gnome gksu konqueror should work.
- 12-07-2011 #5
Dera yancek, running kdesu prompts for the ROOT's password. I am a member of the sudoers file, but I do not have the root password.
I have tried sudo konqueror and the -R checkbox is unavailable as pictured and described above.
It lets me modify the Advanced Permissions using the GUI, but it does not allow the recursive option via the checkbox:
Apply changes to all subfolders and their contents.
Any ideas?


Reply With Quote