Top "Bsd" questions

BSD is a family of Unix-like operating systems, including FreeBSD, NetBSD and OpenBSD.

How do I use a new-line replacement in a BSD sed?

Greetings, how do I perform the following in BSD sed? sed 's/ /\n/g' From the man-page it states that \…

regex sed bsd
BSD Sockets - How to use non-blocking sockets?

I am trying to use non-blocking TCP sockets. The problem is that they are still blocking. The code is below …

c++ sockets tcp bsd nonblocking
Are there any small Unix or BSD distributions?

I was wondering if there are any small BSD or unix releases. The smallest Linux release I've seen that looked …

linux unix bsd
BSD sed: extra characters at the end of d command

I use sed command on mac OS, following is the text. $ cat pets.txt This is my cat my cat's …

sed bsd
Propietary modules within GPL and BSD kernels

Since the Linux kernel is GPL and not LGPL I suppose that it is illegal to link proprietary code to …

licensing kernel driver gpl bsd
execve file not found when stracing the very same file!

someone i know encountered a problem when running 'lmutil' so i asked them to strace -f lmutil. Why is execve …

c linux unix bsd
What Jail/Chroot/Sandbox-like mechanisms are available on OpenBSD?

I have recently started using OpenBSD. And I want to create easy fire-and-forget containers/VM or something es (it should …

security sandbox bsd chroot openbsd