You have performed an audit and found an active account for an employee with the username foer, This user no long Which command can you use to disable this account? usermod -1 joer usermod -d joer usermod -u joer usermod -L joer (1) English Legal | Copyright o comptia, Inc. All rights reserved,
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
Beyond the Answer
To disable the account of the employee with the username "foer," you would use the command `usermod -L foer`. The `-L` option locks the account, preventing the user from logging in. It’s a handy way to immediately restrict access without deleting user data, which might be necessary for record-keeping or potential future access. In a real-world scenario, it's important to follow up an account disablement with a review of any critical access that user may have had. Ensure that any sensitive files or databases linked to that user are secured and investigate if there are any services dependent on that account to prevent disruption. It’s all about maintaining security while keeping services running smoothly!