RECENT POSTS
- Introduction to FreeBSD Security Best Practices
- Working with Package Management in FreeBSD
- Understanding FreeBSD Security Advisories and Updates
- Troubleshooting Common System Administration Issues in FreeBSD
- Tips for Hardening FreeBSD to achieve System Protection
- Setting Up DHCP Server in FreeBSD
- Secure User and Group Management in FreeBSD Systems
- Secure Remote Access with SSH in FreeBSD
- Optimizing System Performance in FreeBSD
- Network Packet Capture with tcpdump in FreeBSD
- All posts ...
Do you have GDPR compliance issues ?
Check out Legiscope a GDPR compliance software, that will save you weeks of work, automating your documentation, the training of your teams and all processes you need to keep your organisation compliant with privacy regulations
Bosh
Jul 20, 2023
Bourne Shell extended by J. Schilling
The Schily Bourne Shell was derived from the Bourne Shell sources from OpenSolaris. The Schily Bourne Shell is actively maintained and enhanced on a regular base. It can be compiled into three variants
Non-POSIX SVr4/OpenSolaris variant obosh The portable but not extended variant obosh allows script portability testing. Most scripts that run in the old Schily Bourne Shell will run with any Unix shell that is still in use since 1990.
Minimal POSIX compliant variant pbosh This version implements the minimal set of POSIX features and this version is always in strict POSIX mode. The features are similar to the features in dash, but since pbosh supports multi byte characters, it is really POSIX compliant. The pbosh variant allows script portability testing aginst the POSIX feature set.
The POSIX compliant extended variant bosh This version has been verified to work as the system shell on Gentoo Linux and OpenSolaris SchilliX. The enhanced Schily Bourne Shell bosh implements many features that are missing in the OpenSolaris Bourne Shell listed above.
- Older
- Newer
Checkout these related ports:
- Zsh - The Z shell
- Zsh-syntax-highlighting - Fish shell syntax highlighting for Zsh
- Zsh-navigation-tools -
- Zsh-completions - Additional completion definitions for Zsh
- Zsh-autosuggestions - Fish-like autosuggestions for Zsh
- Zsh-antigen - Tool for managing Zshell plugins inspired by Vundle
- Yash - POSIX-compliant command line shell
- Xonsh - Python-ish BASH-wards shell
- Wcd - Command-line program to change directory fast
- Vshnu - New Visual Shell
- Viewglob - GTK+ add-on to bash and zsh
- V7sh - Implementation of the UNIX 7th Edition shell
- Tcshrc - Set of configuration scripts for the TCSH shell
- Switchbashzsh - Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
- Starship - Cross-shell prompt for astronauts