Advertisement
Guest User

Untitled

a guest
Sep 13th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. open("/usr/share/man/man1/", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4
  2. fcntl(4, F_SETFD, FD_CLOEXEC) = 0
  3. getdents(4, /* 878 entries */, 32768) = 30952
  4. getdents(4, /* 0 entries */, 32768) = 0
  5. close(4) = 0
  6. open("/usr/share/man/man1/", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4
  7. fcntl(4, F_SETFD, FD_CLOEXEC) = 0
  8. getdents(4, /* 878 entries */, 32768) = 30952
  9. getdents(4, /* 0 entries */, 32768) = 0
  10. close(4) = 0
  11. access("/usr/share/man/man1/ls.1.gz", R_OK) = 0
  12. access("/usr/share/man/man1/ls.1.gz", R_OK) = 0
  13. pipe([4, 5]) = 0
  14. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f94b2eab770) = 31546
  15. close(5) = 0
  16. fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
  17. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94b2eb6000
  18. read(4, ".\\\" DO NOT MODIFY THIS FILE! It"..., 4096) = 4096
  19. close(4) = 0
  20. --- SIGCHLD (Child exited) @ 0 (0) ---
  21. wait4(31546, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 31546
  22. munmap(0x7f94b2eb6000, 4096) = 0
  23. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  24. ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  25. open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 4
  26. fstat(4, {st_mode=S_IFREG|0644, st_size=25464, ...}) = 0
  27. mmap(NULL, 25464, PROT_READ, MAP_SHARED, 4, 0) = 0x7f94b2eb0000
  28. close(4) = 0
  29. pipe([4, 5]) = 0
  30. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f94b2eab770) = 31547
  31. close(5) = 0
  32. fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
  33. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94b2eaf000
  34. read(4, ".\\\" DO NOT MODIFY THIS FILE! It"..., 4096) = 4096
  35. close(4) = 0
  36. --- SIGCHLD (Child exited) @ 0 (0) ---
  37. wait4(31547, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 31547
  38. munmap(0x7f94b2eaf000, 4096) = 0
  39. rt_sigaction(SIGINT, {0x407900, [INT], SA_RESTORER|SA_RESTART, 0x38f6e302f0}, {SIG_DFL, [], 0}, 8) = 0
  40. rt_sigaction(SIGINT, {0x1, [], SA_RESTORER, 0x38f6e302f0}, {0x407900, [INT], SA_RESTORER|SA_RESTART, 0x38f6e302f0}, 8) = 0
  41. rt_sigaction(SIGQUIT, {0x1, [], SA_RESTORER, 0x38f6e302f0}, {SIG_DFL, [], 0}, 8) = 0
  42. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  43. clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fffe6d67f08) = 31548
  44. wait4(31548, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 31548
  45. rt_sigaction(SIGINT, {0x407900, [INT], SA_RESTORER|SA_RESTART, 0x38f6e302f0}, NULL, 8) = 0
  46. rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x38f6e302f0}, NULL, 8) = 0
  47. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  48. --- SIGCHLD (Child exited) @ 0 (0) ---
  49. rt_sigaction(SIGINT, {SIG_DFL, [INT], SA_RESTORER|SA_RESTART, 0x38f6e302f0}, {0x407900, [INT], SA_RESTORER|SA_RESTART, 0x38f6e302f0}, 8) = 0
  50. exit_group(0) = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement