I am trying to get a copy of all the users in the passwd file. I found a command out on the net:
gawk -v LIMIT=$UGIDLIMIT -F: `($3>=LIMIT) && ($3!=65534)' /etc/passwd > /root/move/passwd.mig
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23184789.html
Basically i have a couple of rsync scripts that run nightly.
when i check the mails as root during the day, there is always one in particular that suffers from this, but somethimes there is a s...
http://www.experts-exchange.com/OS/Linux/Q_23021248.html
Someone deleted several important users and file from one of my RH ES 3 severs.and I need to recover them.
http://www.experts-exchange.com/OS/Linux/Setup/Q_23080527.html
When compiling a module (program) under Red Hat Enterprise Linux (v4.1.18), the following errors are gernerated:
build/lib/libprog_postproc.a(bcast_serial.o)(.text+0x31f): In function 'formatMsgBu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23085241.html
Please assist me in defining the standard function strlcpy() and how to make it an operating system dependant. In other words, allow the complier to find the definition of the function on a particu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23098530.html
A configuration file consists of sections and entries. Each section is defined inside a "[]", and each entry is delimited by an "=" sign. The value of each entry can be either string or an integer,...
http://www.experts-exchange.com/Programming/Languages/C/Q_23127623.html
I am using Red Hat Linux ES4.0 update 5. I need to modify the login prompt for a non-root user so that it displays the current working directory all the time. The users default shell is csh and can...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/tcsh/Q_23140154.html
I'm currently using a stand-alone initialization Parser library (iniParser) in ANSI C (http://ndevilla.free.fr/iniparser/) to read a configuration file. The library compiles, links and runs with no...
http://www.experts-exchange.com/Programming/Languages/C/Q_23188228.html
Zones:
CDate Answered: 03/05/2008 Grade: A Views: 0
On Redhat Linux, is there a way to determine the number of Zone transfers that have been made from a DNS server?
Alternatively, is there a way to determine the network traffic which the server ...
http://www.experts-exchange.com/Networking/Protocols/DNS/Q_23263466.html
Hi
I am runing enterprise linux ES3. and want to run two scripts from cron. script1 should run on last sunday of every month (at say 2:30 AM) and script2 should run on last sunday of every 3rd ...
http://www.experts-exchange.com/OS/Linux/Q_23277856.html