Monday, June 19, 2017

How to find parent id of pid in Shell script




#!/bin/bash

echo "-- ms1 => $$"
echo "-- ms => $PPID"

No comments:

Post a Comment