CHAPTER ONE: LINUX SYSTEMS Flashcards
(35 cards)
What is linux?
It is a open source, free operating system created in 1991 by Linus Torvalds (student in Finland).
Open-source
Code is public and editable by anyone. Free to use and share
Closed-source
Code is hidden. Only the company can edit it
Operating system (os)
Software that runs your computer. It talks to your hardware (keyboard, screen, memory)
Kernel
The core of the os. It controls the cpu, memory and devices
Linux-distro
A version or flavor of linux like ubuntu, mint, fedora, kali.
What is a vm?
Virtual machine. Like running a pretend computer inside your real computer.
Terminal
The window you type in
Shell
The program that reads and runs your commands
Command lines
Typing out what you want you’re computer to do
Terminal emulator
A program that emulates (mimics) a physical terminal. Interacts with the shell.
What do you press to open the command terminal?
Ctrl + alt + T
Command: date
Shows current date and time
Command: cal
Shows current months calendar
Command: cal 2024
Shows the whole year’s calendar
Command: clear
Clears the terminal screen
Command: iscpu
Info about your computer’s processor
Command: uptime
Shows how long your system has been on
Command: reboot
Restarts your computer
Command: pwd
Shows current folder you’re in
Command: is
Shows a list of all folders/files in current folder
Command: passwd
Changes your password
Command: hostname
Shows Computers name
Command: free-h
Shows memory (RAM) in human readable format