Which Library should be used to test response on a Linux Terminal

I am new to the Robotic framework and looking for information on libraries and some exmaple. I want to execute the sequence of Linux Command in Terminal and check the response. How can this be done and which library.?

Example
Testcase
setting and Check Ip address

Thanks in advance.

It may depend on where you are running robot. In the Linux machine, or in a remote Linux machine.

For local running commands we can use OperatingSystem or Process libraries (provided by Robot Framework).
For remote running commands we can use SSHLibrary (assuming that you are not connecting with Telnet :wink: ).