Skip to content

Commit

Permalink
PS command test samples were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
raulikak committed May 20, 2024
1 parent f1eaebe commit 87c12ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/samples/shell-ps/00meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"file_type": "shell-ps"
}
8 changes: 8 additions & 0 deletions tests/samples/shell-ps/Device 1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
USER PID TTxxx START CMD
root 576460 ? 08:36 [kworker/0:0-events_long]
100070 2595 ? May06 postgres: diip daap
root 2597 ? May06 /opt/venv.d/production/bin/python jeejee joojoo
root 2597 ? May16 highball -a -b -c
root 575582 ? 08:19 [kworker/u4:2-events_unbound]
john 23232 /dev/pts2 Apr01 acommand
root 202 ? 08:22 ps ax -o user,pid,tty,start_time,cmd --sort start_time

0 comments on commit 87c12ca

Please sign in to comment.