Typical Linux commands (7)

①cd [path](current directory) Command to go to [path].

②pwd(print working directory) A command to display the current directory.

③mkdir [new folder](make directory) Command to create a new folder.

④touch [new file] Command to create a new file.

⑤ls(list) A command to list files and folders in the current directory.

⑥rm [file] A command to delete an existing file.

⑦rm -r [folder] A command to delete an existing folder.

Recommended Posts

Typical Linux commands (7)
Linux commands
Linux commands
linux commands
Linux commands
Linux commands
Network Linux commands
Linux user commands
New Linux commands! !!
Basic LINUX commands
Various Linux commands
Frequently used Linux commands
Frequently used Linux commands
Linux commands to remember
New Linux commands! !! Part 2
Studying Linux commands and frustration
Linux
Introduction to Linux Commands ~ LS-DYNA Edition ~
Basic knowledge of Linux and basic commands
Handle dates in Linux bash commands
[Linux Mint 20] Various WiFi confirmation commands
[Linux] Frequently used Linux commands (file operation)
Convenient shortcut keys for Linux commands! !! !!
Frequently used Linux commands (for beginners)
[Linux] File and directory operation commands
Try compiling Linux commands (cross-compilation practice)
[Linux] Frequently used Linux commands (folder operation)
About Linux commands Super basic edition
Note: Linux concepts and minimum commands
Use Linux commands on Android devices
Linux (for users and su / sudo commands)
linux memorandum
Linux command # 4
Create your own Linux commands in Python
[Linux] Review of frequently used basic commands 2
Linux basics
direnv (linux)
[Linux] Summary of middleware version confirmation commands
[Linux] List of Linux commands used in practice
Organize Linux
Linux practice
Ubuntu Linux 20.04
Linux Summary
Linux process
Quick reference table: Linux disk related commands
Linux permissions
Basic commands
Linux command # 5
About Linux
Summary of petit techniques for Linux commands
[Linux] Review of frequently used basic commands
Forgot linux
[Linux] Learn the basics of shell commands
About Linux
About Linux
About Linux
About Linux ①
Linux redirect
[Linux] Review of commands for deploying on AWS
[Linux] Zip file compression and decompression commands [Vim]
How to handle Linux commands well from Python