LPIC-1-Exam 101 - Terms and Utilities Flashcards

1
Q

/sys

A

virtual file system which stores and allows modification of system connected devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

/proc

A

virtual file system with text files showing kernel and process status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

/dev

A

contains files that represent devices (device nodes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

modprobe

A

program to add and remove modules from the Linux Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

lsmod

A

program to show the status of modules in the Linux Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

lspci

A

list all PCI devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

/var/log/messages

A

system log (On Ubuntu it’s /var/log/syslog)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

dmesg

A

print or control the kernel ring buffer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

BIOS

A

Basic Input Output System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bootloader

A

a program that loads an operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

kernel

A

the code between the hardware and applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

/etc/inittab

A

config file that controls what happens on a restart or when the run levels are force changed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

shutdown

A

bring the system down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

init

A

program that spawns other processes (Replaced with upstart in Ubuntu)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

/etc/init.d

A

where traditional sysvinit scripts and upstart backward compatible scripts reside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

telinit

A

change system runlevel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

/ (root) filesystem

A

base level of the files system directory tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

/var filesystem

A

location of often changing files (such as database files)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

/home filesystem

A

location of user home directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

swap space

A

drive space used as slow virtual memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

mount point

A

directory entry point to other mounted storage volumes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

partitions

A

a logical storage unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

/boot/grub/menu.lst

A

config file that determines which kernel GRUB boots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

grub-install

A

install GRUB to a device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

MBR

A

Master Boot Record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

superblock

A

file system blocks that contain info like: file system type, status, size, and other info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

/etc/lilo.conf

A

config file for LILO boot loader (alternative to GRUB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

lilo

A

LInux LOader (boot loader)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

ldd

A

print shared library dependencies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

ldconfig

A

configure dynamic linker run-time bindings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

/etc/ld.so.conf

A

config file that dictates where to search for libraries (colon, space, newline, tab, or comma-separated)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

LD_LIBRARY_PATH

A

: separated list of paths used by the linker to resolve ELF executable dependencies during run-time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

/etc/apt/sources.list

A

list used by Apt to determine where to get package info and packages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

dpkg

A

package manager for Debian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

dpkg-reconfigure

A

reconfigure an already installed package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

apt-get

A

APT package handling utility - - command-line interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

apt-cache

A

query the APT cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

aptitude

A

high-level interface to the package manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

rpm

A

file(s) in the Red Hat Package Manager format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

rpm2cpio

A

converts a RPM package files into a cpio archive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

/etc/yum.conf

A

config file for YUM package manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

/etc/yum.repos.d/

A

config file that stores all the YUM repositories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

yum

A

Yellowdog Updater Modified package management utility for RPM based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

yumdownloader

A

a program for downloading files from YUM repositories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

.

A

represents the current working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

bash

A

GNU Bourne-Again SHell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

echo

A

display a line of text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

env

A

run a program in a modified environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

exec

A

execute a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

export

A

makes variables available to all child processes of the running shell or script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

pwd

A

print name of current/working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

set

A

reads and writes variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

unset

A

deletes variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

man

A

an interface to the on-line reference manuals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

uname

A

print system information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

history

A

GNU History Library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

cat

A

concatenate files and print on the standard output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

cut

A

remove sections from each line of files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

expand

A

convert tabs to spaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

fmt

A

simple optimal text formatter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

head

A

output the first part of files

62
Q

od

A

dump files in octal and other formats

63
Q

join

A

join lines of two files on a common field

64
Q

nl

A

number lines of files

65
Q

paste

A

merge lines of files

66
Q

pr

A

convert text files for printing

67
Q

sed

A

stream editor for filtering and transforming text

68
Q

sort

A

sort lines of text files

69
Q

split

A

split a file into pieces

70
Q

tail

A

output the last part of files

71
Q

tr

A

translate or delete characters

72
Q

unexpand

A

convert spaces to tabs

73
Q

uniq

A

report or omit repeated lines

74
Q

wc

A

print newline, word, and byte counts for each file

75
Q

cp

A

copy files and directories

76
Q

find

A

search for files in a directory hierarchy

77
Q

mkdir

A

make directories

78
Q

mv

A

move (rename) files

79
Q

ls

A

list directory contents

80
Q

rm

A

remove files or directories

81
Q

rmdir

A

remove empty directories

82
Q

touch

A

change file timestamps

83
Q

tar

A

The GNU version of the tar archiving utility

84
Q

cpio

A

copy files to and from archives

85
Q

dd

A

convert and copy a file

86
Q

file

A

determine file type

87
Q

gzip

A

compress or expand files

88
Q

gunzip

A

compress or expand files

89
Q

bzip2

A

a block-sorting file compressor

90
Q

file globbing

A

use of wildcards (filename generation by the shell)

91
Q

tee

A

duplicating pipe content

92
Q

xargs

A

build and execute command lines from standard input

93
Q

&

A

sends a process to the background

94
Q

bg

A

sends a process to the background

95
Q

fg

A

sends a process to the foreground

96
Q

jobs

A

lists background processes

97
Q

kill

A

send a signal to a process

98
Q

nohup

A

run a command immune to hangups, with output to a non-tty

99
Q

ps

A

report a snapshot of the current processes

100
Q

top

A

display Linux tasks

101
Q

free

A

Display amount of free and used memory in the system

102
Q

uptime

A

Tell how long the system has been running

103
Q

killall

A

kill processes by name

104
Q

nice

A

run a program with modified scheduling priority

105
Q

ps

A

report a snapshot of the current processes

106
Q

renice

A

alter priority of running processes

107
Q

top

A

display Linux tasks

108
Q

grep

A

print lines matching a pattern

109
Q

egrep

A

print lines matching a pattern

110
Q

fgrep

A

print lines matching a pattern

111
Q

sed

A

stream editor for filtering and transforming text

112
Q

regex(7)

A

POSIX.2 regular expressions

113
Q

vi

A

Vi IMproved, a programmers text editor

114
Q

/, ?

A

In vim, / is forward search, ? is backward search

115
Q

h,j,k,l

A

In vim command mode, h moves left, j moves down, k moves up, l move right

116
Q

i, o, a

A

In vim, i, o a change from command mode to insert mode

117
Q

c, d, p, y, dd, yy

A

In vim, c is change command, d is delete command, p is paste after current cursor position, y is yank command, dd is cut the current line, yy is copy the current line

118
Q

ZZ, :w!, :q!, :e!

A

In vim, ZZ saves & quits, w! writes changes & overwrites read-only files q! quits w/o saving, e! restarts editing a file with discarded changes

119
Q

fdisk

A

manipulate disk partition table

120
Q

mkfs

A

build a Linux filesystem

121
Q

mkswap

A

set up a Linux swap area

122
Q

du

A

estimate file space usage

123
Q

df

A

report file system disk space usage

124
Q

fsck

A

check and repair a Linux filesystem

125
Q

e2fsck

A

check a Linux ext2/ext3/ext4 file system

126
Q

mke2fs

A

create an ext2/ext3/ext4 filesystem

127
Q

debugfs

A

ext2/ext3/ext4 file system debugger

128
Q

dumpe2fs

A

dump ext2/ext3/ext4 filesystem information

129
Q

tune2fs

A

adjust tunable filesystem parameters on ext2/ext3/ext4 fil…

130
Q

xfs tools

A

xfs filesystem utilites

131
Q

/etc/fstab

A

config file containing the file system table

132
Q

/media

A

directory containing auto mounted devices

133
Q

mount

A

mount a filesystem

134
Q

umount

A

unmount file systems

135
Q

quota

A

shows disk usage and space permitted for a specific user or group

136
Q

edquota

A

edits user file system quotas

137
Q

repquota

A

summarizes file system quotas

138
Q

quotaon

A

turns file system quotas ON

139
Q

chmod

A

change permissions of a file

140
Q

umask

A

set file mode creation mask

141
Q

chown

A

change ownership of a file

142
Q

chgrp

A

change group ownership

143
Q

ln

A

make links between files

144
Q

find

A

search for files in a directory hierarchy

145
Q

locate

A

find files by name

146
Q

updatedb

A

update a database for mlocate

147
Q

whereis

A

locate the binary, source, and manual page files for a com…

148
Q

which

A

locate a command

149
Q

type

A

identifies if a command, is a built-in command, an alias, or a command installed in your PC

150
Q

/etc/updatedb.conf

A

updatedb is a config file used to update a database for mlocate