February 2020
Intermediate to advanced
666 pages
15h 45m
English
You can perform this lab on either of your virtual machines. You'll save the output of the find command to a text file. Let's get started:
sudo find / -type f -perm /6000 -ls > suid_sgid_files.txt
su - desired_user_accounttouch some_shell_script.shchmod 4755 some_shell_script.shls -l some_shell_script.shexit