NAME

rm - remove files or directories

SYNOPSIS

rm file1 [ file2 ... ]

DESCRIPTION

rm removes the entries for one or more files from a directory. Removal of a file requires write permission on the file. It is not possible to remove directories.

SEE ALSO

create(1F) , chmod(1F)