Ubuntu Pastebin

Paste from MonkeyDust at Sat, 23 Jul 2016 23:03:12 +0000

Download as text
1
2
3
4
5
6
7
strace screen -m -d 2>&1|grep get

getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=64*1024}) = 0
getuid()                                = 1000
getgid()                                = 1000
geteuid()                               = 1000
getegid()                               = 1000
Download as text