In Linux, which of these is the incorrect use of the netstat utility.
A. Kill a TCP connection
B. Display the network connections
C. Route the tables
D. Interface statistics
E. Masquerade connections
F. Multicast memberships
Select a shell script to automate the following commands.
Switch to directory mydir.
List all the files of mydir.
Delete all the .txt files from mydir.
You have a file, myfile that you want to compress and decompress with the gzip utility. Consider the following commands.
Command1 : To compress the file myfile. gzip myfile
Command2 : To decompress the compressed file. gunzip myfile.gz
Select the option that depicts the result of the above commands.