Commands Flashcards

1
Q

ps -ef | grep “tomcat”

A

Will check for any running process containing the term “tomcat”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

top

A

Will list the cpu and memory usage in GCP VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

gcloud compute instances –help

A

To open up gcloud utlities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

gcloud compute instances create myfirst-cmd-instance

A

Creates new VM instance from cmd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

gcloud compute instances list

A

Will list the instances in gcloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly