[Put answer here]
[Put answer here]
[Put answer here]
- Run
echo $SHELL
after ZSH has been installed. Take a screenshot of the result and save it aszsh.png
What Linux command is used to:
- copy files and directories?
[Put answer here]
- move or rename files?
[Put answer here]
- change the current directory to another?
[Put answer here]
- list directory contents?
[Put answer here]
- print name of current directory?
[Put answer here]
- show the contents of a text file?
[Put answer here]
- make directories?
[Put answer here]
- remove empty directories?
[Put answer here]
- change file mode bits?
[Put answer here]
- What is the value of the
HOME
environment variable on your Linux system as seen from a terminal window?
[Put answer here]
- What are the file permissions and type on the text file you created (first 10 characters from a long listing,
ls -l
)?
[Put answer here]
- What editor did you choose to explore?
[Put answer here]
- List one of the commands used in your new
.zshrc
file and briefly explain what it does.
[Put answer here]