Unix and Linux

File Paths

Unix/Linux systems use the forward-slash (‘/’) character in file paths. Take care to correct any file paths as necessary when moving workflows from Windows to Unix/Linux systems. For example, the following path would be acceptable in Unix/Linux:

/path/to/myworkflow.ffc

For file URLs, Unix/Linux systems require “file://” (as opposed to “file:/”) at the start of the URL. You might use the following URL on a Unix/Linux system:

file:///path/to/myworkflow.ffc

Permissions

Different Linux distributions might set different default permissions on the unzipped Flux folder. Make sure the permissions are set as described in Database and File System Permissions.