What is Linux? [Command list]

Introduction

It will be a memo for learning.

Linux is simply

It is one of the same OS types as. The OS is the software that manages all the hardware of your computer.

Linux is an OS mainly used for servers.

Basic commands

command Explanation Example of use option
cd Move directory (folder) cd move folder name
ls Display the contents of a folder in list format Go to the target folder and ls -a System file display-l long format-d Display only specified directory information
mv Move files mv move source move destination
cp Copy files and folders cd move source move destination -i interactive mode-Preserve p file attributes-R whole copy-v View the copied file name
clear Clean the screen without erasing
mkdir Create a folder mkdir name -p Create nested folders at once
touch Create a file touch name
rmdir Delete empty files rmdir name
rm Delete files and folders rm name -r Delete the directory and all files in the directory. No confirmation
pwd Display your current location
find Search for files find / -name name
cat View the contents of the file cat file name -n line count display
diff Show the difference between a file and the contents of a file diff old name new name
grep Extract the line if the specified string exists in the text grep "The character you want to search" *file name
chmod Change file and folder permissions chmod permission file name
chown Change the owner or group of a file or folder chown Username you want to change Filename you want to change
history View command history
ln Set links to files and folders ln Link source Link destination
man View the command manual man command
apropos Search man page content apropos keyword
less Browse text files less file name
more Browse files page by page more file name

Recommended Posts

What is Linux? [Command list]
Linux command list
What is Linux
What is Linux?
What is Linux
What is Linux
What is Linux for?
What is UNIT-V Linux?
It's a Mac. What is the Linux command Linux?
What is the Linux kernel?
Linux command # 4
Linux command # 3
Linux command # 5
What is namespace
What is copy.copy ()
linux at command
What is Django? .. ..
[Linux] Search command
What is dotenv?
What is POSIX?
Linux command <Basic 2>
What is klass?
[Linux command summary] Command list [Must-see for beginners]
Linux [directory command]
Linux server command
Linux # Command Memo 1
Linux command [read]
What is SALOME?
Linux Command Summary
[Basic] linux command
Linux [shell command]
[Linux] Command / Knowledge
What is python
My linux command
What is hyperopt?
Linux command <Basic 1>
Linux command collection
Linux mkdir command
There is Linux.
Linux command basics
What is pyvenv
[Linux] Git command
Linux (command memory)
What is __call__
What is Python
[Linux] What is the host name confirmation method other than the hostname command?
[Linux command] cp command option list [Must-see for beginners]
[Linux command] touch command option list [Must-see for beginners]
[Linux command] less command option list [Must-see for beginners]
[Linux command] cat command option list [Must-see for beginners]
[Linux command] pwd command option list [Must-see for beginners]
[Linux command] rm command option list [Must-see for beginners]
[Linux command] cd command option list [Must-see for beginners]
[Linux command] mv command option list [Must-see for beginners]
[Linux command] man command option list [Must-see for beginners]
[Linux command] ssh command option list [Must-see for beginners]
(Linux beginner) What is the magic word aux?
[Linux command] mkdir command option list [Must-see for beginners]
What is the difference between Unix and Linux?
What is a distribution?
What is Piotroski's F-Score?