UNIX FINAL

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

1/24

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.

25 Terms

1
New cards

uname -srv

Verbose output

2
New cards

Kernel (Ring 0):Kernel mode

the executing code has full, unrestricted access to the hardware

3
New cards

6 Reboot mode

All processes terminated; system is gracefully rebooted

4
New cards

2 Multi-user mode

Allows users to access the system; limited network services

5
New cards

present working directory command

pwd

6
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

7
New cards

how can the currently running shell can be determined?

echo $SHELL

8
New cards

location for scripts everyone on a system is allowed to use

/usr/local/bin

9
New cards

The kernel performs a privileged task on behalf of what?

the calling process (API/system call)

10
New cards

what command would you use to file system check; similar to chdsk in Windows cmd?

fsck

11
New cards

chmod 755

755 will allow anyone to execute

12
New cards

Where are individual crontab files located?

/home/user/.crontab

13
New cards

crontab, or cron table

a configuration file specifying shell commands to be run on a given schedule

14
New cards

/etc/passwd: list of entries

a. Username

b. Password

c. UID

d. GID

e. Comment

f. Home dir

g. Default shell

15
New cards

To change to a different directory what command would you use?

cd

16
New cards

/etc - Critical Directory Critical subdirectories and files include?

/etc/passwd - Users and account information

17
New cards

Characters 2-4

owner permissions

18
New cards

Temporary files used by the system

/tmp

19
New cards

Characters 5-7

group permissions

20
New cards

Password encryption and aging

/etc/shadow

21
New cards

modifies default permission settings

unmask

22
New cards

Deletes a user account

userdel

23
New cards

Authentication and authorization

/etc/passwd

24
New cards

-G

supplementary/secondary group

25
New cards

how can you view contents of /etc backed up to tape?

tar -tvf /dev/rm0