نوشته‌های ترمینالی
2.7K subscribers
425 photos
12 videos
32 files
2.26K links
Download Telegram
Forwarded from Geeky Career (Mohammad Moallemi)
#linux #terminal #bash

How to get process PIDs?
pgrep <process_name>
e.g.
pgrep python

pgrep is a command-line utility that allows you to find the process IDs of a running program based on given criteria. It can be a full or partial process name, a user running the process, or other attributes.

The pgrep command is a part of the procps (or procps-ng) package, which is pre-installed on nearly all Linux distributions.

https://linuxize.com/post/pgrep-command-in-linux/
Forwarded from Geeky Career (Mohammad Moallemi)
Forwarded from Programming Resources via @like
Test your shell knowledge with this awesome challenge.
مهارت‌های shell خود را با این بازی آنلاین محک بزنید.

#shell #bash #command #line #challenge #practice #terminal #linux #game #gamification #fun
@pythony

cmdchallenge.com