Skip to content

Commit 36dfb49

Browse files
committed
Add strace note
1 parent b0aadb8 commit 36dfb49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sub/files.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ find . -perm +6000 -type f -exec ls -ld {} \;
2626
lsof +D /usr/local/foo
2727
```
2828

29+
## strace
30+
31+
```bash
32+
# Trace system calls for PID and all child processes
33+
strace -p 8869 -f
34+
```
35+
2936
## tar
3037

3138
tar(1) can be utilized to copy a directory (and preserve permissions, ownership, and links)

0 commit comments

Comments
 (0)