Assignment for Netlabs A+ Lab 8 Questions
Assignment for Netlabs A+ Lab #08 Questions:
1) What command do you use in CLI to display directories and files?
- ls command
2) What option on the command in question 1 pauses the display after each screenful of information?
- when ls is used with more option, it will pause the display after each screenful of information.
3) What do the following Windows CLI commands do:
a. Cls – ti will clear the screen
b. Cd .. – it will change directory to the previous
c. Md – it is used to create directory
d. Date – it is used to show current date
e. Calendar – it is used to show Calendar (date & time)
f. Rd – it is used to remove directory
4) In Linux what do the following commands do:
a. Ls – it is used to list files and directories
b. Pwd – it is used to show present working directory
c. Cd – it is used to change directory
e. Mkdir – it is used to make directory
f. cat – it is used to view files contents
g. Mv – it is used to move a file or directory
h. Rm – it is used to remove a file
i. Rmdir – it is used to remove a directory