O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Transferring a users stored credentials to a new machine can be easy with Windows vault. Learn how to backup and restore Windows vault with this excerpt from William R. Stanek's Windows7® 7 Admi...
Are you curious how Windows 7 works within workgroups, homegroups, and domains? In this excerpt from William R. Stanek's Windows® 7 Administrator's Pocket Consultant you'll learn about account ...
When it comes to data collection, user experience design is more important than ever. Data—that most valuable digital resource—comes from people and their actions, so designers and develop...
If you need to delete a user, but userdel reports that some of the user's
processes are running, use the slay program:# slay foober
slay: -KILL is kicking foober's butt!
slay: Wh...
If you want each user directory Web site (i.e., those that are
accessed via http://server/~username)
to have its own logfile try the following:In httpd.conf, add the
dir...
If you need to add new users to a Linux system, use useradd -m to create a login name, home directory, and other environment variables, and use the passwd -e command to set the new password. The accou...