Teorico dudas

Teorico dudas

de Pedro Liber Antonio Carrasco Aguilar -
Número de respuestas: 1
Algunas dudas de https://eva.fing.edu.uy/pluginfile.php/79667/mod_resource/content/5/01-TSO-Introduccion.pdf

dmesg |grep e820
 muestra la tabla (Bios-e820)? o hay que filtrarlo de alguna otra forma?

En las pcunixs
/etc/inittab/ solo tiene esto:

# Ctrl-Alt-Delete is handled by /usr/lib/systemd/system/ctrl-alt-del.target
#
# systemd uses 'targets' instead of runlevels. By default, there are two main targets:
#
# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5
#
# To view current default target, run:
# systemctl get-default
#
# To set a default target, run:
# systemctl set-default TARGET.target
Actualmente en nivel 5
Para que me serviria cambiar a runlevel3??

y /usr/lib/systemd/system/ctrl-alt-del.target tiene:

[Unit]
Description=Reboot
Documentation=man:systemd.special(7)
DefaultDependencies=no
Requires=systemd-reboot.service
After=systemd-reboot.service
AllowIsolate=yes

[Install]
Alias=ctrl-alt-del.target

¿Alguna descripcion de eso en lenguaje natural?


ok no esta /etc/init.d/boot pero hay un README

You are looking for the traditional init scripts in /etc/rc.d/init.d,
and they are gone?

que sugiere systemctl list-unit-files

ahi salta un

boot.mount                                                                            loaded active mounted   /boot

eso seria equivalenta a /etc/init.d/boot ???? NO tiene mucha pinta xq ahi solo hay imagenes, el grub, etc.

¿las vmlinuz tiene algo que ver con la zImage? Ni tanto segun esto http://unix.stackexchange.com/questions/5518/what-is-the-difference-between-the-following-kernel-makefile-terms-vmlinux-vml

¿Que signifia Local Multiuser with Networking but without network service (like NFS) rc 2?

Salu2