https://github.com/tarkhov/rtchmod
Recursive chmod only for files or directories.
https://github.com/tarkhov/rtchmod
bash chmod shell ubuntu
Last synced: about 1 month ago
JSON representation
Recursive chmod only for files or directories.
- Host: GitHub
- URL: https://github.com/tarkhov/rtchmod
- Owner: tarkhov
- License: mit
- Created: 2016-04-23T16:22:26.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T00:24:56.000Z (over 4 years ago)
- Last Synced: 2025-03-21T13:53:31.932Z (over 1 year ago)
- Topics: bash, chmod, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chmod files only
Recursive chmod only for files or directories.
### Contents
1. [Compatibility](#compatibility)
2. [Installation](#installation)
1. [Ubuntu](#ubuntu)
3. [Usage](#usage)
1. [Directories chmod](#directories-chmod)
2. [Files chmod](#files-chmod)
3. [Custom file types chmod](#custom-file-types-chmod)
4. [Removing](#removing)
5. [Author](#author)
6. [License](#license)
## Compatibility
Name | Version
------- | -------
Ubuntu | >= 16.04
## Installation
### Ubuntu
From PPA:
```bash
sudo add-apt-repository ppa:tarkhov/ppa
sudo apt update
sudo apt install rtchmod
```
## Usage
Go to directory
### Directories chmod
```bash
rdchmod 755
```
### Files chmod
```bash
rfchmod 644
```
### Custom file types chmod
Change file mode bits only for symbol links.
```bash
rtchmod l 777
```
## Removing
To completely remove the package run the command:
```bash
sudo apt remove --purge rtchmod
```
## Author
**Alexander Tarkhov**
* [Facebook](https://www.facebook.com/alex.tarkhov)
* [Twitter](https://twitter.com/alextarkhov)
* [Medium](https://medium.com/@tarkhov)
* [LinkedIn](https://www.linkedin.com/in/tarkhov/)
## License
This project is licensed under the **MIT License** - see the `LICENSE` file for details.