- Use Command
whoami
and figure out the output. You can use man to know more about whoami.
Command: Command
Output: -------------------
- Use Command
hostname
and figure out the output. You can use man to know more about hostname. - Count how many words in any file in your system?
- Find the logged in users in your system?
- Use history command and run one of the processes that appears in the history without re-write the command?
- Find since when your system was running?
- Get the data and time in Dubai using CLI?
- Store calendar output to a file called calender.txt
- Use this command echos “Oh there is an error” then save the error(output) if appears to file called logs.txt
After every task write the command you used and the output you got in this README.md file
Always remember to use man command to explore the commands you are using!