I Learning some new in Linux Advance :
1.scp commnad : secure copy
It use to securely transfer files between local host and remote host or between two remote hosts over SSH.
scp -i scp /path/to/local/file username@remote_host:/path/to/remote/directory
2.update :
This is package management...
day05-of-90daysofdevops-journey.hashnode.dev1 min read