Skip to content

Instantly share code, notes, and snippets.

@csamsel
Created February 22, 2018 11:02
Show Gist options
  • Save csamsel/d004b0242a98529353642d89b001bd55 to your computer and use it in GitHub Desktop.
Save csamsel/d004b0242a98529353642d89b001bd55 to your computer and use it in GitHub Desktop.
delete broken symlinks in runlevel scripts
find -L /etc/runlevels -type l -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment