# mount -t procfs proc /proc
# mount
Open /etc/fstab - file system table, enter:# vi /etc/fstabAppend following line so that procfs get mounted automatically at boot time:proc /proc procfs rw 0 0
'Research > Pwnable' 카테고리의 다른 글
| linux FILE struct (0) | 2014.02.10 |
|---|---|
| SHA 512, /etc/shadow decrypt (0) | 2014.01.12 |
| [shellcode] FreeBSD x86 Reverse Read shell (0) | 2013.08.06 |
| [shellcode] FreeBSD x86 Socket/Connect (0) | 2013.08.06 |
| FreeBSD Syscall numbers (0) | 2013.08.06 |