FUSUTIL RENAME

You can use the FUSUTIL RENAME program to rename a file.

This program can be entered in one of the following two ways:

  • FUSUTIL RENAME old_file_name new_file_name
  • FUSUTIL R old_file_name new_file_name
Note: The RENAME function can be defined by the word RENAME or the character R.

At least one space must be added after the program name FUSUTIL and before the old file name, and at least one space must be added between the old file name and the new file name. The old file name and the new file name must be defined; otherwise, the request fails and an error is displayed. On systems such as UNIX where the file system is case sensitive, the file names must exactly match the file name in the file system.

For example, the following commands rename the file /temp/acctfile to /temp/bkup/acctfile.

fusutil R /temp/acctfile /temp/bkup/acctfile

fusutil RENAME /temp/acctfile /temp/bkup/acctfile