Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanpurkhiser/b0037022f1d03dab65c4 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/b0037022f1d03dab65c4 to your computer and use it in GitHub Desktop.
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=9536, si_status=0, si_utime=0, si_stime=0} ---
openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
open("/home/evan/.cache/bash_history", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
stat64("/home/evan/.cache/bash_history", {st_mode=S_IFREG|0600, st_size=129, ...}) = 0
open("/home/evan/.cache/bash_history", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
access("/etc/terminfo/x/xterm-termite", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/terminfo/x/xterm-termite", R_OK) = -1 ENOENT (No such file or directory)
stat64("/home/evan/.config/bash/inputrc", {st_mode=S_IFREG|0664, st_size=180, ...}) = 0
open("/home/evan/.config/bash/inputrc", O_RDONLY|O_LARGEFILE) = 3
stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat64("/home/evan/.local/bin/ls", 0xbf808c1c) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/ls", 0xbf808c1c) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
access("/usr/bin/ls", X_OK) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
access("/usr/bin/ls", R_OK) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
access("/usr/bin/ls", X_OK) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
access("/usr/bin/ls", R_OK) = 0
stat64("/usr/bin/ls", {st_mode=S_IFREG|0755, st_size=125372, ...}) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=9540, si_status=0, si_utime=0, si_stime=0} ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment