This project is a Bash utility script designed to simplify common administrative tasks such as file permission management, encryption, decryption, and logging. These scripts offer flexible options for running commands in various environments, including forking and subshell execution, and parallel execution with thread generation.
Key Features
File Permission Management: Easily check, compare, and change file permissions.
File Encryption and Decryption: Secure files using AES-256 encryption and decrypt them when needed.
Logging: Track the execution of functions and manage log directories efficiently.
Flexible Execution Options: Run commands in a subshell or fork them to a new process, and generate threads for parallel execution.
Restoration: Restore default settings and clear logs to maintain a clean working environment.
Like this project
0
Posted Jul 3, 2024
This project is a Bash utility script designed to simplify common administrative tasks such as file permission management, encryption, decryption, and logging.