How to

  • Log in
  • Home
  • About
  • Donated
SUBSCRIBE TO RSS

Posts Tagged ‘chmod’

26 Jan 2011

by enjoy

8 Comments »

Linux, Ubuntu

chmod, directories, directory, file, files, recursively

Chmod recursively directories and files

This will recursively search your directory tree (starting at dir 'dot') and chmod 777 all directories only. find . -type d -exec chmod 777 {} \; Similarly, the following will chmod all files only (and ignore the directories). find . -type f -exec chmod 666 {} \; Credit goes here.

More »
 
 
  • Categories

    • Applications (8)
    • Arch (1)
    • audio (3)
    • CSS (1)
    • Gnome (9)
    • jQuery (1)
    • Linux (22)
    • Ubuntu (23)
    • Uncategorized (1)
    • video (2)
    • WordPress (1)
  • Archives

    • November 2014 (1)
    • September 2011 (1)
    • January 2011 (1)
    • December 2010 (1)
    • September 2010 (1)
    • August 2010 (1)
    • May 2010 (2)
    • April 2010 (1)
    • March 2010 (5)
    • February 2010 (11)
  • Tags

    Ailurus alsa Apache Applications audio buttons compile convert CSS desktop download ffmpeg firefox Gmount-iso Gnome icons ImageMagick installation iso jQuery LAMP layouts Linux mozilla MySQL Nautilus nrg OpenOffice PHP phpMyAdmin repository restart script seamonkey server shutdown theme third party repositories thunderbird title bar trash Ubuntu ubuntuzilla video YouTube
  • Recent Posts

    • Prepare videos for DVD authoring
    • Find files containing searched text
    • Chmod recursively directories and files
    • Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)
    • Mount a remote SSH folder in Ubuntu (cmd and GUI)
 
  • - Home
  • - About
  • - Donated

All contents copyright © How to. All rights reserved. Theme design by Web-Kreation.