this post was submitted on 30 Sep 2025
1 points (100.0% liked)
Community Promo
4192 readers
1 users here now
Promote your favourite communities and groups!
This includes communities on Lemmy, Piefed, Mbin, NodeBB, Matrix, Signal, etc.
๐ฃ๏ธ Tips for promoting a community:
- Use a descriptive title
- Link to the community using the universal format: !communitypromo@lemmy.ca
- Add an image or icon to your post
While you can still ask about communities that you are looking for, we recommend that you:
- Post in !lemmy411@lemmy.ca (not limited to Lemmy communities)
- Check out this guide: How to Find Communities (fedecan.ca)
Community Rule(s):
- Reposts: Outside of major community changes (ex. events, new management), please limit posts about about a particular community to 1 post / month
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are its advantages?
It is subtly different - generally enough to by annoying, but not actually significant (it is annoying to use zfs on linux but not really hard). There are sometimes advantages and disadvantages, but they are often obscure things that probably won't matter to you (just like many people didn't notice the switch from X to Wayland, or whatever init to systemd - in the end things are annoyingly different but it isn't significant). Even where I can list something, in a few years there will be a new version and that would have changed.
The one consistent difference is BSD is a system which means tools like ifconfig are built in thus still works the way they did in 1995 - linux has gone through several iterations of replacement because they needed something that wasn't in the default tool. OTOH, if you need one of those new features that caused linux to change in the first place you have to read the manual page either way as it will be a new option. Again, this is annoying, but not significant.
there are several tools which have different options in BSD vs GNU (though you don't have to use the GNU versions on linux). Again, annoying.
Are the commands mostly the same on both (sudo, apt update, etc.)?
cc: @Fitik@fedia.io
Not the ones you mention, they are not traditional unix. Sudo is common though.
apt isn't even common on linux (pacman or rpm are also used).
You can read on FreeBSD website - https://freebsdfoundation.org/freebsd-project/what-is-freebsd/
It also has some unique stuff, like ZFC completely integrated. There's monolithic approach, Linux is just a kernel with a lot of distros, while with bsd kernel, userland and utilities are developed together. Some people say that is also more simple and logical than Linux. In my opinion both are good, it just depends on your use case.
Also most of ppl who use BSD use Linux too from my experience.