Workstation API - v0.6.2
    Preparing search index...

    Interface ShellFileOptions

    Generated startup-file options. Defaults to overwrite and mode 0o644.

    interface ShellFileOptions {
        ifExists?: IfExistsPolicy;
        mode?: number;
    }
    Index
    ifExists?: IfExistsPolicy

    Defaults to overwrite; replaced originals are saved in local state for restoration.

    mode?: number

    Unix permissions, for example 0o600.