Il 02 gen 2017 3:45 AM, "ssmtpmailtesting ssmtpmailtesting" < [email protected]> ha scritto: > > @Pierre, > > > > And if I omit init=/bin/bash the system is freezed, can't do anything > > from there. Is init=/bin/bash necessary? > >>No. But init="something" is necessary [1]: that's what the kernel > >>launches when it is done with initialization. > > But I see in other linux distribution's grub.cfg where init=/bin/bash is not there.
init=/bin/bash is *insecure* because it lets you access to the system with root previleges without asking for a password > > > > And if I omit init=/bin/bash the system is freezed, can't do anything > > from there. Is init=/bin/bash necessary? > >>No. But init="something" is necessary [1]: that's what the kernel > >>launches when it is done with initialization. > > Is /sbin/init created by sysvinit? Why does kernel try to launch /sbin/init by default? I think that it is created by it. the kernel launches /sbin/init by default because it *is designed* to do so. > > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > > Do not top post on this list. > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > http://en.wikipedia.org/wiki/Posting_style >
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
