Skip to content

Instantly share code, notes, and snippets.

@tfheen
Created August 30, 2010 17:33
Show Gist options
  • Save tfheen/557736 to your computer and use it in GitHub Desktop.
Save tfheen/557736 to your computer and use it in GitHub Desktop.
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WSTOPPED, NULL) = 1412
getuid() = 1000
gettimeofday({1283189579, 291447}, NULL) = 0
socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0
sendto(3, "<86>Aug 30 18:32:59 su[1405]: pa"..., 82, MSG_NOSIGNAL, NULL, 0) = 82
lstat("/cgroup", {st_mode=S_IFDIR|0755, st_size=200, ...}) = 0
lstat("/cgroup/systemd", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_CUR) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=1376, ...}) = 0
mmap(NULL, 1376, PROT_READ, MAP_SHARED, 5, 0) = 0x7f4a96a08000
lseek(5, 1376, SEEK_SET) = 1376
munmap(0x7f4a96a08000, 1376) = 0
close(5) = 0
open("/var/run/user/.pam-systemd-lock", O_RDWR|O_CREAT|O_NOCTTY|O_NOFOLLOW|O_CLOEXEC, 0600) = -1 EACCES (Permission denied)
open("/usr/share/locale/locale.alias", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4a96a08000
read(5, "# Locale name alias data base.\n#"..., 4096) = 2570
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f4a96a08000, 4096) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment