Has anyone found a work around for changing permissions of directories in Konq ? In the Properties dialogue box it is possible to change permissions. But there is also a check box for permissions to be changed recursively in directories beneath the current one. This is not working and I am forced find other means to do the job. Is it possible to fix this ?
Brian Marr
Brian Marr writes:
Has anyone found a work around for changing permissions of directories in Konq ? In the Properties dialogue box it is possible to change permissions. But there is also a check box for permissions to be changed recursively in directories beneath the current one. This is not working and I am forced find other means to do the job. Is it possible to fix
There's always "chmod -R etc..." (see "man chmod" or a reference book).
"-R" seems to be the switch for "recursive" in many commands.
I do like having these features in KDE, but the more I use the command line, the more I appreciate its speed and simplicity.