# Linux General Persistence Commands Commands to run to maintain persistence after you have exploited it and are usually executed from the context of the bash prompt. ###Run command as a daemon *Note this doesn't work with anything from apache* ```bash setsid *command* ```