Search results

  1. W

    How to chmod files and dirctories via SSH

    Thanks jnjc, but how do I chmod only the files, or only the subdirectories? -R is just recursive everything. I think what I need is something like... chmod 0777 -R Directories Only chmod 0644 -R Files Only
  2. W

    How to chmod files and dirctories via SSH

    Hi all, great forum you have going here. Can someone please help me out with this? I know how to chmod via SSH. What I need to know is how to chmod a directory and all it's subdirectories to 0777 and chmod all files to 0644. I'm using SSH Secure Shell client and writing to a centos box...
Top