austburn / how_linux_works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How Linux Works

Just some tests around certain things I learned in the book.

setuid.c

~ ./a.out
I got -1 when attempting to setuid(0).
1000
~ sudo ./a.out
I got 0 when attempting to setuid(0).
0

About


Languages

Language:C 90.8%Language:Makefile 9.2%