MV.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH MV 1
  2. .SH NAME
  3. mv - move or rename a file
  4. .SH SYNOPSIS
  5. fBmv [fB-ifsmvxfR] fIfile1 file2fR
  6. .br
  7. fBmv [fB-ifsvxfR] fIfilefR ... fIdirectoryfR
  8. .br
  9. .de FL
  10. .TP
  11. \fB\$1\fR
  12. \$2
  13. ..
  14. .de EX
  15. .TP 20
  16. \fB\$1\fR
  17. # \$2
  18. ..
  19. .SH OPTIONS
  20. .FL "-i" "Prompt before removing existing files"
  21. .FL "-f" "Do not prompt before removing existing files"
  22. .FL "-s" "Do not clear any mode bits if owner can't be set"
  23. .FL "-m" "Merge directory trees"
  24. .FL "-v" "Tell what mv is doing"
  25. .FL "-x" "Do not cross device boundaries"
  26. .SH EXAMPLES
  27. .EX "mv oldname newname" "Move fIoldnamefP to fInewnamefP"
  28. .EX "mv file1 file2 /user/ast" "Move two files to fI/user/astfP"
  29. .SH DESCRIPTION
  30. .PP
  31. .I Mv
  32. moves one or more files from one place in the file system to another.
  33. If the old path and new path are on the same device, it is done by renaming
  34. otherwise by copying. If you're not superuser, the copy will destroy the
  35. file's owner, group and setuid/setgid bits.
  36. .I mv
  37. will prompt before removing non-writable files if fBstdinfR is a terminal
  38. or the fB-ifR flag was specified.
  39. .SH "SEE ALSO"
  40. .BR cp (1),
  41. .BR rename (2).