You've probably heard that everything in Linux is a file, so start on the right path with a solid grounding in file and directory management -- finding, listing, moving, copying, and archiving. You can use this material in this article to study for the LPI 101 exam for Linux system administrator certification, or just to learn for fun.
Read more »Learn Linux, 101: File and directory management
Category: End User Tags:
- Login to post comments
Automatically process new files with fsniper
fsniper lets you monitor specified directories and execute scripts on any new files that are created in them. Because fsniper uses inotify to monitor its directories, the actions you define are executed as soon as filesystem changes happen. This makes fsniper both more immediate than an hourly cron job and more efficient.
Read more »Category: High End Tags:
- Login to post comments
The Root of it All: The meanings of the folders in the / directory
Most linux users know about the root directory, but many of the folders contained in / are a mystery as to their purpose. I wanted to write about this in one of my switching to linux articles, but it would have made the article far to long, so I’ve made a separate post about it. I hope this article will better prepare you better for managing your linux system, no matter what you use it for. With no more ado, here we go!
Read more »Category: End User Tags:
- Login to post comments