Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mvdir(1M) — sys5 — Apollo Domain/OS SR10.3.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mkdir(1)

mv(1)

MVDIR(1M)                            SysV                            MVDIR(1M)



NAME
     mvdir - move a directory

SYNOPSIS
     /etc/mvdir dirname  name

DESCRIPTION
     mvdir moves directories within a file system.  dirname must be a
     directory.  If name does not exist, it is created as a directory.  If
     name does exist, dirname is created as name/dirname.  dirname and name
     cannot be on the same path; that is, one may not be subordinate to the
     other.

EXAMPLE
     mvdir x/y x/z
     is legal, but
     mvdir x/y x/y/z
     is not.

SEE ALSO
     mkdir(1), mv(1)

NOTE
     Only the super-user can use mvdir.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026