Advertisement
v1ral_ITS

chown recursive all

Aug 6th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. cd $(yad --title "chown -r $(pwd)" --text "Choose Script Working Direcotry:" --entry --width 500 --height 50)
  3. sudo chown -R "$(echo $USER)" .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement