Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tech:linux:chmod_on_directories [2014/11/15 09:13]
tech:linux:chmod_on_directories [2014/11/15 09:13] (current)
Line 1: Line 1:
 +Use this example to chmod only directories
  
 +<​code>​
 +ls -R <path to some directory>​ |grep ":​$"​|sed '​s/:​$//'​|xargs chmod g+x 
 +ls -R <path to some directory>​ |grep ":​$"​|sed '​s/:​$//'​|xargs chmod o+x
 +</​code>​

QR Code
QR Code tech:linux:chmod_on_directories (generated for current page)