FreeBSD virtual environment management and repository

2020-10 upd: we reached the first fundraising goal and rented a server in Hetzner for development! Thank you for donating !

Attention! Current pages describe CBSD version 13.0.x. If you are using an older version, please update first.

Attention! I apologize for the automatic translation of this text. You can improve it by sending me a more correct version of the text or fix html pages via GITHUB repository.

History of CBSD commands

history command

			% cbsd history
		

Descriptions:

When CBSD is run from the terminal and the environment variable NO_CBSD_HISTORY isn't set, the command will be logged to $workdir/.cbsd_history.

You can use the command

		% cbsd history [N]
	

(with N as optional parameter) to display all entered CBSD commands or only the last N entries. The size of $workdir/.cbsd_history is limited in 300 Kb by default. Once the size limit is reached space for newer entries is created by dropping the oldest entries as needed.