Tech Support > Operating Systems > UNIX / Variants
mv swap to other partition
Posted on March 14th, 2005 | 3 Comments

blackdog wrote: Please provide context when you post. If I hadn't responded earlier I wouldn't know what you were discussing. To partition - use "format". It is a menu oriented program so read...

touched files
Posted on March 14th, 2005 | 2 Comments

On 14 Mar 2005 12:00:33 -0800, jdunphy <dunphyj@gmail.com> wrote: find -newer.

remote monitoring display
Posted on March 14th, 2005 | 1 Comments

On 14 Mar 2005 10:20:22 -0800, mmccaws <mmccaws@netscape.net> wrote: Easiest way to do this, might be to have a handful of low-end (otherwise retired) boxes as display units, hooked to a console...

find and list
Posted on March 14th, 2005 | 13 Comments

Doug Freyburger wrote: I run aix 433, 51, and 52 and the -ls option to find *is* on all these versions. administer both AIX and SUN systems. Now it's invaluable for combining the output of a...

IPlanet 4.1 jdk 1.3 problem
Posted on March 14th, 2005 | 2 Comments

Dave Hinz <DaveHinz@spamcop.net> wrote in message news:<39dsvlF60hkvaU3@individual.net>... ----------------------------------------------------------------------- Hi Dave ..thanks for the...

Top 10 posters comp.unix.admin
Posted on March 13th, 2005 | 0 Comments

Top 10 posters for the 7 day period ending Monday March 14, 2005. posts kbytes name address 4 8.8 Barry Margolin barmar@alum.mit.edu 4 7.9 Doug...

Top 10 subjects comp.unix.admin
Posted on March 13th, 2005 | 0 Comments

Top 10 subjects for the 7 day period ending Monday March 14, 2005. posts kbytes subject 13 22.5 find and list 5 6.3 how to send mail to multiple recipients 3 5.7 Firewall/NAT...

how to send mail to multiple recipients
Posted on March 11th, 2005 | 4 Comments

for in in user1@domain.com user2@domain.com do echo test | mail $i done hope this help not for spam "tony" <none@none.com> escribió en el mensaje

Sco 5.0.5 TCP/IP
Posted on March 10th, 2005 | 3 Comments

returnoftheyeti@aol.com wrote: Whats the netmask on the SCO box? It's most likely 255.255.255.0, which is the default. With that netmask, you could not ping anything other than...

SUDO - sudoers syntax
Posted on March 10th, 2005 | 2 Comments

In article <1110468865.127240.107180@z14g2000cwz.googlegroups.com>, kona_iron@yahoo.fr wrote: I don't think that works - you should be able to do this: Cmnd_Alias LOG_CMD = /usr/bin/cat...

load balancers
Posted on March 9th, 2005 | 0 Comments

Howdy, So if I am posting this to the wrong list (quite possible) I would appreciate a pointer as to where to post. I am looking at buying a load balancer for our company (Foundry Networks...

find within a sh script
Posted on March 9th, 2005 | 1 Comments

jdunphy wrote: Quote that star by bracketing the word in double-quotes or using a backslash. \( -name core -o -name javacore\* -o -name heapdump\* \) That clause in the place of your -name clause.

tcp connection fail
Posted on March 9th, 2005 | 2 Comments

In article <1110283414.286006.314020@f14g2000cwb.googlegroups.com>, "blackdog" <cljlk@hotmail.com> wrote: There are many possibilities. Network failure is one of them. -- Barry Margolin,...

How could I backup 200G data on one LTO-1 tape?
Posted on March 9th, 2005 | 2 Comments

Thanks for your help! "Dragan Cvetkovic" <me@privacy.net> ???? news:lm4qfmb5h6.fsf@privacy.net...

setuid right without execution rights
Posted on March 8th, 2005 | 0 Comments

Hello, I saw that you can give setuid rights to a file without execution right. What's the point of this ?

NFS problem with showmount -a
Posted on March 7th, 2005 | 3 Comments

nfsd runs on port 2049 by default, according to /etc/services. Does this mean that nfs clients are connecting on that port to mount filesystems? I don't have access to an environment where nfs is...

cron job with pid: xxxx Failed
Posted on March 7th, 2005 | 4 Comments

There is a limit of jobs running simultaneously from cron. By default, the limit is 100. Check out /var/adm/cron/queuedefs. It is not a limit of how many start at the same time, but how many are...

exportfs: Can't export /home - public file system already exported
Posted on March 7th, 2005 | 5 Comments

jon@parmetpc.volpe.dot.gov wrote: Well, turns out getting some work down trumped the need to know what happened. Removing the entry from /etc/exports then rebooting and adding it back in seemed to...

Top 10 subjects comp.unix.admin
Posted on March 6th, 2005 | 0 Comments

Top 10 subjects for the 7 day period ending Monday March 7, 2005. posts kbytes subject 7 19.8 disk space remaining 5 10.7 exportfs: Can't export /home - public file system already...

Top 10 posters comp.unix.admin
Posted on March 6th, 2005 | 0 Comments

Top 10 posters for the 7 day period ending Monday March 7, 2005. posts kbytes name address 3 7.4 jon@parmetpc.volpe.dot.gov jon@parmetpc.volpe.dot.gov 3 5.5 ...