For in-class tasks, you are required to execute the commands as instructed and capture the command history upon completion. To ensure that only the commands executed during the current session are captured, it’s recommended to start each session with a clean history. Use the following command to clear the command history stored in the current session.
# Clear the current session's history
history -c- Execute ls -l in one of your directories that contains some items. Discuss the mode, owner and group of at least 3 of your files or directories.