What is Linux

What is Linux in the first place?

--Linux is a type of OS. An OS is like the foundation of a computer, such as screen operations and passing information. --Linux is an open source operating system, and open source is like a free and variable program. Linux machines are not much different from MacOS and WindowsOS, but you can start a new server or create an OS for free. --Linux is operated by typing commands on the CUI.

Linux commands

--Move directory

shell


$ pwd  //Show working directory

$cd directory name//Change directory

--File display

shell


$ ls  //View files in your current directory

--File operation

shell


$mkdir directory name//Create directory
$cp File you want to copy Name after copying//copy
$mv File you want to move Destination//Move
$rm file name//Delete

Recommended Posts

What is Linux
What is Linux
What is Linux
What is Linux for?
What is UNIT-V Linux?
What is Linux? [Command list]
What is the Linux kernel?
What is namespace
What is copy.copy ()
What is Django? .. ..
What is dotenv?
What is POSIX?
What is SALOME?
What is python
What is hyperopt?
There is Linux.
What is pyvenv
What is Python
What is a distribution?
What is Piotroski's F-Score?
What is Raspberry Pi?
[Python] What is Pipeline ...
What is Calmar Ratio?
What is hyperparameter tuning?
What is a hacker?
What is ensemble learning?
What is Python's __init__.py?
What is an iterator?
[Python] What is virtualenv
What is machine learning?
It's a Mac. What is the Linux command Linux?
(Linux beginner) What is the magic word aux?
What is the difference between Unix and Linux?
I thought "What is Linux?", So I looked it up.
What is Minisum or Minimax?
What is Logistic Regression Analysis?
What are environment variables? (Linux)
What is a decision tree?
What is a Context Switch?
What is Google Cloud Dataflow?
[DL] What is weight decay?
Linux
What is a super user?
What I learned about Linux
Competitive programming is what (bonus)
[Python] * args ** What is kwrgs?
What is a system call
[Definition] What is a framework?
What is the interface for ...
What is Project Euler 3 Acceleration?
What is a callback function?
What is the Callback function?
What is a python map?
What is your "Tanimoto coefficient"?
Python Basic Course (1 What is Python)
What is Python? What is it used for?
[Python] What is a zip function?
[Python] What is a with statement?
What is labeling in financial forecasting?
What is Azure Automation Update Management?
[Python] What is @? (About the decorator)