5 lines
102 B
Plaintext
Executable File
5 lines
102 B
Plaintext
Executable File
iostat -x 2 5
|
|
|
|
# show environement variable of a linux process
|
|
cat /proc/<PID>/environ | tr '\0' '\n'
|