One of the files that the average Unix sysadmin rarely looks at, almost never changes and yet depends on every time he or she reboots a system is the /etc/inittab file. This modest little file ...
The ZIP archive is recognized by most operating systems, thus making it useful for compressing and archiving files regardless of the OS that your employees or customers use. If your company uses one ...
The grep command is a handy, reliable tool for searching for files or information. This tutorial illustrates 10 ways to take advantage of its power and flexibility. From the tutorial: Windows search ...
Guys a quick question : How do we find all the process which is using a particular file in Unix or Linux ? To answer your quick question you use the find command with the uid or the gid option if the ...
You are not alone. In fact, I was pretty confused by file permissions for a long time, but it’s actually very simple! Here’s why you should care, and how to understand the permissions that keep your ...
Solaris and other SVR4 versions of Unix provide file sharing through NFS and the /etc/dfs/dfstab file. The syntax of this particular file permits you to restrict file system sharing to a limited ...
We have looked at the fuser command before to display information about what users or processes are keeping file systems busy. This command can save you a lot of time tracking when you need to quickly ...