Change the current working directory to the root ("/").
-f
Redirect standard input, standard output and standard error to /dev/null.
-p file
Write the ID of the created process into the file. Note, that the file will be created shortly before the process is actually executed, and will remain after the process exits (although it will be removed if the execution fails).