Okay so I got CGMiner to run at startup on a Pi 4 although I can't seem to actually see it in the terminal it on the pi!

Here is what I added this to the /etc/rc.local
cd /home/pi/git/vthoang/cgminer
sudo ./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u BTCADD.PI1 -p x --gekko-compacf-freq 570 --gekko-start-freq 420 --suggest-diff 128
I see the stats on the pool side but have no idea how to actually view what's running!
Any suggestions?