Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Created June 17, 2016 13:54
Show Gist options
  • Save tugberkugurlu/6fad23d80d9ce2654739f0c2963e8dba to your computer and use it in GitHub Desktop.
Save tugberkugurlu/6fad23d80d9ce2654739f0c2963e8dba to your computer and use it in GitHub Desktop.
{
"Titles" : [
"UID", "PID", "PPID", "C", "STIME", "TTY", "TIME", "CMD"
],
"Processes" : [
[
"root", "13642", "882", "0", "17:03", "pts/0", "00:00:00", "/bin/bash"
]
]
}
[
{
"UID": "root",
"PID": "13642",
"PPID": "882",
"C": "0",
"STIME": "17:03",
"TTY": "pts/0",
"TIME": "00.00:00",
"CMD": "/bin/bash1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment