GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
The Fish(1) FreeBSD General Commands Manual (con) The Fish(1)

thefishuser friendly rc.conf editor/management tool

thefish [-cvh]

The Fish provides a graphical tool (with GTK+, Qt and ncurses frontends) to manage and edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf

For testing purposes, or, for users that need to have different configurations, the program honours two environment variables: FISH_RC_DEFAULTS and FISH_RC. Note that, although this program was created to edit rc.conf, it can edit similarly structured files, like /boot/loader.conf. This is a side effect of the way the parser was designed and, even if it works, it's not officially supported.

The following options can be used:

-c Force console mode
-v Show version and exit
-h Show help

There are two kinds of entries in rc.conf: Knobs and Strings. Knobs can only be either YES or NO. Strings can have any value. To modify a Knob simply click on the toggle button associated with it. To modify a string, edit the value to your needs. In the GTK+ version the status of each entry is noted by small icon. A floppy disk icon means that entry was modified or is new and, therefore, needs to be saved. Selecting a row will print a little description about the variable in the status bar.

To add a new entry, simply press the “Add” button and fill in the form. “Name” can be any name that is not already in use. “Value” can be "YES" , "NO", or something else. Note that “Value” must go between quotes, or you will get an error. “Comment” is an optional comment, and it will be appended to the new entry when saving the data. Depending on what value you enter, the new entry will appear at the end of the Knob list, or the String list. Changes won't be saved until you press “Save”.

To permanently save your changes, you need to have write access to /etc/rc.conf (or FISH_RC) and press “Save”. Once you do so, the modifications and new entries will be stored in a delta fashion.

By default, The Fish reads /etc/defaults/rc.conf and /etc/rc.conf
You can change this behaviour by setting two environment variables:

user selected defaults file
user selected personal settings file

/etc/defaults/rc.conf
/etc/rc.conf

rc.conf(5)

The Fish started as a little project in January 2002, based upon an idea posted by Terry Lambert on the freebsd-hackers mailing list.

Miguel Mendez ⟨flynn@energyhq.es.eu.org⟩
Chris Hutchinson ⟨codeberg@BSDforge.com⟩


https://codeberg.org/BSDforge/thefish

If you find any, please report them.

May, 24 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.