Last active
          December 11, 2019 08:18 
        
      - 
      
- 
        Save SebKay/08801745d5360e6c01a69063d56310c0 to your computer and use it in GitHub Desktop. 
    Change folder and/or file permissions on Ubuntu
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | find /var/www/html -type f -exec chmod 644 {} \; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | find /var/www/html -type d -exec chmod 755 {} \; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment