How to install screen command in FreeBSD
To install screen command in FreeBSD, run the following commands after logging in as super user (root). Note that you should have valid Internet connection.
[root@techpulp ~]# cd /usr/ports/sysutils/screen [root@techpulp ~]# make install
The above command should download screen command from FreeBSD repository and install it in your system.


about 1 year ago
How about tmux as alternative ?