Commands Flashcards
1
Q
ps -ef | grep “tomcat”
A
Will check for any running process containing the term “tomcat”
2
Q
sudo apt-get -y -qq install python
sudo apt-get -y -qq install git
A
To install any app on VM instance in GCP
3
Q
top
A
Will list the cpu and memory usage in GCP VM
4
Q
gcloud compute instances –help
A
To open up gcloud utlities
5
Q
gcloud compute instances create myfirst-cmd-instance
A
Creates new VM instance from cmd
6
Q
gcloud compute instances list
A
Will list the instances in gcloud
7
Q
A