Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

environ(4) [sunos man page]

environ(4)							   File Formats 							environ(4)

NAME
environ, pref, variables - user-preference variables files for AT&T FACE SYNOPSIS
$HOME/pref/.environ $HOME/pref/.variables $HOME/FILECABINET/.pref $HOME/WASTEBASKET/.pref DESCRIPTION
The .environ, .pref, and .variables files contain variables that indicate user preferences for a variety of operations. The .environ and .variables files are located under the user's $HOME/pref directory. The .pref files are found under $HOME/FILECABINET, $HOME/WASTEBASKET, and any directory where preferences were set via the organize command. Names and descriptions for each variable are presented below. Vari- ables are listed one per line and are of the form variable=value. .environ Variables Variables found in .environ include: LOGINWIN[1-4] Windows that are opened when FACE is initialized. SORTMODE Sort mode for file folder listings. Values include the following hexadecimal digits: 1 Sorted alphabetically by name. 2 Files most recently modified first. 800 Sorted alphabetically by object type. The values above may be listed in reverse order by ORing the following value: 1000 List objects in reverse order. For example, a value of 1002 will produce a folder listing with files LEAST recently modified displayed first. A value of 1001 would produce a "reverse" alphabetical by name listing of the folder. DISPLAYMODE Display mode for file folders. Values include the following hexadecimal digits: 0 File names only. 4 File names and brief description. 8 File names, description, plus additional information. WASTEPROMPT Prompt before emptying wastebasket (yes/no?). WASTEDAYS Number of days before emptying wastebasket. PRINCMD[1-3] Print command defined to print files. UMASK Holds default permissions with which files will be created. .pref Variables Variables found in .pref are the following: SORTMODE Contains the same values as the SORTMODE variable described in .environ above. DISPMODE Contains the same values as the DISPLAYMODE variable described in .environ above. .variable Variables Variables found in .variables include: EDITOR Default editor. PS1 Shell prompt. SunOS 5.10 3 Jul 1990 environ(4)

Check Out this Related Man Page

face(1)                                                            User Commands                                                           face(1)

NAME
face - executable for the Framed Access Command Environment Interface SYNOPSIS
face [-i init_file] [-c command_file] [-a alias_file] [filename...] DESCRIPTION
The Framed Access Command Environment Interface (FACE) presents your files and file folders on the screen through a system of menus and forms if you are properly set up as a FACE user. filename must follow the naming convention Menu.xxx for a menu, Form.xxx for a form, and Text.xxx for a text file, where xxx is any string that conforms to the UNIX system file naming conventions. The Form and Menu Language Interpreter (FMLI) descriptor lifetime will be ignored for all frames opened by argument to face. These frames have a lifetime of immortal by default. If filename is not specified on the command line, the FACE Menu will be opened along with those objects specified by the LOGINWIN environment variables. These variables are found in the user's .environ file. OPTIONS
The following options are supported: -a alias_file Alias file -c command_file Command file -i init_file Initial file OPERANDS
The following operand is supported: filename The full pathname of the file describing the object to be opened initially. EXIT STATUS
The face command will return a non-zero exit value if the user is not properly set up as a FACE user. FILES
$HOME/pref/.environ ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfac | +-----------------------------+-----------------------------+ SEE ALSO
env(1), attributes(5) SunOS 5.10 5 Jul 1990 face(1)
Man Page