DispersedNet
SiteMap
Configure Linux Items
Linux Admin
System Admin
Troubleshooting Red Hat Linux
«Prev
Next»
Linux Customization
System Admin
Linux GPL
Distribution Benefits
Component Prerequisites
Key Requirements
Course Resources
Case Study
Compiling Linux Kernel
Modular Monolithic Kernels
Linux Kernel Modules
Loading Kernel Modules
Kernel Loaded Module
Module Configuration
Kernel Modules - Quiz
Linux Kernel Compilation
Kernel Build Procedures
Configure Kernel Options
Build Install Kernel
Post Installation Procedure
lilo Map Installer
Kernel Conclusion
Compiling Linux Kernel - Quiz
Serial Networking Devices
Linux Serial Devices
Administering Serial Ports
Linux Serial Modems
Multiple Network Interface Cards
Loading Multiple Modules
Network Configurator Tool
Data Loss Protection
Tape Drive Hardware
Tape Control Commands
Tar Tape Backup Command
Linux Dump Backup Command
Linux Restore Command
Tape Backup
Redundant Array Disks
Describe Raid Levels
Raid Levels - Quiz
Hardware versus SW Raid
Tools Protect Data Loss
File System Administration
Planning Linux Filesystem
Partition Layout Plan
Partition Size
Enable Swap Space
New Hard Drive
Filesystems Conclusion
Administer Local Filesystems
mke2fs-command
ext2-filesystem
Redhat Automount
Setting up Automounter
Linux Sync Files
Spoofing Packet Sniffing
rsync Remote Server
Monitoring Filesystem Usage
Resolving Filesystem Problems
Filesystem Configuration
System Kernel Logging
System Logs
Kernel Messages
System Event Log
Troubleshooting Systems
User Login Problems - Exercise
User login Problems
Objective:
Troubleshoot common user login problems.
Scoring
This exercise is unscored. It's an opportunity for you to practice ordering the steps of a client-side DNS query. When you are finished, click the
Submit
button to receive credit for completing the exercise.
Background and Overview
One day, at the start of business, a user reports that she is unable to log in. When you ask her for the error message, she says that her home directory does not exist. Several minutes later, another user reports that he is unable to log in with the same error.
Instructions
Both the users
john
and
jane
are unable to log in. Use the procedures discussed in this lesson to troubleshoot their login problems.
Unlike the other simulations within this course, there are a few steps you'll need to figure out on your own. We'll tell you what to do, but figuring out how to do it will be your task in this exercise.
1) /root
2) ls /home
3) mount /home
4) ls/ home
First, make sure that the home directory mounted correctly by typing the command to list the contents of /home.
Prompt
ls /home
Try typing ls /home and press Enter.
Because the directory is empty, you suspect that the /home directory was unmounted during the previous night's backup but never remounted. Type the command necessary to remount this directory.
Prompt
mount /home
Try typing |||(S1)mount /home|||(S0) and press Enter.
The /home directory mounted successfully, so now type the command to list the contents of /home.
Prompt
ls /home
Try typing ls /home and press Enter.
The users' home directories are now available. This completes the Simulation. Click the Exit button.