Skip to content

Instantly share code, notes, and snippets.

@codyps
Created December 14, 2020 20:05
Show Gist options
  • Save codyps/4a13dd5729786eb2b7479c13ba1b4216 to your computer and use it in GitHub Desktop.
Save codyps/4a13dd5729786eb2b7479c13ba1b4216 to your computer and use it in GitHub Desktop.
stdin
[cody@franklin ~]$ cat /franklin/TMP/oe-build/fb2-tmp/sysroots-components/x86_64/pseudo-native/etc/passwd
root::0:0:root:/home/root:/bin/sh
pseudopasswd:*:1:1:this-is-the-pseudo-passwd:/nonexistent:/bin/sh
nobody:*:65534:65534:nobody:/nonexistent:/bin/sh
[cody@franklin ~]$ cat /franklin/TMP/oe-build/fb2-tmp/sysroots-components/x86_64/pseudo-native/etc/group
root:*:0:
mail:*:8:
nobody:*:99:
[cody@franklin ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment