IgnorantGuru / permz

Presents a menu for quickly changing file permissions/ownership

Home Page:http://igurublog.wordpress.com/downloads/script-permz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for permz


OVERVIEW
========

permz presents a zenity GUI menu which allows you to quickly change file 
permissions and ownership as a normal user or as root, and delete files as 
root. permz is designed to be integrated into any file manager.

Homepage & Instructions:
    http://igurublog.wordpress.com/downloads/script-permz/

Downloads:
    https://github.com/IgnorantGuru/permz/tags
    https://github.com/IgnorantGuru/permz/tree/master/packages

Debian/Ubuntu PPA:
    http://igurublog.wordpress.com/downloads/ppa/
    
Bug Reports:
    https://github.com/IgnorantGuru/permz/issues


INSTALLATION
============

To install:

    wget https://github.com/IgnorantGuru/permz/raw/master/permz
    sudo install permz /usr/local/bin/permz

permz also REQUIRES: zenity gksu
permz recommends:    sudo

To remove:
    
    sudo rm /usr/local/bin/permz


LICENSE
=======

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Presents a menu for quickly changing file permissions/ownership

http://igurublog.wordpress.com/downloads/script-permz/

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%