LAB4-CP5-Q1
alias + source
Checkpoint 5: Aliases
4 pts
alias ll='ls -la'. Add it to ~/.bashrc. Show source ~/.bashrc.
Exam questions that reference this lab question
- CSCD240-E1-A-Q25 directly_tests Create alias ll for long listing with human-readable file sizes.
- CSCD240-E1-B-Q44 directly_tests Alias lsm = ls -lah --sort=time.