Welcome to My Personal Blogging Area
Piyush Gupta
-
Transfer files using SCP Command in Linux
Author : Piyush GuptaSCP (Secure Copy) is a command line tool for Linux systems for securely transfer files from local to remote server or vice a versa. SCP uses SSH protocol for transferring files between two systems which is more secure than ftp. Syntax: (Local to Remote) scp /path/to/local/file.txt user@192.168.10.100:/remote/path/ Syntax: (Remote to Local) scp… Read more
-
How to Kill a Process by Name in Linux
Command line users rely on the ‘kill’ command to terminate a process as defined by the appropriate process identifier (PID). While there’s nothing wrong with targeting processes by their PID, another approach which is often easier is to target a process by name, rather than its unique identifier. There are a few ways to kill… Read more
Follow My Blog
Get new content delivered directly to your inbox.