Write a shell script that prints the maximum value a process ID can be.
//to get only parent process
# pstree -p | grep "apache2" | head -1
|-apache2(3754)-+-apache2(2361)
Write a shell script that prints the maximum value a process ID can be.
//to get only parent process
# pstree -p | grep "apache2" | head -1
|-apache2(3754)-+-apache2(2361)
Write a shell script that prints the maximum value a process ID can be.
# pstree -p | grep "apache2" | head -1
|-apache2(3754)-+-apache2(2361)
Write a shell script that prints the maximum value a process ID can be.
//list the PID
# pidof apache2
3754 2594 2365 2364 2363 2362 2361
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us