Avatar

second

second@feddit.uk
Joined
0 posts • 5 comments
Direct message

Originally, rm would merrily nuke your whole filesystem if you told it to. At some point, someone thought that was a pretty stupid default behaviour, so they added that flag to change the default to not nuke your entire filesystem. However, they made the change backwards compatible in case someone still needed the old behaviour. I can imagine in a container or throwaway environment, it might be vaguely reasonable to expect to be able the blat /.

See also:

Unix gives you just enough rope to hang yourself – and then a couple of more feet, just to be sure.

– Eric Allman

permalink
report
parent
reply

rm -rf / needs --no-preserve-root on GNU coreutils, I think.

permalink
report
parent
reply

I assume that’s to build from source.

The times I’ve installed GitLab it’s been a case of dnf install https://.... The rest gets dragged in automatically.

permalink
report
parent
reply

That’s a bit of an unfair comparison - that’s the GitLab instructions to install from source. Most people use a package (rpm, deb) to install GitLab.

The installation instructions for GitLab from prebuilt binaries is https://about.gitlab.com/install/, and that’s significantly shorter.

That said, I think for most home applications, GitLab is hugely overkill.

permalink
report
parent
reply