Skip to content

Instantly share code, notes, and snippets.

@fobiasmog
Last active September 18, 2025 21:46
Show Gist options
  • Save fobiasmog/6397947ac0012c1b364fe26be8860426 to your computer and use it in GitHub Desktop.
Save fobiasmog/6397947ac0012c1b364fe26be8860426 to your computer and use it in GitHub Desktop.
Linux notes

Make group permissions same like user's

chmod g=u <file>

Export whole env file

export $(cat .env | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment