Networking Commands |
|
arp |
displays ARP table of the device |
arpwatch |
displays ethernet activity and Ethernet/ip pairings |
bmon |
displays bandwidth, captures |
curl |
used for for file transfer |
dhclient |
used to analyze clients ip address, subnet mask, gateway, dns server |
dig use |
used for simple DNS lookup |
dstat |
collects and shows system resources |
ethtool |
used to check settings of your NIC |
ftp |
used for for file transfer |
host |
used for IP-Name matchings |
hping3 |
used for packet analyze |
ifstat |
used to monitor network interface statistics |
ip addr |
used to check network interfaces and routing activities |
iptables |
used for ip packet filtering |
iftop |
displays current bandwidth usage |
ifup/ifdown |
used to enable or disable interfaces |
iwconfig |
used to configure wireless interfaces |
netstat |
to check network connections |
nload |
used as bandwidth monitoring tool |
nmap |
used for security audits |
nslookup |
used also for DNS query |
ping |
used to check reachability |
route |
displays IP Routing Table |
scp |
secured file transfer |
sftp |
secured file transfer |
ss |
gives detailed information about the sockets |
ssh |
used for secure connection |
tshark |
analyzing and capturing |
tcpdump |
used for analyzing and capturing |
telnet |
used for classical unsecure connection |
tshark |
used for packet analyze |
tracepath |
used for path tracking |
traceroute |
used for path tracking |
w |
used to check the current system activity |
wget |
used to download the content of the web servers |
whois |
checks the whois database and return with IP and Domain info |
|
|
Install Commands |
|
yum search keyword |
compresses abc file using gzip. |
yum install abc |
installs abc package |
yum info abc |
displays description and summary info about abc package |
rpm -i abc.rpm |
installs package from local file named abc.rpm |
yum remove abc |
Remove/uninstall abc package |
yum list installedl |
lists all installed packages with yum |
yum search [keyword] |
finds a package by a related keyword |
yum info [package_name] |
shows package information and summary |
yum install [package_name.rpm] |
installs a package using the YUM package manager |
dnf install [package_name.rpm] |
installs a package using the DNF package manager |
apt-get install [package_name] |
installs a package using the APT package manager |
rpm -i [package_name.rpm] |
installs an .rpm package from a local file |
rpm -e [package_name.rpm] r |
removes an .rpm package |
|
|
Hardware Information Commands |
|
dmesg |
displays messages in kernel ring buffer |
cat /proc/cpuinfo |
displays CPU information |
cat /proc/meminfo |
displays memory information |
lspci -tv |
displays PCI devices |
lsusb -tv |
displays USB devices |
dmidecode |
displays DMI/SMBIOS from BIOS |
hdparm -i /dev/sda |
displays info about disk sda |
hdparm -tT /dev/sda |
performs a read speed test on disk sda |
badblocks -s /dev/sda |
tests for unreadable blocks on disk sda |
All UNIX commands for SDET and Manual tester Part-2
No comments:
Post a Comment