Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 245 Bytes

lab0.md

File metadata and controls

12 lines (10 loc) · 245 Bytes
  1. Execute command to check which user you are logged in
  2. Switch user to superuser root
  3. Clear the screen
  4. List all the commands that have been executed

Solution:

  1. whoami
  2. sudo su -
  3. clear
  4. history