https://github.com/catvec/ensure-access
A tool which ensures that a certain level of access exists for files and directories.
https://github.com/catvec/ensure-access
Last synced: 5 months ago
JSON representation
A tool which ensures that a certain level of access exists for files and directories.
- Host: GitHub
- URL: https://github.com/catvec/ensure-access
- Owner: catvec
- License: mit
- Created: 2019-03-12T00:18:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T04:25:29.000Z (about 7 years ago)
- Last Synced: 2025-05-04T01:02:12.488Z (11 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ensure Access
A tool which ensures that a certain level of access exists for files
and directories.
# Table Of Contents
- [Overview](#overview)
- [Usage](#usage)
- [Build](#build)
# Overview
Makes sure that files and directories have the required permissions.
# Usage
```
ensure-access -path PATH -mode MODE_OCTALS -poll POLL_SECS
```
The `-path PATH` argument can be specified more than once.
Run `ensure-access -h` for more information.
# Build
Build:
```
make build
# or
make
```