Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created April 4, 2017 18:18
Show Gist options
  • Save tayyebi/0343be8b6d91c93ec8249b5c554836cf to your computer and use it in GitHub Desktop.
Save tayyebi/0343be8b6d91c93ec8249b5c554836cf to your computer and use it in GitHub Desktop.
Set permission to user in order to own everything in a directory
#!/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