cPanel Forums cPanel Forums

Search

By:
Advanced search…
By:
Advanced…
  • Shop our Products
    Product OverviewFeaturesAdd-onsCustomize cPanelPricingReleasesFree Trial
  • Support
  • About
    CompanyGiving BackBrand Guide
  • Pricing
  • Partners
  • Developers
Store Login
Menu
cPanel Forums cPanel Forums
  • Forums
    New posts Trending Search forums
  • What's new
    New posts New resources Latest activity
  • Resources
    Latest reviews Search resources
  • Feature Requests
Forums
Log in
Register

Search

By:
Advanced search…
By:
Advanced…
  • New posts
  • Trending
  • Search forums
Menu
  • Forums
  • cPanel & WHM® (for Linux® Servers)
  • File Management

Bash script

  • Thread starter merlinpa1969
  • Start date Aug 3, 2007
M

merlinpa1969

Well-Known Member
Dec 3, 2003
108
0
166
PA
cPanel Access Level
Root Administrator
Aug 3, 2007
  • #1
Hello
can someone tel me where IO can find a bash script to
chown -R $username:$username and chmod all 777 folders to 755 located in user accounts
 
A

ashokpomnar

Active Member
Sep 30, 2006
28
0
151
Aug 5, 2007
  • #2
Hey,

Try to use following command to chmod all folder 755
find /home/*/public_html -depth -type d -exec chmod 755 {} \;
 
Expand signature
Regard's
Ashok P.
http://host.co.in/
http://www.host.co.in/blog/
Show hidden low quality content
You must log in or register to reply here.
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
Thread starter Similar threads Forum Replies Date
000 limit UPLOAD files to 1KB from APACHE, NOT from scripts File Management 41 Feb 21, 2022
R Execute a script as user File Management 2 Apr 24, 2021
A bash: /proc/sys/vm/drop_caches: Permission denied File Management 2 Jul 11, 2018
S Uploading bash scripts File Management 1 Aug 23, 2010
P Bash script to correct public_html file permissions to run with suphp+suexec File Management 0 Oct 11, 2008
Similar threads
limit UPLOAD files to 1KB from APACHE, NOT from scripts
Execute a script as user
bash: /proc/sys/vm/drop_caches: Permission denied
Uploading bash scripts
Bash script to correct public_html file permissions to run with suphp+suexec

Products & Pricing

cPanel & WHM Overview cPanel & WHM Features Extensions Customize Products cPanel & WHM Trial cPanel & WHM Releases Pricing Store Sign in

Support

Need Help? Documentation Migrations Services Ticket Support License Verification Security TSRs & CVEs

Company

About Us Giving Back Non-Profit License EDU License Brand Guide Careers Contact

Partners

Become a Partner Partner Perks Partner Directory Partner Sign in

Developers

Build for cPanel Developer Docs Application Catalog Developer License Knowledge Base Forums

Extras

News Blog cPU Certification Feature Request
  • Contact us
  • Terms and rules
  • Privacy policy
  • Help
  • RSS
Legal Notices / Privacy Policy / Transparency Policy
| Add-ons by ThemeHouse
cPanel, WebHost Manager and WHM are registered trademarks of cPanel, L.L.C. for providing its computer software that facilitates the management and configuration of Internet web servers.
Top Bottom