Challenge 2: Fix Log File Permissions
Sponsored AdvertisementAdSense Slot (banner)
250 ptsIn Progress
Mission Briefing
The file /var/log/auth.log has restricted mode permissions. Change its permissions to 755 using chmod so all users can read it.
Hint:
Run "chmod 755 /var/log/auth.log" and verify with "ls -l /var/log/auth.log".
bash — terminal
AST Sandbox (Free)
Sponsored AdvertisementAdSense Slot (leaderboard)