Created
October 6, 2020 00:03
-
-
Save colemickens/0f15ca3c9ec7c1db17d223f5ca96a5d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D, [1970-01-04T22:48:58.865682 #1] DEBUG -- : $ ifconfig | |
D, [1970-01-04T22:48:58.869932 #1] DEBUG -- : $ mount | |
rootfs on / type rootfs (rw,size=1683748k,nr_inodes=420937) | |
devtmpfs on /dev type devtmpfs (rw,nosuid,size=182012k,nr_inodes=420937,mode=755) | |
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=3,mode=620,ptmxmode=666) | |
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) | |
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) | |
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) | |
tmpfs on /run type tmpfs (rw,nosuid,nodev,size=910052k,mode=755) | |
tmpfs on /run/wrappers type tmpfs (rw,nodev,relatime,mode=755) | |
/dev/disk/by-label/NIXOS_SYSTEM on /mnt type ext4 (rw,relatime,data=ordered) | |
/dev/disk/by-partlabel/vendor_a on /vendor type ext4 (ro,nosuid,nodev,noexec,relatime) | |
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) | |
ramfs on /run/keys type ramfs (rw,nosuid,nodev,relatime,mode=750) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment