EnglishFrenchSpanish

Ad


OnWorks favicon

shtool-mkdir - Online in the Cloud

Run shtool-mkdir in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command shtool-mkdir that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


shtool-mkdir - GNU shtool mkdir(1) style command

SYNOPSIS


shtool mkdir [-t|--trace] [-f|--force] [-p|--parents] [-m|--mode mode] [-o|--owner owner]
[-g|--group group] dir [dir ...]

DESCRIPTION


This is a mkdir(1) style command with additional options and the ability to be smart if
the directory already exists which is important for installation procedures.

OPTIONS


The following command line options are available.

-t, --trace
Shows the actually involved shell commands.

-f, --force
Forced continuation and no complaints if directory already exists. Default is to
terminate with error.

-p, --parents
Automatic parent directory creation. Default is to only create the last directory in
the path and fail if parents are missing.

-m, --mode mode
The directory mode applied to the directory, see chmod(1). Omitting mode skips this
step and leaves the operating system default which is usually based on umask(1). Some
directory modes require superuser privileges to be set. Default is to stick with
operating system defaults.

-o, --owner owner
The directory owner name or id applied to the directory, see chown(1). This option
requires superuser privileges to execute. Default is to skip this step and leave the
operating system default which is usually based on the executing uid or the parent
setuid directory.

-g, --group group
The directory group name or id applied to the directory, see chgrp(1). This option
requires superuser privileges to execute to the fullest extend, otherwise the choice
of group is limited on most operating systems. Default is to skip this step and leave
the operating system default which is usually based on the executing gid or the parent
setgid directory.

EXAMPLE


# Makefile
install:
shtool mkdir -f -p -m 755 $(bindir)
shtool mkdir -f -p -m 755 $(mandir)/man1
:

HISTORY


The GNU shtool mkdir command was originally written for Public Domain by Noah Friedman and
later revised by Ralf S. Engelschall <[email protected]> in 1999 for inclusion into GNU
shtool.

Use shtool-mkdir online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 2
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 3
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 4
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 5
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 6
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • More »

Linux commands

Ad