DEV Community

Panda Quests
Panda Quests

Posted on

What are your top 5 Linux terminal commands?

Top comments (3)

Collapse
 
saunved profile image
Saunved


ssh <username>@<IP>

git push/pull

npm run/install <something>

curl -sSLI <example.com>

htop

Collapse
 
yoganandam profile image
Yogananda Muthaiah

df -h

Collapse
 
yoganandam profile image
Yogananda Muthaiah

ps -ef|grep