Mike Banahan, et al
Linux books are starting to be a dime a dozen these days. I still remember the days before the 1998 Linux boom when all I could find as far as Linux literature is regarded was the Using Linux book published by Que and O’Reilly’s Running Linux, aside from the wonderful online documentation [...]
Professional Linux Deployment
Making changes to already existing user accounts
Another question that comes up in the mailing lists every now and then. How do you make changes to already existing user accounts, such as adding another user group to it, or perhaps changing the home directory, setting an expiration date, etc.? You can use the usermod command, such as in:
usermod -d /home/newhomedir [...]
Recovering lost/deleted files
No, it\’s not easy to do and there is no guarantee that you will recover all the files that you removed. However, the Linux Ext2fs Undeletion mini-HOWTO may help you.
Searching for files not owned by any user or group
It happens quite often that you may remove a user account from a system and yet there are files owned by that user left behind. Of course, the same applies to group accounts. In those cases, you could perform the following search in order to find them:
find / -nouser -print
find / -nogroup -print
Recent Posts
-
- The new face of open source on Wall Street | The Open Road – CNET News
- 50 ways to impress your geeky linux friends – LaptopLogic.com
- How to fix the most common Linux problems | TuxRadar
- The Beginner’s Guide to Linux, Part 1: Finding the Right Distribution | Maximum PC
- 10 things you wanted to do with Ubuntu but didn’t know how