16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Parameters<br />

MKDIR — Make a directory<br />

Format<br />

Description<br />

Parameters<br />

The last <strong>UNIX</strong> pathname used on the main panel of ISHELL is kept and displayed<br />

again on the next invocation of ISHELL. In order to switch back to the home<br />

directory, erase the pathname shown and press ENTER.<br />

Field level and panel help are available throughout the dialog. For additional<br />

information on ISHELL, see z/<strong>OS</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> User’s Guide and the<br />

online help panels.<br />

initial_path<br />

The path that you want to initially appear in ISHELL’s main panel. For example:<br />

ishell /tmp/<br />

-d Prevents ISHELL from suppressing ISPF server dialog errors. This will cause<br />

ISHELL to terminate on errors. This option should only be used at the direction<br />

of IBM Support.<br />

MKDIR ’directory_name’ MODE(directory_permission_bits) STICKY|N<strong>OS</strong>TICKY<br />

You can use the MKDIR command to create a directory in the file system.<br />

directory_name<br />

Specifies the name of the directory to be created. The name can be a relative<br />

pathname or an absolute pathname. You must enclose it in single quotes. A<br />

relative pathname is relative to the working directory of the TSO/E session<br />

(usually the HOME directory). Therefore, you should usually specify an absolute<br />

pathname. The name can be up to 1023 characters long. The name is<br />

case-sensitive; the system stores each character in the case entered.<br />

All directories in the pathname prior to the specified directory must already<br />

exist. If the specified directory already exists, no new directory is created.<br />

MODE(directory_permission_bits)<br />

Specifies the directory permission bits as three octal numbers, from 0 to 7,<br />

separated by commas or blanks. The octal values represent read (r), write (w),<br />

and search (x) access for: user, group, and other.<br />

User permission is the permission given to the directory owner. Group<br />

permission is the permission given to the group the owner is a member of.<br />

Other permission is the permission given to any other user.<br />

The access indicated by each of the numbers 0–7 is:<br />

0 No access<br />

1 Search (x) access<br />

2 Write-only (w) access<br />

3 Write and search (wx) access<br />

4 Read-only (r) access<br />

5 Read and search (rx) access<br />

6 Read and write (rw) access<br />

7 Read, write, and search (rwx) access<br />

ISHELL<br />

Chapter 3. TSO/E commands 829

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!