Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

현재 폴더의 모든 directory 의 permission을 755 로  변경

ls -l |grep '^d' | awk '{print "chmod 755 "$9}' | sh -x
  • No labels