January 2018
Intermediate to advanced
376 pages
8h 45m
English
You can do this lab on either of your virtual machines. You'll save the output of the find command to a text file:
sudo find / -type f \( -perm -4000 -o -perm 2000 \) -ls > suid_sgid_files.txt
su - desired_user_account touch some_shell_script.sh chmod 4755 some_shell_script.sh ls -l some_shell_script.sh exit
Read now
Unlock full access