User`s guide
Chapter 3 XgOS File System Access and Logging 47
Parameter Description
file hash <filename>
file list [-long] [-recursive] [-short]
file move <file1> <file2> [-force][-query]
file remove <filename> [-force] [-query] [-recursive]
file search [<searchpattern>][-except][-ignorecase][-linenumbers][-recursive]
file show <filename> [-archive][-compressed]
Command Description
file copy <from-url> <to-url>
[-force]
Copies a file from a source location to a destination.
Replace <from-url> with a URL containing the source
location from which the file will be copied.
Replace <to-url> with a URL containing the file-path
destination.
All copy schemes have the following syntax:
scheme://user@host/image-path.xpf
You can omit the user@ portion if the same user name is
available on the server from which you are loading the XPF
file.
If the scheme is a file:, you can omit the host.
• http://<file-path>—Copies using HTTP.
• https://<file-path>—Copies using HTTPS.
• scp://<file-path>—Copies using SCP.
• file://<file-path>—Copies from a file stored locally
on the Oracle Fabric Interconnect. For example from disk,
USB (a mounted /usb device), or a /home directory.
• ftp://<file-path>—Copies using FTP.
Use -force to copy a file immediately without prompting
for confirmation.
file archive [-noconfirm] <dest-file>
<src-file1> <src-file2>
Creates a file archive.
file compress [-noconfirm] <filename> Compresses a file archive.
file unarchive <filename> Unpacks a file archive.
file uncompress <filename> Uncompresses a file archive.