nohup busybox httpd -f -p 8080 &

ps -ef | grep httpd

sudo kill -9 1193

and run in difrent location

nohup busybox httpd -f -p 8080 &