The OpenNET Project / Index page

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

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

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

nice (1)
  • nice (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • >> nice (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • nice (1) ( Русские man: Команды и прикладные программы пользовательского уровня )
  • nice (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  • nice (1) ( POSIX man: Команды и прикладные программы пользовательского уровня )
  • nice (2) ( Solaris man: Системные вызовы )
  • nice (2) ( Русские man: Системные вызовы )
  • nice (2) ( Linux man: Системные вызовы )
  • nice (3) ( Solaris man: Библиотечные вызовы )
  • nice (3) ( FreeBSD man: Библиотечные вызовы )
  • nice (3) ( POSIX man: Библиотечные вызовы )
  • Ключ nice обнаружен в базе ключевых слов.

  • BSD mandoc
     

    NAME

    
    
    nice
    
     - execute a utility at an altered scheduling priority
    
     
    

    SYNOPSIS

    [-n increment ] utility [argument ... ]  

    DESCRIPTION

    The utility runs utility at an altered scheduling priority, by incrementing its ``nice'' value by the specified increment or a default value of 10. The lower the nice value of a process, the higher its scheduling priority.

    The superuser may specify a negative increment in order to run a utility with a higher scheduling priority.

    Some shells may provide a builtin command which is similar or identical to this utility. Consult the builtin(1) manual page.  

    ENVIRONMENT

    The PATH environment variable is used to locate the requested utility if the name contains no `/' characters.  

    EXIT STATUS

    If utility is invoked, the exit status of is the exit status of utility

    An exit status of 126 indicates utility was found, but could not be executed. An exit status of 127 indicates utility could not be found.  

    EXAMPLES

    Execute utility `date' at priority 5 assuming the priority of the shell is 0:

    "nice -n 5 date"

    Execute utility `date' at priority -19 assuming the priority of the shell is 0 and you are the super-user:

    "nice -n 16 nice -n -35 date"
     

    COMPATIBILITY

    The traditional -increment option has been deprecated but is still supported.  

    SEE ALSO

    builtin(1), csh(1), idprio(1), rtprio(1), getpriority(2), setpriority(2), renice(8)  

    STANDARDS

    The utility conforms to St -p1003.1-2001 .  

    HISTORY

    A utility appeared in AT&T System v4 .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ENVIRONMENT
    EXIT STATUS
    EXAMPLES
    COMPATIBILITY
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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