
Closed
Posted
I’m streamlining some file-management tasks on my Linux server and need a concise, reliable way to tackle two things at once: 1) Recursively change file and directory permissions exactly as specified (think find + chmod/chown, but I’m open to any Bash, zsh, or POSIX-sh solution). 2) In the same workflow, locate and sort files by both their names and the text they contain so I can quickly review or pipe the results elsewhere. Please package the solution as a one-liner or small script with clear inline comments plus a short README that explains what each flag or pipeline does. I’ll consider the job complete when I can drop the command into a Debian-based shell, see the permissions update correctly, and get a neatly ordered list of matching files based on name and content.
Project ID: 40397879
20 proposals
Remote project
Active 13 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
20 freelancers are bidding on average ₹973 INR/hour for this job

Hello. You can use net example for install chmod permitions and sort files find . -type f -name "*.css" -exec chmod 644 {} \; -type f or -type d find . -type d -name "myfolders*" -exec chmod 755 {} \; find . -type f -name "*.css" | sort -u Please read my feedbacks, Than you.
₹750 INR in 1 day
7.9
7.9

Hello, I have 10 years of experience in Linux administration and scripting. I propose to create a script that precisely changes file and directory permissions. The script will also locate and sort files by name and content. I will include clear inline comments and a short README for clarity. The solution will be deployable on any Debian-based system as required. Looking forward to assisting you streamline your tasks. Regards, VishnuLal NB*
₹1,000 INR in 40 days
7.5
7.5

Hi! I'll write a clean Bash script (with a one-liner variant) that recursively updates file and directory permissions via find combined with chmod and chown, then searches by filename and content using find, grep, and sort, all piped into a tidy, reviewable output. You'll get inline comments on every flag and a short README ready to drop into any Debian-based shell. Any specific permission masks or content patterns I should build the defaults around?
₹1,000 INR in 2 days
5.2
5.2

I can write such a script for you. If you need it, you should tell me your specific requirements so that I can serve you.
₹2,000 INR in 40 days
4.1
4.1

This is a clean Unix task, but combining safe recursive permission changes + content-aware file sorting in one reliable flow needs careful handling to avoid edge-case breakage. I’ll give you a solution that’s both robust and easy to reuse. What I’ll deliver A single command or small Bash script (your choice) that: Recursively updates permissions/ownership (using find safely) Searches files by name + content Outputs a sorted, pipe-friendly list Approach Use find for controlled recursion (no accidental system-wide changes) Combine with grep (or ripgrep if preferred) for content matching Sort results cleanly (by filename, match, or custom logic) Ensure compatibility with Debian-based systems (POSIX-friendly) Example structure (simplified) Safe permission handling (files vs directories) Content filtering + name matching Clean output formatting for further piping Deliverables One-liner + commented script version Short README explaining: Each flag and command How to modify for other use cases Safety notes (important for permissions) I’ll make sure it’s production-safe, readable, and easy to adapt. I can start immediately and deliver quickly.
₹1,000 INR in 40 days
2.3
2.3

Being a seasoned full stack developer for more than a decade, I have an in-depth understanding and extensive experience in Linux, allowing me to be adept at scripting and command line proficiency which is crucial for your project. My skillset particularly fits well with your requirement of having a reliable way to change file and directory permissions as well as search, sort and analyze files efficiently on your Linux server. Having worked with various Linux distributions including Debian-based ones, I am confident that I can create a bespoke one-liner/small script incorporating the appropriate commands like find, chmod, chown and other suitable solutions that aligns precisely with your needs. Not only will I/can I package this solution effectively but also provide a thorough README document to make the process clear and accessible to you or any other user. In conclusion, my experience with Linux combined with my excellent problem-solving skills suits this project perfectly. As an individual who always keeps up with latest developments in the tech industry, you can expect not only a functional solution but also an optimized and consolidated one that truly improves your file-management tasks on your Linux server. Thank you for considering me for this project; I'm eager to contribute my expertise to deliver a result that exceeds your expectations!
₹1,000 INR in 40 days
0.0
0.0

Addressing your need for a dual-purpose shell command to efficiently modify permissions while also locating and sorting files indicates a requirement for streamlined operations. A combination of `find`, `chmod`, and `grep` can be employed to achieve these tasks succinctly. I propose creating a compact Bash script that executes your specified permission changes and integrates a search function for file names and their contents. This can be structured as a single line of code with detailed comments for clarity, plus a README outlining the usage of each component. The initial deliverable can be completed in 2 days. Do you have a specific timeline for the first milestone?
₹800 INR in 40 days
0.0
0.0

Hi! I am a Linux System Administrator and DevOps engineer. This is a very straightforward task, and I can deliver the exact script and README you need within 30 minutes. To handle both the permissions and the content search in a single, safe workflow (handling spaces in filenames properly), I will write a POSIX-compliant bash script using find with the -exec flag for chmod/chown, piped into grep and sort for the content evaluation. I will include a highly detailed README breaking down exactly what each flag (-type, -exec, etc.) does so you can modify it safely in the future on your Debian server. I am ready to write and test this right now. Let's get this solved for you!
₹750 INR in 2 days
0.0
0.0

Hi, This is exactly the kind of task I handle regularly combining efficient file permission management with powerful search/sort pipelines in a clean, reusable way. I can deliver a compact one-liner and a well-structured script that will: Recursively apply precise chmod/chown rules using find (safe handling for files vs directories) Search files by name patterns and content (grep/awk) in a single workflow Output a clean, sorted list (by filename, match relevance, or custom logic as needed) Be fully compatible with Debian-based environments
₹750 INR in 40 days
0.0
0.0

Hi, This is a straightforward task, but doing it *cleanly and safely* is what matters — especially when you're touching permissions and parsing file content at the same time. I’ve been working as a Linux/Windows systems engineer for 30+ years, so this is very much in my wheelhouse. I’ll give you exactly what you asked for: * A tight one-liner **and** a small script version (your choice) * Safe handling of edge cases (spaces in filenames, odd characters, etc.) * Clean, deterministic output sorted by filename and match location * Clear inline comments so you’re not guessing what anything does * A short README that explains every flag and pipeline in plain English I’ll also make sure it runs cleanly on Debian-based systems with standard tools only — no weird dependencies. One quick question before I start: Do you want the results sorted strictly by filename + line number, or do you want grouping/aggregation by file (for example, all matches per file together)? I can turn this around quickly once I know that. — Eric
₹1,200 INR in 10 days
0.0
0.0

Hi, I can help you create a clean, efficient one-liner or script to handle both recursive permission updates and file search/sorting in a single workflow. With my experience in Linux administration and shell scripting, I regularly work with commands like find, chmod, chown, and grep to automate file management tasks. I will ensure the solution is optimized, reliable, and works perfectly on Debian-based systems. What I will deliver: - A compact one-liner or well-structured Bash script - Proper handling of file and directory permissions - Efficient search by file name and content with sorted output - Clear inline comments for easy understanding - A short README explaining usage, flags, and examples I will also make sure the script is flexible (accepts input arguments) and easy to reuse in your workflow. I can complete this within a few hours with proper testing. Looking forward to working with you. Thanks
₹900 INR in 40 days
0.0
0.0

Hello, I’ve reviewed the project and believe I’m a strong fit. I have over 8 years of experience managing Linux servers and am comfortable working with both RPM- and Debian-based distributions. I’m also a two-time Red Hat–certified professional (RHCSA and OpenShift). For this task, I can create a script that adjusts file and directory permissions exactly as required, while also ensuring files are properly organized by name and content. If everything looks good to you, I’m ready to get started right away.
₹1,101 INR in 1 day
0.0
0.0

Hi, This is a great use case for combining find, chmod/chown, and text search tools into a clean, reusable workflow. I can provide: A compact one-liner or small Bash script to recursively update permissions (files and directories handled correctly) Integrated search using find + grep to filter by filename and file content Sorted output (by name or match relevance) that can be easily piped or reused Clear inline comments and a short README explaining each flag and step Approach: Use find with proper type separation (-type f / -type d) to safely apply permissions Combine with -exec or xargs for efficient execution Use grep (or ripgrep if preferred) for fast content matching Pipe results into sort for structured output I focus on writing scripts that are both reliable and easy to understand, so you can reuse or modify them later without confusion. Can deliver quickly and test on a Debian-based system as requested. Best regards, Abdelrahman
₹750 INR in 40 days
0.0
0.0

Dear team, This looks like an issue from the user account point of view Have to verifiy first chown permissions.
₹1,000 INR in 40 days
0.0
0.0

Having recently obtained my Red Hat RHCSA certification, I am well-versed in Linux systems and possess the necessary skills to solve your file-management tasks. My proficiency in Bash, zsh, and POSIX-sh allows me to offer you multiple options for tackling each aspect of this project - be it modifying file and directory permissions or sorting files based on names and content. Moreover, with my depth of knowledge you can rely on me not just to provide a one-liner or script for your task but also to ensure thorough explanations for each flag or pipeline used. This means that not only would I deliver a solution perfectly tailored for Debian-based systems, but the accompanying README would enable you to fully understand the commands and their functionalities. Additionally, as an emerging DevOps engineer, I'm eager to obtain hands-on experience through real projects and am willing to charge a very low cost in exchange for this opportunity. By choosing me, you'll not only receive quality work but also benefit from my unwavering commitment to learn and improve with each task - making it a mutually beneficial investment.
₹750 INR in 40 days
0.0
0.0

Hi, I’ve already prepared a ready-to-use solution for this workflow. It is a Bash-based Linux file workflow tool that handles recursive permission updates, optional chown changes, and file searching by name, content, or both. The search output is sorted, de-duplicated, and pipe-friendly, so it can be reviewed or passed into other shell commands easily. I also added safety features such as dry-run mode before applying chmod/chown, excluded folders support, and protection against dangerous top-level paths. The package is ready for delivery and includes: - Main Bash script - README - Quick command examples - Test plan - Proof output showing the tool was tested The tool is already prepared and tested, so I can keep this very simple for you. I would only bill 1 hour to deliver it, guide you through running it, and make sure it works correctly on your Debian-based shell.
₹1,000 INR in 2 days
0.0
0.0

I will provide a high-performance Bash solution for your recursive permission and file-discovery needs. Using an optimized find and grep pipeline, I’ll ensure precise chmod/chown separation between directories and files without system overhead. I can deliver this within 2 hours. While a one-liner is effective, I can also implement a Python-based automation script that monitors your directories in real-time. This saves you significant time by ensuring permissions are always correct and generating sorted reports automatically, keeping your server organized without any manual intervention.
₹1,100 INR in 2 days
0.0
0.0

Hi, I’d be glad to help you streamline this workflow efficiently and keep it clean, reproducible, and easy to reuse. I have solid experience with Linux system administration and shell scripting (Bash/POSIX), especially when it comes to combining tools like find, chmod, chown, grep, and sort into compact, reliable pipelines. For your requirements, I will: Build a concise one-liner or small script that safely applies recursive permission and ownership changes exactly as specified Combine file discovery with content-based searching (using efficient tools like grep/awk) Output a clean, well-sorted list based on filename and matched content Ensure everything works seamlessly on Debian-based systems You’ll receive: A ready-to-use command or script with clear inline comments A short README explaining each flag, pipeline step, and how to customize it A solution designed to be safe (no unintended permission changes) and easy to extend I can deliver this quickly and make sure it fits neatly into your existing workflow. Looking forward to working with you. Best regards, Mohammed
₹800 INR in 40 days
0.0
0.0

Hi, This can be handled cleanly using a combination of find, chmod/chown, and grep/sort in a structured pipeline. My approach: Use find to recursively target files/directories and apply exact permission changes safely Combine with xargs or -exec for controlled execution Use grep (or awk) to filter files based on content Sort results based on filename/content as required I will provide: A clean one-liner or small Bash script (your preference) Inline comments explaining each part A short README so you can reuse or modify it easily If you can share a sample structure or expected permission rules, I can tailor the script exactly to your use case.
₹800 INR in 2 days
0.0
0.0

Bengaluru, India
Member since Apr 25, 2026
₹12500-37500 INR
$10-30 USD
₹1500-12500 INR
₹1500-12500 INR
$30-250 USD
₹750-1250 INR / hour
$30-250 USD
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
$15-25 USD / hour
$30-250 CAD
$250-750 USD
$10000-20000 USD
€12-36 EUR / hour
$30-250 USD
$2-8 USD / hour
$250-750 USD
₹1500-12500 INR
₹1500-12500 INR