Skip to content

Instantly share code, notes, and snippets.

@jackalyst
Created October 21, 2014 17:11
Show Gist options
  • Save jackalyst/b74b979c5495a198be19 to your computer and use it in GitHub Desktop.
Save jackalyst/b74b979c5495a198be19 to your computer and use it in GitHub Desktop.
#!/bin/bash
cat /etc/jailkit/jk_init.ini | grep '^paths' | cut -d'=' -f2 | sed 's/,\s/\n/g' | sed 's/\s//g' | grep '^\/' | xargs -L 1 ls | grep access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment