*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: mvdir | Section: 1 | Source: Digital UNIX | File: mvdir.1.gz
mvdir(1) General Commands Manual mvdir(1) NAME mvdir - Moves (renames) a directory SYNOPSIS mvdir directory1 directory2 DESCRIPTION The mvdir command renames directories within a file system. To use mvdir, you must have write permission to directory1 and directory2 and to the parent directories of directory1 and directory2. The directory1 argument must name an existing directory. If directory2 does not exist, directory1 is moved to directory2. If directory2 exists, directory1 becomes a subdirectory of directory2. directory2 cannot be a subdirec- tory of directory1. Directories cannot be moved across file systems. You can also rename a directory with the mv command. NOTES This command was made obsolete by the mv command. EXAMPLES To rename or move a directory to another location, enter: mvdir appen- dixes manual If manual does not exist, then this renames the directory appendixes to manual. If a directory named manual already exists, this moves appendixes and its contents to manual/appendixes. In other words, appendixes becomes a subdirectory of manual. SEE ALSO Commands: mkdir(1), mv(1) Functions: rename(2) mvdir(1)

Navigation Options