News

There are many ways to move files between Unix and Windows. In my mind, they fall into three categories — secure copy (let’s not even think about ftp), shared drives, and file synchronization. Each ...
One of the questions that Unix users are sometimes reluctant to ask is how all the directory names — like /etc, /var and /usr/local — came about in the first place. Why did we adopt the particular ...
While the average Unix user is generally satisfied by the date/time stamps that he sees when using the ls -l command, it is sometimes useful to remember that there are actually several time stamps ...
People who have had bad experiences on Windows disks that performed poorly after they had become very fragmented often wonder if they need to apply some kind of periodic analysis and defragmentation ...
If you're new to the UNIX operating system, especially if you're familiar with Windows, you'll find that the file access control mechanisms might not be exactly what you expect. File permissions and ...
Businesses have proprietary information such as customer lists that need protection. The easiest way to protect only a few critical files is to encrypt and decrypt them manually. Unix system come with ...
I’ve followed your guide to building a home server with FreeNAS, but I’m not sure what to do with the permissions on my files. Can I just set them all to 777, or is that insecure? This stuff is like ...
When I send a text file via FTP from windows to unix, I am having conversion issues. <BR>1. If I send the file via ascii, all of the tabs in windows are converting to 8 spaces in unix.<BR>2. If I send ...
Notepad, the text editor that ships with Windows, is not a complicated application. For many, this is its major advantage—by having virtually no features, it cannot go wrong—but especially for ...