From bbed66d9033bad9cc60dfd96c0e054670b96234d Mon Sep 17 00:00:00 2001 From: Shubhank-Bhorhari <72190061+Shubhank-Bhorhari@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:24:01 +0530 Subject: [PATCH] Update command.txt --- command.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/command.txt b/command.txt index e4b1473..76b6330 100644 --- a/command.txt +++ b/command.txt @@ -31,6 +31,7 @@ pwd mkdir rm rm -rf +rm -rf *.* yum install yum remove yum install -y @@ -199,3 +200,11 @@ args = parser.parse_args() print("The Hostnameof the instance is : %s" % args.hostname) print("The Securitygroupof the instane is : %s" %args.securitygroup) print("The Type of the Instance : %s" %args.type) + +nc -nv IPaddress +nc IPaddress Port_number +showmount -e IPaddress +df -h (To Show Mount) +hostname +dig Domain_name +dig Domain_name Record_Type (Ex: dig www.google.com MX)