Created
April 4, 2017 18:18
-
-
Save tayyebi/0343be8b6d91c93ec8249b5c554836cf to your computer and use it in GitHub Desktop.
Set permission to user in order to own everything in a directory
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
#!/bin/bash | |
sudo chown $(id -u):$(id -g) -R /home/rexa/.local/share/TelegramDesktop/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment