, , :
- pid ( ps).
PID TTY TIME CMD
1611 pts/0 00:00:00 su
1619 pts/0 00:00:00 bash
1763 pts/0 00:00:00 ps
- - strace ( tracer) pid ( 1619):
strace -f -o <output_file> -p 1619
- ,
- exec : grep
- - :
1723 execve("/bin/grep", ["grep", "--color=auto", "p{2}", "foo"], []) = 0
1725 execve("/bin/grep", ["grep", "--color=auto", "p\\{2\\}", "foo"], []) = 0
, grep , .:)
-e ....