Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Last active August 29, 2015 14:01
Show Gist options
  • Save olivierlemoal/e792841c28374aef1a6a to your computer and use it in GitHub Desktop.
Save olivierlemoal/e792841c28374aef1a6a to your computer and use it in GitHub Desktop.
Commandes utiles challenge
# Trouver répertoires en écriture
find -type d -writable 2> /dev/null
# Afficher permissions cible d'un lien
ls -lL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment