It Fundamental QUIZ 1

5.0(2)
studied byStudied by 49 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/78

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.

79 Terms

1
New cards

cp/copy

Copy file

2
New cards

ls

List contents

3
New cards

ls -l

List contents in a long listing

4
New cards

mv/move

Move or rename file

5
New cards

rm/del

Delete file

6
New cards

cat, more, less/type

Display text file contents

7
New cards

mkdir

Create directory

8
New cards

rmdir

Delete directory (must be empty)

9
New cards

cd

Change directory

10
New cards

pwd

Print working directory

11
New cards

ls -d *

List all files and directories but don’t list the contents

12
New cards

rm -r

Deletes all content

13
New cards

rm -ir

Asks permission before deleting all items in order

14
New cards

touch

Create file

15
New cards

sudo useradd

Create user

16
New cards

usermod

Modify an existing account

17
New cards

chmod

Change permission file

18
New cards

chown

Change a file’s ownership and group ownership

19
New cards

chgrp

Change a file’s group ownership

20
New cards

rwx

Read, write, execute

21
New cards

ugo

User, group, other

22
New cards

read

4 in numerical

23
New cards

write

2 in numerical

24
New cards

execute

1 in numerical

25
New cards

/etc/passwd

Go to password

26
New cards

In passwd “-e”

Creates an expiration date for the password

27
New cards

In passwd “-w”

Tells user that the account will expire in a number of days

28
New cards

$

The shell

29
New cards

.bash_history

Shows all commands used since beginning

30
New cards

!!

Repeats last command

31
New cards

Ctrl p

Shows the previous used command

32
New cards

Ctrl n

Shows the next command

33
New cards

Head

Shows first 10 lines of file

34
New cards

Tail

Shows last 10 lines of file

35
New cards

cd ..

Move up one level

36
New cards

alias

An extra name for something, can be used to shorten commands

37
New cards

grep/egrep

Search one or more files for the specified regular expression

38
New cards

*

Means everything

39
New cards

?

Means any one character

40
New cards

Variable

Can be created by using (-NAME=value)

41
New cards

echo

Outputs whatever you want

42
New cards

command > file

Redirects output to file, overriding if it exists

43
New cards

command >> file

Redirects output to append to file, creating if it doesn’t exist

44
New cards

command < file

Redirect input to come from file

45
New cards

command | command

Known as a pipe, takes output of one command as input to the next

46
New cards

man

Manual page, shows basically everything

47
New cards

Sequential access

Data in a file accessed in a linear fashion

48
New cards

Direct access

Data in a file accessed directly by specifying logical record numbers

49
New cards

Parent directory

The containing directory

50
New cards

Subdirectory

The directory being contained

51
New cards

Root directory

The directory at the highest level

52
New cards

Path

Text designation of the location of a file or subdirectory

53
New cards

Absolute path

Path that begins at the root and includes all successive subdirectories

54
New cards

Relative path

Path name that begins at the current working directory

55
New cards

CPU

Responsible for executing programs and performing the fetch-execute cycle

56
New cards

Memory

Used to store both executable program code and data

57
New cards

SRAM

Cache, registers

58
New cards

DRAM

Main memory

59
New cards

ROM

Read-only memory

60
New cards

Operating System

System software that is an interface between the user and the hardware

61
New cards

Shadow file

Where passwords are stored

62
New cards

Passwd file

Only shows “x” as password

63
New cards

IPOS Cycle

Input, processing, output, storage cycle

64
New cards

Processing (in IPOS cycle)

Includes data movement, I/O, arithmetic/logic operations, and branches

65
New cards

Branches

Change to another location in the program

66
New cards

Data movement

Move data between CPU and memory

67
New cards

I/O

Move data between CPU or memory and I/O device

68
New cards

Arithmetic/Logic operations

Computation

69
New cards

Abstraction

A mental model that removes complex details

70
New cards

IT Roles

System admin, network admin, database admin, web admin, web development, security admin

71
New cards

System admin

Administers computers in an organization

72
New cards

Network Administrator

Maintains and secures computer network

73
New cards

Database Administrator

Maintains database and database management system

74
New cards

Web Administrator

Maintains website through web server

75
New cards

Web Developer

Designs and creates web pages and scripts

76
New cards

Security Administrator

Secures systems and creates security policies

77
New cards

IT Skills

Troubleshooting, knowledge of operating systems, system level programming, system security, hardware

78
New cards

Troubleshooting

Detect a problem, diagnose its cause, find a solution

79
New cards

Knowledge of Operating Systems

Installation and monitoring