Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. 1283  find /tmp/ -type d -exec chmod 0755 {} \;
  2.  1284  sudo find /tmp/ -type d -exec chmod 0755 {} \;
  3.  1285  sudo find /tmp/j* -type d -exec chmod 0755 {} \;
  4.  1286  find /tmp/j* -type d -exec chmod 0755 {} \;
  5.  1287  cd /tmp/
  6.  1288  find /opt/ -type d -exec chmod 0755 {} \;
  7.  1289  find /tmp/ -type d -exec chmod 0755 {} \;
  8.  1290  find /tmp/j* -type d -exec chmod 0755 {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement