17-Introduction to Unix

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to Unix, including operating system definitions, command line interface features, and common commands.

Last updated 11:36 PM on 1/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Operating System

The program that controls all the other parts of the computer system, managing hardware and software.

2
New cards

Kernel

The core part of the operating system that manages memory, schedules CPU work, and organizes data transfer.

3
New cards

User Interface

Methods used by users to interact with the computer, including GUIs and Command Line Interfaces.

4
New cards

Command Line Interface (CLI)

A user interface that requires text input to execute commands, often more powerful than a GUI.

5
New cards

Shell

A program interpreter in Unix that executes user commands entered in a command line interface.

6
New cards

Putty

An SSH and telnet client developed for Windows, allowing secure remote access.

7
New cards

ssh

Secure Shell, a protocol to connect to remote computers securely.

8
New cards

SFTP

Secure File Transfer Protocol allowing file transfers between computers over a network.

9
New cards

Command

A sequence of words entered in a shell that tells the operating system to perform specific tasks.

10
New cards

passwd command

A command used in Unix to change the user's password.

11
New cards

man command

A command to access the Unix manual pages for help on commands.

12
New cards

Examples of Unix commands

Common commands include 'who' for current users and 'date' for the current date and time.

13
New cards

File Permissions

Access restrictions that determine who can read, write, or execute a file or directory.