Command Reference Guide

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
c
chatr(1) chatr(1)
Invalid files
For both PA32 and PA64 chatr, if the command cannot act on any of the files given, it returns the total
number of files specified (if some option is specified). Otherwise it returns the number of les upon which it
could not act.
chatr +b enable a1 a2 a3 a4 (where a2 does not have read/write permission) returns 4.
chatr a1 a2 a3 a4 returns 1.
EXTERNAL INFLUENCES
Environment Variables
The following internationalization variables affect the execution of chatr:
LANG Determines the locale category for native language, local customs and coded character
set in the absence of LC_ALL and other LC_* environment variables. If LANG is not
specified or is set to the empty string, a default of C (see lang(5)) is used instead of
LANG.
LC_ALL Determines the values for all locale categories and has precedence over LANG and other
LC_* environment variables.
LC_CTYPE Determines the locale category for character handling functions.
LC_MESSAGES Determines the locale that should be used to affect the format and contents of diagnostic
messages written to standard error.
LC_NUMERIC Determines the locale category for numeric formatting.
NLSPATH Determines the location of message catalogues for the processing of LC_MESSAGES .
If any internationalization variable contains an invalid setting,
chatr behaves as if all internationaliza-
tion variables are set to
C. See environ(5).
In addition, the following environment variable affects chatr:
TMPDIR Specifies a directory for temporary files (see tmpnam(3S)).
EXAMPLES
Change
a.out to demand-loaded
chatr -q a.out
Change binding mode of program file that uses shared libraries to immediate and nonfatal. Also enable
usage of SHLIB_PATH environment variable:
chatr -B immediate -B nonfatal +s enable a.out
Disallow run-time path lookup for the shared library /usr/lib/libc.sl
that the shared library
libfoo.sl depends on:
chatr +l /usr/lib/libc.sl libfoo.sl
Given segment index number 5 from a previous run of chatr, change the page size to 4 kilobytes:
chatr +si 5 +p 4K average64
AUTHOR
chatr was developed by HP.
SEE ALSO
System Tools:
ld(1) invoke the link editor
Miscellaneous:
a.out(4) assembler, compiler, and linker output
magic(4) magic number for HP-UX implementations
sam(1M) system administration manager
Section 178 6 HP-UX Release 11i: December 2000
___
___