How to

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

Posts Tagged ‘file’

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

    alsa alsamixer applet Applications apt-get audio bash chmod cifs commandline compile compiz completion convert delay directories directory download dvd Elementary ffmpeg file files Gnome init 0 init 6 installation Linux mencoder no response reboot recursively restart script scrollbar server shutdown ssh TAB key terminal theme Ubuntu umount video xfce4-mixer
  • 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.