*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 last(1) -- indicate last logins of users and terminals
    Last will look in the wtmp file which records all logins and logouts for information about a user, a terminal or any group of users and terminals. Arguments specify names of users or terminals of interest. Names of terminals may be given fully or abbreviated. For example `last d1' is the same as `last ttyd1'. If multiple arguments are given, the information which applies to any of the arguments is printed. For example `last root console' would list all of "root's" sessions as well as all s...
 launch(1) -- graphical utility to enter and invoke commands with arguments
    launch is a small application which consists of a text field where the user can enter commands and their arguments for execution. The IRIX Interactive Desktop file manager (fm) invokes launch when the user double-clicks an icon and the icon's filetype requires additional information before the corresponding application can be launched. End users can also run launch program at a Unix shell command line, though this would be unusual (it is easier to run the command itself directly). The options t...
 launchbookviewer(1) -- utility for launching the user's chosen book viewer
    The launchbookviewer utility launches the user's favorite book viewer as chosen on the dtUtilities(1) panel or set in the BOOKVIEWER environment variable. If the user has not chosen a favorite book viewer, the script launches Insight. The launchbookviewer script is not intended to be run directly by the end user, but can be run at a Unix shell command line. It is also accessible from the toolchest (Help > Online Books). For more information about the entire IRIX Interactive Desktop environment,...
 launchESPartner(1) -- start Embedded Support Partner User Interface
    launchESPartner is a utility that brings up SGI Embedded Support Partner User Interface. A web based User Interface requires a html browser (Netscape or Lynx) to operate. The User Interface provides access to all SGI Embedded Support Partner facilities. Please refer to esp(5) for a detailed description of Embedded Support Partner and available facilities. launchESPartner can be invoked either by double-clicking the Embedded Support Partner icon (located in Icon Catalog > Support Tools folder) or...
 launchWebJumper(1) -- open a webjumper or URL, avoiding locked-cache messages
    The launchWebJumper script opens a webjumper or URL into the user's Web browser. The script runs when the user chooses Internet > Open Web Browser on the toolchest or double-clicks a webjumper(1) icon. Also the user can run it at a Unix shell command line. -n Use Netscape, ignoring the user's chosen Web browser. The optional jumpsite and URL arguments specify which page(s) to load. Each page appears in a separate browser window. Given no arguments, launchWebJumper opens the user's chosen Web ...
 lboot(1) -- configure bootable kernel
    The lboot command is used to configure a bootable UNIX kernel. Master files in the directory master contain configuration information used by lboot when creating a kernel. System files in the directory system are used by lboot to determine which modules are to be configured into the kernel. If a module in master is specified in the system file via "INCLUDE:", that module is included in the bootable kernel. For all included modules, lboot searches the boot directory for an object file with the ...
 X11/lbxproxy(1) -- Low BandWidth X proxy
    Applications that would like to take advantage of the Low Bandwidth extension to X (LBX) must make their connections to an lbxproxy. These applications need to know nothing about LBX, they simply connect to the lbxproxy as if were a regular server. The lbxproxy accepts client connections, multiplexes them over a single connection to the X server, and performs various optimizations on the X protocol to make it faster over low bandwidth and/or high latency connections. With regard to authenticatio...
 ld(1) -- link editor
    Ld, the link editor, links Elf object files. The archive format ld uses is the one created by the archiver ar(1). ld is normally invoked by cc(1), although it can be run separately. When ld is used as part of a cc compilation, the ld options must be passed via the -Wl mechanism. See cc(1) for details of -Wl. The ld command combines several object files into one, performs relocation, resolves external symbols, builds tables and relocation information for run-time linkage in case of shared linking...
 ldd(1) -- Shows run-time DSO dependencies
    IRIX systems DESCRIPTION: The runtime dynamic linker loads the object (an executable or DSO) and all of the libraries reporting what libraries were loaded. But does not execute the program or DSO. This is to make it easy to detect what libraries are loaded by an executable without having to run it. Options: -a rldargs Sets the environment variable _RLD_ARGS to the string rldargs before executing the runtime linker (rld). -D Does not on delay-loaded DSOs....
 lex(1) -- generate programs for simple lexical tasks
    NOTE: When the environment variable _XPG is a value greater than 0 (zero), lex execs the POSIX compliant /usr/bin/flex. The lex command generates programs to be used in simple lexical analysis of text. The input files (standard input default) contain strings and expressions to be searched for and C text to be executed when these strings are found. lex processes supplementary code set characters in program c...
 lfmt(1) -- display error message in standard format and pass to logging and monitoring services
    lfmt uses format for printf style formatting of args. lfmt encapsulates the output in the standard error message format and displays the output on stderr. In addition, lfmt forwards its output to the logging and monitoring facility. The following options are available. -c Also write the output to the console logger device (/dev/conslog), with a date and time stamp. This device is not normally used wit...
 X11/libxrx(1) -- RX Netscape Navigator Plug-in
    The RX Plug-in may be used with Netscape Navigator (3.0 or later) to interpret documents in the RX MIME type format and start remote applications. The RX Plug-in reads an RX document, from which it gets the list of services the application wants to use. Based on this information, the RX Plug-in sets the various requested services, including creating authorization keys if your X server supports the SECURITY extension. It then passes the relevant data, such as the X display name, to the applicatio...
 licensemanager(1) -- view and manage FLEXlm and NetLS software licenses
    When executed without file arguments, License Manager displays the Main Window, which provides a complete graphical interface for viewing, installing, upgrading, and removing FLEXlm and NetLS software licenses. The optional argument -vendor is used to specify the vendor mode, which customizes the License Manager interface for a specific vendor. The vendor mode determines the default values of license entry fields, the location of the license files, and the location of licensing server startup sc...
 line(1) -- read one line
    line copies one line (up to a new-line) from the standard input and writes it on the standard output. It returns an exit code of 1 on EOF and always prints at least a new-line. It is often used within shell files to read from the user's terminal.
 link(1) -- link and unlink files
    The link command is used to create a filename that points to another file. The unlink command is used to remove a link to a file. The only difference between ln(1) and link(1M) is that the latter simply makes the link(2) system call with the arguments specified. No error checking is performed. Analogously, unlink(1M) simply calls the unlink(2) system call with the specified pathname. Use of these commands is discouraged. The commands ln(1), rm(1), and rmdir(1) provide the necessary functionality...
<<  [Prev]  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  
40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service