mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
b27ff251af
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
441 B
Bash
Executable File
13 lines
441 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
|
|
root 2 0.0 0.0 0 0 ? S Aug28 0:00 [kthreadd]
|
|
root 3 0.0 0.0 0 0 ? S Aug28 0:43 \_ [ksoftirqd/0]
|
|
...
|
|
root 1 0.0 0.0 2976 624 ? Ss Aug28 0:07 init [2]
|
|
root 495 0.0 0.0 3888 1640 ? Ss Aug28 0:00 udevd --daemon
|
|
...
|
|
[MORE FAKE ps OUTPUT]
|
|
EOF
|