Skip to content

Instantly share code, notes, and snippets.

@jamesmusgrave
Last active October 5, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmusgrave/b8b5f7d56d34eb367ca2 to your computer and use it in GitHub Desktop.
Save jamesmusgrave/b8b5f7d56d34eb367ca2 to your computer and use it in GitHub Desktop.
#Fix a folder made as root
sudo chown -R $(whoami) .
#List files in single column
ls -R -1 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment