The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    mkdir
    
     - make directories
    
     
    

    SYNOPSIS

    [-pv ] [-m mode ] directory_name ...  

    DESCRIPTION

    The utility creates the directories named as operands, in the order specified, using mode ``rwxrwxrwx '' (0777) as modified by the current umask(2).

    The options are as follows:

    -m mode
    Set the file permission bits of the final created directory to the specified mode. The mode argument can be in any of the formats specified to the chmod(1) command. If a symbolic mode is specified, the operation characters `+' and `-' are interpreted relative to an initial mode of ``a=rwx ''
    -p
    Create intermediate directories as required. If this option is not specified, the full path prefix of each operand must already exist. On the other hand, with this option specified, no error will be reported if a directory given as an operand already exists. Intermediate directories are created with permission bits of ``rwxrwxrwx '' (0777) as modified by the current umask, plus write and search permission for the owner.
    -v
    Be verbose when creating directories, listing them as they are created.

    The user must have write permission in the parent directory.  

    EXIT STATUS

    Ex -std  

    COMPATIBILITY

    The -v option is non-standard and its use in scripts is not recommended.  

    SEE ALSO

    rmdir(1)  

    STANDARDS

    The utility is expected to be St -p1003.2 compatible.  

    HISTORY

    A command appeared in AT&T System v1 .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    EXIT STATUS
    COMPATIBILITY
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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