:: String -> IO () package:unix
putEnv function takes an argument of the form
name=value and is equivalent to
setEnv(key,value,True{-overwrite-}).
The
unsetEnv function deletes all instances of the variable
name from the environment.
Delete the semaphore with the given name.
Delete the shared memory object with the given name.