Files
hackacad/docs/chapters/subcommands/console.rst

37 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2018-11-24 20:07:20 -07:00
console
=======
2019-11-20 19:16:21 -07:00
This sub-command launches a login shell into the container. Default is password-less
root login.
2018-11-24 20:07:20 -07:00
.. code-block:: shell
ishmael ~ # bastille console folsom
[folsom]:
FreeBSD 12.1-RELEASE-p1 GENERIC
2020-04-14 11:52:29 +02:00
2018-11-24 20:07:20 -07:00
Welcome to FreeBSD!
2020-04-14 11:52:29 +02:00
2018-11-24 20:07:20 -07:00
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
2020-04-14 11:52:29 +02:00
2018-11-24 20:07:20 -07:00
Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.
2020-04-14 11:52:29 +02:00
2018-11-24 20:07:20 -07:00
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
2020-04-14 11:52:29 +02:00
2018-11-24 20:07:20 -07:00
Edit /etc/motd to change this login announcement.
root@folsom:~ #
2019-11-20 19:16:21 -07:00
At this point you are logged in to the container and have full shell access. The
system is yours to use and/or abuse as you like. Any changes made inside the
2019-11-20 19:16:21 -07:00
container are limited to the container.