It Fundamental QUIZ 1

studied byStudied by 49 people
5.0(2)
Get a hint
Hint

cp/copy

1 / 78

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

79 Terms

1

cp/copy

Copy file

New cards
2

ls

List contents

New cards
3

ls -l

List contents in a long listing

New cards
4

mv/move

Move or rename file

New cards
5

rm/del

Delete file

New cards
6

cat, more, less/type

Display text file contents

New cards
7

mkdir

Create directory

New cards
8

rmdir

Delete directory (must be empty)

New cards
9

cd

Change directory

New cards
10

pwd

Print working directory

New cards
11

ls -d *

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

New cards
12

rm -r

Deletes all content

New cards
13

rm -ir

Asks permission before deleting all items in order

New cards
14

touch

Create file

New cards
15

sudo useradd

Create user

New cards
16

usermod

Modify an existing account

New cards
17

chmod

Change permission file

New cards
18

chown

Change a file’s ownership and group ownership

New cards
19

chgrp

Change a file’s group ownership

New cards
20

rwx

Read, write, execute

New cards
21

ugo

User, group, other

New cards
22

read

4 in numerical

New cards
23

write

2 in numerical

New cards
24

execute

1 in numerical

New cards
25

/etc/passwd

Go to password

New cards
26

In passwd “-e”

Creates an expiration date for the password

New cards
27

In passwd “-w”

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

New cards
28

$

The shell

New cards
29

.bash_history

Shows all commands used since beginning

New cards
30

!!

Repeats last command

New cards
31

Ctrl p

Shows the previous used command

New cards
32

Ctrl n

Shows the next command

New cards
33

Head

Shows first 10 lines of file

New cards
34

Tail

Shows last 10 lines of file

New cards
35

cd ..

Move up one level

New cards
36

alias

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

New cards
37

grep/egrep

Search one or more files for the specified regular expression

New cards
38

*

Means everything

New cards
39

?

Means any one character

New cards
40

Variable

Can be created by using (-NAME=value)

New cards
41

echo

Outputs whatever you want

New cards
42

command > file

Redirects output to file, overriding if it exists

New cards
43

command >> file

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

New cards
44

command < file

Redirect input to come from file

New cards
45

command | command

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

New cards
46

man

Manual page, shows basically everything

New cards
47

Sequential access

Data in a file accessed in a linear fashion

New cards
48

Direct access

Data in a file accessed directly by specifying logical record numbers

New cards
49

Parent directory

The containing directory

New cards
50

Subdirectory

The directory being contained

New cards
51

Root directory

The directory at the highest level

New cards
52

Path

Text designation of the location of a file or subdirectory

New cards
53

Absolute path

Path that begins at the root and includes all successive subdirectories

New cards
54

Relative path

Path name that begins at the current working directory

New cards
55

CPU

Responsible for executing programs and performing the fetch-execute cycle

New cards
56

Memory

Used to store both executable program code and data

New cards
57

SRAM

Cache, registers

New cards
58

DRAM

Main memory

New cards
59

ROM

Read-only memory

New cards
60

Operating System

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

New cards
61

Shadow file

Where passwords are stored

New cards
62

Passwd file

Only shows “x” as password

New cards
63

IPOS Cycle

Input, processing, output, storage cycle

New cards
64

Processing (in IPOS cycle)

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

New cards
65

Branches

Change to another location in the program

New cards
66

Data movement

Move data between CPU and memory

New cards
67

I/O

Move data between CPU or memory and I/O device

New cards
68

Arithmetic/Logic operations

Computation

New cards
69

Abstraction

A mental model that removes complex details

New cards
70

IT Roles

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

New cards
71

System admin

Administers computers in an organization

New cards
72

Network Administrator

Maintains and secures computer network

New cards
73

Database Administrator

Maintains database and database management system

New cards
74

Web Administrator

Maintains website through web server

New cards
75

Web Developer

Designs and creates web pages and scripts

New cards
76

Security Administrator

Secures systems and creates security policies

New cards
77

IT Skills

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

New cards
78

Troubleshooting

Detect a problem, diagnose its cause, find a solution

New cards
79

Knowledge of Operating Systems

Installation and monitoring

New cards

Explore top notes

note Note
studied byStudied by 21 people
... ago
4.0(1)
note Note
studied byStudied by 64 people
... ago
5.0(1)
note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(2)
note Note
studied byStudied by 44 people
... ago
5.0(2)
note Note
studied byStudied by 5 people
... ago
5.0(1)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 11 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (45)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (132)
studied byStudied by 8 people
... ago
5.0(1)
flashcards Flashcard (53)
studied byStudied by 7 people
... ago
5.0(2)
flashcards Flashcard (49)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 3 people
... ago
5.0(2)
flashcards Flashcard (47)
studied byStudied by 40 people
... ago
5.0(5)
robot