Skip to content

Recursive chmod only for files or directories.

License

Notifications You must be signed in to change notification settings

tarkhov/rtchmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chmod files only

Recursive chmod only for files or directories.

Contents

  1. Compatibility
  2. Installation
    1. Ubuntu
  3. Usage
    1. Directories chmod
    2. Files chmod
    3. Custom file types chmod
  4. Removing
  5. Author
  6. License

Compatibility

Name Version
Ubuntu >= 16.04

Installation

Ubuntu

From PPA:

sudo add-apt-repository ppa:tarkhov/ppa
sudo apt update
sudo apt install rtchmod

Usage

Go to directory

Directories chmod

rdchmod 755

Files chmod

rfchmod 644

Custom file types chmod

Change file mode bits only for symbol links.

rtchmod l 777

Removing

To completely remove the package run the command:

sudo apt remove --purge rtchmod

Author

Alexander Tarkhov

License

This project is licensed under the MIT License - see the LICENSE file for details.