-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanaging_linux_startup.txt
More file actions
116 lines (99 loc) · 4.92 KB
/
managing_linux_startup.txt
File metadata and controls
116 lines (99 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# change to /boot directory
# command lines to remember : >: and their effects
CTRL+ALT+T Open Terminal
>: cd /boot
george@staembed01:/boot$ ls
george@staembed01:/boot$ ls
config-5.3.0-42-generic memtest86+.elf
config-5.3.0-45-generic memtest86+_multiboot.bin
grub System.map-5.3.0-42-generic
initrd.img-5.3.0-42-generic System.map-5.3.0-45-generic
initrd.img-5.3.0-45-generic vmlinuz-5.3.0-42-generic
memtest86+.bin vmlinuz-5.3.0-45-generic
george@staembed01:/boot$ cd grub
george@staembed01:/boot/grub$ ls
fonts gfxblacklist.txt grub.cfg grubenv i386-pc locale unicode.pf2
>: less grub.cfg
>: less etc/default/grub
george@staembed01:~$ ls /etc/
acpi ifplugd polkit-1
adduser.conf ImageMagick-6 popularity-contest.conf
alternatives init ppp
anacrontab init.d profile
apg.conf initramfs-tools profile.d
apm inputrc protocols
apparmor insserv.conf.d pulse
apparmor.d iproute2 python2.7
apport issue python3
appstream.conf issue.net python3.6
apt java-11-openjdk rc0.d
avahi java-8-openjdk rc1.d
bash.bashrc kernel rc2.d
bash_completion kernel-img.conf rc3.d
bash_completion.d kerneloops.conf rc4.d
bindresvport.blacklist ldap rc5.d
binfmt.d ld.so.cache rc6.d
bluetooth ld.so.conf rcS.d
brlapi.key ld.so.conf.d resolvconf
brltty legal resolv.conf
brltty.conf libao.conf rmt
ca-certificates libaudit.conf rpc
ca-certificates.conf libblockdev rsyslog.conf
calendar libnl-3 rsyslog.d
chatscripts libpaper.d sane.d
console-setup libreoffice securetty
cracklib lintianrc security
cron.d locale.alias selinux
cron.daily locale.gen sensors3.conf
cron.hourly localtime sensors.d
cron.monthly logcheck services
crontab login.defs shadow
cron.weekly logrotate.conf shadow-
cups logrotate.d shells
cupshelpers lsb-release skel
dbus-1 ltrace.conf speech-dispatcher
dconf lvm ssh
debconf.conf machine-id ssl
debian_version magic subgid
default magic.mime subgid-
deluser.conf mailcap subuid
depmod.d mailcap.order subuid-
dhcp manpath.config sudoers
dictionaries-common mc sudoers.d
dpkg mime.types sysctl.conf
emacs mke2fs.conf sysctl.d
environment modprobe.d systemd
firefox modules terminfo
fonts modules-load.d thermald
fstab mtab thunderbird
fuse.conf mtools.conf timezone
fwupd nanorc tmpfiles.d
gai.conf netbeans.clusters ucf.conf
gdb netbeans.conf udev
gdm3 netbeans.import udisks2
geoclue netplan ufw
ghostscript network updatedb.conf
glvnd networkd-dispatcher update-manager
gnome NetworkManager update-motd.d
groff networks update-notifier
group newt UPower
group- nsswitch.conf usb_modeswitch.conf
grub.d opt usb_modeswitch.d
gshadow os-release vdpau_wrapper.cfg
gshadow- PackageKit vim
gss pam.conf vtrgb
gtk-2.0 pam.d wgetrc
gtk-3.0 papersize whoopsie
hdparm.conf passwd wpa_supplicant
host.conf passwd- X11
hostname pcmcia xdg
hosts perl xml
hosts.allow pki zsh_command_not_found
hosts.deny pm
hp pnm2ppa.conf
george@staembed01:~$ ls /etc/grub.d
00_header 10_linux 20_memtest86+ 30_uefi-firmware 41_custom
05_debian_theme 20_linux_xen 30_os-prober 40_custom README
# get the current run level of the Linux operating system
george@staembed01:~$ systemctl get-default
graphical.target