*** 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: mv | Section: 1 | Source: UNIX v7 | File: mv.1
MV(1) General Commands Manual MV(1) NAME mv - move or rename files and directories SYNOPSIS mv file1 file2 mv file ... directory DESCRIPTION Mv moves (changes the name of) file1 to file2. If file2 already exists, it is removed before file1 is moved. If file2 has a mode which forbids writing, mv prints the mode (see chmod(2)) and reads the standard input to obtain a line; if the line begins with y, the move takes place; if not, mv exits. In the second form, one or more files are moved to the directory with their original file-names. Mv refuses to move a file onto itself. SEE ALSO cp(1), chmod(2) BUGS If file1 and file2 lie on different file systems, mv must copy the file and delete the original. In this case the owner name becomes that of the copying process and any linking relationship with other files is lost. Mv should take -f flag, like rm, to suppress the question if the target exists and is not writable. MV(1)

Navigation Options