(b) Answer the following questions related to the above commands:
- How is tracert command different from pathping in terms of the output information they produce? Explain
- What is the output of Nslookup command? Explain
Tracert and Pathping are both network diagnostic tools used to trace the route that data packets take from a source to a destination. However, they differ in terms of the output information they produce:
1. Tracert Command:
Tracert (short for "trace route") is a command that provides a list of all the routers or intermediate devices that a packet passes through on its way to a destination. It displays the IP addresses of these _____ _______ _______ ______ _____ __________ _____ ___ ____ _____ __________ _______.
____ ___ _____ ___ ________ _______ ________ ____ _____.
____ ____ ________ _______ ______.
_________ _________ _______ ____ ___ ________ ______ _________.
________ _____ ______ __________ _____ ______ ________ ________ ___ ________ ________.
__________ _________ _______ ____ ____ _____ ________.
_______ ________ ______ ________ __________ __________ ___ ________ _____ _________ ________ __________.
_____ ______ ______ _________ _____.
__________ _______ _________ _____ ____ ____ ______.
________ ____ _________ __________ ______.
___ __________ __________ ____ ___ _____ ____ _________ _____ _____ _______ _____.
_______ ___ _______ ______ ______ _______ ________ ________ _____.
______ ___ ___ ___ __________ ___ _________ __________ ________ _________ ________ ____.
________ ____ ______ ___ ___.
_________ __________ ________ ____ ___ _____ _______ ___ ____.
_________ ________ _____ _____ ____.
_______ _______ ______ _________ ________ _______ ________ _____ ________ ________.
____ _____ _____ _____ __________ ______ ____ ________ ______ ___.
___ ____ __________ _________ ___ ________ ____.
________ ____ _____ ______ _______.
______ ___ ___ _____ _________ _______ _______ _____ _______ _________ ______.
_______ ________ _________ __________ _________ _________.
____ __________ ___ _____ ________.
__________ ______ _________ _________ _______ _____ ___ ______ ___.
______ _________ _______ ___ ____ _________.
________ ______ __________ ______ ______ ____ _______ ________ _________ _____.
_______ ______ _____ _________ ____ ______ ___ _________ _________ _____ __________.
________ _____ ________ __________ ____ ______ ___ ____ _________.
_____ ________ ______ _______ _________ _____ ____ _________ __________.
_____ __________ _________ ___ _______ _____ _____ __________ ______ _____ _____.
____ ____ __________ _______ _______ __________ _________.
___ ______ ___ ___ _____ _________ ____ ___ _________ _____.
________ _________ ___ _________ _______ _________ _____ ___ _____ ______.
________ ________ _____ _____ ______ ____ ________ ________.
___ ______ _________ __________ __________ _____.
____ ______ ______ _________ ___ __________ __________ ________.
_________ ___ ____ ____ _____ ______ _____ _________ __________.
__________ ____ ________ _______ ________ _________ ____ _________ ___ ___ ________.
_____ ______ ________ ______ ________ ___ ____ ___ ______ ____ ________.
_________ ________ _______ __________ ____ ___ ____ _____ ____ __________.
__________ ___ __________ _____ _____ ________ ________ _____ _____ _______ ____ __________.
________ _________ ____ _____ _______ _____ _____ _________.
______ _________ __________ ________ ____ ___ __________ _________ __________.
___ __________ ________ ________ ______ ____.
__________ ___ _________ __________ ________.
_______.
Get Full Answer on WhatsApp
(a) Write a shell script to to perform the following tasks:
(i) check to see if the file “my_file” exists
(ii) display file “ my_ file passwords are enabled” if it exists.
(i) check the permission to write to the file “my_file”
(ii) display “ permissions to edit “ my_file”, if yes,
(iii) otherwise display “ No permissions to edit “ my_file”
(b) (i) write a shell script that prompts the user for a name of a file or directory and reports what type of this file is : regular file, a directory, or another type of file.
(ii) Execute an ls command against the file or directory with any two options you are aware of.
Perform the following tasks and write the procedures :
- Configure VPN client as a VPN client
- Set your printer on sharing and assign print permission according to different users, configuring printer priority for different groups
- How will you access your account available at a remote machine? . Download some files from that machine to your machine
(a) Run the following commands and write/show output
- IPConfig
- tracert
- pathping
- nettime
- nslookup
(b) Answer the following questions related to the above commands:
- How is tracert command different from pathping in terms of the output information they produce? Explain
- What is the output of Nslookup command? Explain
(c) Answer the following questions :
- List all the files within a directory including hidden files
- Which command is used to show files or directory , size, modified date and time, file permission,etc.
- Sort file or directory by file size
- What is the output of: ls-al | more ?
- How to kill a process?