The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

run (1)
  • >> run (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  •  

    NAME

    run - run an executable
     
    

    SYNOPSIS

    run [-s] [-e] [-n] [-t string] program
    

     

    DESCRIPTION

    The run command runs program, using the PATH variable to find it. By default, when program has completed, the user is prompted (Press ENTER to continue:), before being returned to FMLI. The argument program is a system executable followed by its options (if any).  

    OPTIONS

    The following options are supported:

    -e

    If -e is specified, the user is prompted before returning to FMLI only if there is an error condition

    -n

    If -n is specified, the user is never prompted before returning to FMLI (useful for programs like vi, in which the user must do some specific action to exit in the first place).

    -s

    The -s option means "silent", implying that the screen does not have to be repainted when program has completed. The -s option should only be used when program does not write to the terminal. In addition, when -s is used, program cannot be interrupted, even if it recognizes interrupts.

    -tstring

    If -t is specified, string is the name this process has in the pop-up menu generated by the frm-list command.

     

    EXAMPLES

    Example 1 Sample Output of the run Command

    Here is a menu that uses run:

    menu="Edit special System files"
    name="Password file"
    action=`run -e vi /etc/passwd`
    name="Group file"
    action=`run -e vi /etc/group`
    name="My .profile"
    action=`run -n vi $HOME/.profile`
    

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    AvailabilitySUNWcsu

     

    SEE ALSO

    attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    OPTIONS
    EXAMPLES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру