This page is experimental and may change significantly in future releases.
Move File
Properties
id: d3f:MoveFile
- name
- Move File
- definition
- A system call to rename or move a file. Linux's rename() is an example of this kind of system call. Another way of handling it is to call a copy file system call followed by a delete file system call.
- synonyms
- Rename File
- see also
- https://man7.org/linux/man-pages/man2/rename.2.html
Neighbors