Unix/Linux (Study)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

mv

move

2
New cards

command mode

delete and change text

3
New cards

useradd

add a user

4
New cards

cat

catagontinate view a script file

5
New cards

Kernel (ring 0): kernel mode

The executing code has full, unrestricted access to the hardware

6
New cards

/bin

binary executables

7
New cards

groupadd

add a group

8
New cards

groupmod

modify a group

9
New cards

pwd

present working directory

10
New cards

passwd

password

11
New cards

default permissions for:

file:

directory:

File = 666

Directory = 777

12
New cards

uname

operating system

13
New cards

uname -srv

verbose operating (output)

14
New cards

tar -xvf

restore or obtain a backup

15
New cards

tar -cvf - create a backup from the beginning 3 layers

Application, Shell, kernel

16
New cards

Daemon

services that run in the background

17
New cards

Cron

daemon used to schedule jobs and tasks

18
New cards

Grub

most important software

19
New cards

/dev

device files and memory block

20
New cards

CLI

shell

21
New cards

ls -a

show hidden files

22
New cards

primary purpose of kernel

resource allocation

23
New cards

/sbin

administrative only available to root

24
New cards

/etc

critical directory

25
New cards

Check permissions

-ls -lisa

-ls -l

-ls -la

26
New cards

What mode do you need to be in to access applications

user mode

27
New cards

Full unrestricted access

kernel mode

28
New cards

6 reboot mode

All processes terminated; system is gracefully rebooted

29
New cards

2 multi-user mode

Allows users to access the system; limited network services

30
New cards

Post runs in

Bios

31
New cards

Place where everyone can execute local binary files

/usr/local/bin

32
New cards

Privileged tasks run in

kernel

33
New cards

Check consistency

fsck

34
New cards

# of permissions so everyone can execute

755 (lowest odd number)

35
New cards

crontab files located

/etc/.crontab

36
New cards

/etc/shadow

authentication

37
New cards

/etc/group

authorization

38
New cards

/etc/passwd

both authentication and authorization

39
New cards

-G

Supplementary/secondary group

40
New cards

tar

tape archive

41
New cards

/tmp

temporary files

42
New cards

Kernel mode

full unrestricted access and executing code

43
New cards

What happens in the Basic Input/Output (BIOS) phase?

Performs the Power on Self-Test (POST) and the master boot record (MBR) is executed.

44
New cards

How can the currently running shell can be determined?

echo $SHELL

45
New cards

Characters 2-4 (first set of permissions)

Owner permissions

46
New cards

Characters 5-7 (second set of permissions)

Group permissions

47
New cards

Characters 8-10 (third set of permissions)

Other permissions