Summary: How can I find the open files in Unix server? I have 20 Win XP machines connected to Unix server. I want to know which user has what files open? Appr...
Summary: Does anyone know how to run backup without having it return an error (>0)if it encounters an open file. Currently I am doing the backup by "find . |...
Summary: I have a unix volume(AIX4.2) mounted on NDS Netware 4.1. and mapped to a drive. In windows 95 or NT4, i can open text/csv etc files in wordpad, but to...
Summary: Many implementations of vi set the dir value to /var/tmp. This is ok if /var/tmp is a large filesystem. However, many times it is not. To change it...
Summary: I would like to be able to programmatically determine the number of file handles available on the various flavors of unix. This parameter determines ...
Summary: Whoops sorry about the above. I though I was in the Windows forum. However, I should think the same applies to Unix. The OS should not let you move ...
Summary: Accidentaly i have booted a unix open server machine with a virus infected floppy inside a floppy drive. The next time, when i wanted to boot the mach...
Summary: Hi all, I'm working on Exceed (unix machine) from Windows. With a grep command on a file I build a new text file in UNIX in wich every line is of type...
Summary: Hi All, I am quite new at unix script. I have two questions to ask for your help. 1) I will do quite a lot of experiments. The output file names of di...
Summary: We're running a server program that keep adding message into a log file, and it's supposed to run 24/7. Is there any way that we can edit this log fil...
Summary: We have a computer that is running Novell that goes out to the internet and downloads a file and puts it out on the NFS and then a phantom process run...
Summary: After I searched the keyworks, "ld :0706-006 cannot find or open library AIX" on http://metalink.oracle.com, I got 35 posts. You have to find the one ...
Summary: I am trying to run an app in Unix and when I do I receive a message that the swap file is not large enough. I have plenty of RAM, why would the swap ...
Summary: I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a b...
Summary: I need a unix driver for the Supra FaxModem 144LC. Note that this modem worked fine under SCOXenix. It does not stay in Auto Answer mode or answer u...
Summary: What exactly are you asking about, David? Are you setting up a unix machine? File naming schemes are usually set by convention, or by any constraint...
Summary: I am trying to retrieve a list of directories which have received new files, step through the list and ls for each row to produce a complete list. Wor...
Summary: When I do uncompress in UNIX any file of 2/3GB the CPU load shoots up very high as 99%. Does any one have experienced this. What is the solution. Wher...
Summary: HI there. We have an invoice system run on Unix, the invoices that are printed out have varying text sizes (2... larger for the header/address section...
Summary: I have a client that has a UNIX system that runs a Lotus 123 look alike application. Thye want to convert several spreadsheets to Excel 97. Is there a...
Summary: First - you probably realize that the 'i' variable in the scanf should have a '&' in front of it: scanf("%d",&i); To read from a file using scanf: i...