Which command checks whether the local host is up while skipping the port-scanning phase?
sudo nmap -O 127.0.0.1
nmap -p 8000 127.0.0.1
nmap -sn 127.0.0.1
nmap -sV 127.0.0.1