linux commands Flashcards
1
Q
list block devices
A
lsblk
2
Q
match or verify integrity of files
A
md5sum
3
Q
configure kernel-resident network interfaces
A
ifconfig
4
Q
enable/disable a network connection
A
ifup/ifdown
5
Q
determine connection routes and provides information to debug connections
A
lft
6
Q
configure a network, enable network products
A
netconfig
7
Q
provide information and statistics about protocols in use and current TCP/IP network connections
A
netstat
8
Q
enter a host name and find the corresponding IP address
A
nslookup
9
Q
determines and records a route through the internet between two computers
A
traceroute
10
Q
capture and record all system calls made by a process and the signals received by the process
A
strace