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 &
Nohup With Busybox httpd [draft]
Quick usage cases Nohup With Busybox httpd
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 &