rm

Syntax

rm [-f | -i | -R | -r] <FILE-NAME>

Description

Removes files or directories.

Command context

Service OS (SVOS>)

Parameters

[-f | -i | -R | -r]

Selects the options for removing files or directories.

-f

Never prompt before removing files or directories.

-i

Always prompt before removing files or directories.

-R | -r

Recursive.

Authority

Administrators or local user group members with execution rights for this command.

Example

Removing the file named foo:

SVOS> rm foo