Linux command (sequential update)

ssh

Connect to the server. ssh is a protocol that encrypts communication and connects to a remote server.

scp Exchange files with the server. Specify with the full path.

grep

$grep search regular expression filename

Print lines that contain specific characters.

It is often used with a pipe ("|"), which is very convenient.

$ ps aux | grep apache

When you hit

You can check if apache is running. You can check each process. (Refer to the reference article for details)

reference

Reference article of "grep" https://webkaru.net/linux/commands-pipeline/

Recommended Posts

Linux command (sequential update)
Linux command # 4
Linux command # 3
Linux command # 5
Linux command list
linux at command
[Linux] Search command
Linux command <Basic 2>
Linux [directory command]
Linux server command
Linux # Command Memo 1
Linux command [read]
Linux Command Summary
[Basic] linux command
Linux [shell command]
[Linux] Command / Knowledge
My linux command
Linux command <Basic 1>
Linux command collection
Linux mkdir command
Linux command basics
[Linux] Git command
Linux (command memory)
[Linux] Volume configuration command
Linux command cheat sheet
python memorandum (sequential update)
Linux basic command memorandum
Linux command [File operation]
[Linux] Basic command summary
Linux command for self-collection
linux command error collection 1
Update vscode on linux
Linux command line shortcut
linux sar command CPU usage
[Linux] tar.gz compression / decompression command
What is Linux? [Command list]
[Linux] Update the package offline
Easy df command on Linux
Linux tar xz command memo
Linux Command Dictionary (for myself)
linux: create original Terminal command
[Note] Useful linux command collection
Linux command memorandum [for beginners]
Linux PC spec check command
[Linux] User / group command summary
[Infrastructure] Linux command, shell script collection
[Linux convenient command] Try inserting exa
Command to create Linux Live USB
[Linux] OS recovery with restore command
Completion of docker command on Linux
[Linux convenient command] Try inserting csview
Permission and ownership change command [Linux]
LINUX command [wc edition] Usage example
Linux command [ldconfig] LPIC learning memo
[linux] kill command to kill the process
Linux
[Linux convenient command] Try inserting bat
Linux command 16 procedure manual folder (completed)
Linux command (basic in basic) personal memo
[Linux command summary] Command list [Must-see for beginners]
[linux] Command notes that you often forget