Linux SCP command with examples

In this article, We will see Linux SCP command with examples.

Linux SCP Command Syntax:

scp [-346BCpqrTv] [-c cipher] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-S program] source ... target

What is SCP:
SCP copies files between hosts on a network. It uses ssh(1) for data transfer, and uses the same authentication and provides the same security as ssh. SCP will ask for passwords or passphrases if they are needed for authentication.

The source and target may be specified as a local pathname, a remote host.

Simple Syntax without option:

scp source_file_name username@destination_host:destination_folder

Continue reading Linux SCP command with examples

How to Install Microsoft Teams on Ubuntu

In this article, We will see how to Install Microsoft Teams on Ubuntu. Microsoft Teams is communication platform similar to Slack.

Microsoft provides Teams .DEB installer files for Debian and Ubuntu based distributions and .RPM for Red Hat and other Red Hat related based platforms. We can download these files and install Microsoft Teams by running the files for operating system..

We can install Microsoft Teams by two methods.

1. Graphical User Interface(GUI)
2. Command Line Interface(CLI)

Continue reading How to Install Microsoft Teams on Ubuntu

How to get list of users added to Linux group

In this article, we will see how to get list of users added to Linux group.

Linux Group is collection of users. The main purpose of the Linux groups is to define a set of privileges like read, write, or execute permission for a given resource that can be shared among the users within the group.

Get list of users added to Linux group
Continue reading How to get list of users added to Linux group