Table of Contents

How To Install Screen On FreeBSD

This is by no means rocket science and should only take a minutte.

Installing Screen

cd /usr/ports/sysutils/screen && make install clean BATCH=yes

Create a config file

You should copy this file to all “real user dirs” on your system.

cp /usr/local/share/examples/screen/screenrc.sample-2 ~root/.screenrc

And we are good to go.