Hi,
I've found free shell server accounts and I was wondering, how has someone done that.
Look:
Only few configuration files ?
Where are rest users ?
/etc/passwd doesn't exist ?
uname -a
Someone can tell me how can I "build" that jail ?
I've found free shell server accounts and I was wondering, how has someone done that.
Look:
Code:
[bryn1u@shell ~]$ ls /
bin dev etc home lib libexec sbin tmp users usr var
Code:
[bryn1u@shell ~]$ ls /etc/
csh.cshrc group localtime profile protocols pwd.db resolv.conf services termcap
Code:
[bryn1u@shell /etc]$ cat group
users:*:2000:
[bryn1u@shell /etc]$
Code:
[bryn1u@shell /etc]$ cat /etc/passwd
cat: /etc/passwd: No such file or directory
[bryn1u@shell /etc]$
Code:
[bryn1u@shell /]$ uname -a
FreeBSD 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255967M: Tue Oct 1 09:34:22 MDT 2013 root@shell.cjb.net:/usr/obj/usr/src/sys/CJB amd64
Someone can tell me how can I "build" that jail ?