Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Unix Solutions: 1 - 25 of 99
 
Hi, I am trying to uncompress an UNIX .tar.z file from within Windows. Can anybody help please. Thanks nutnut
I would like to configure a Apache webserver to connect the JBOSS appserver, PLease let me know the things I need to configure
I would like to find files older than 360 days excluding certain files starting with sub* and output the list to a file.  I can do everything except the excludions of sub* find /spp/spool/R...
I have a UNIX (WebLogic) process that runs only when the application is active - see below.. ps -ef |grep  'Dweblogic.Name=abc123'|grep -v grep I am a Windows person and need to know a sin...
Hi I have a set of data as the following under unix. RowNo,ColA,ColB,ColC,ColD "1","DDD","CG",100000, 17.98 "2","EEE","CG",34000,13.42 "3","FFF","CG",600,17.98 "4","MAL",CG",100000,13...
Hi, I am trying to configure SOLARIS 10 to authenticat my centralized LDAP server using pam_ldap from PADL . but it does not authentical gives login dnied. i have complied the pam_ldap and...
How can I use tar command to tar files located at different directories. For example I need to use tar command to tar all these files into a file called perl.tar. How do I do this. Here are th...
I've installed vnc server using "yum install vnc".How can i configure it now to make it work?
I have just installed a fresh copy of Solaris 8 sun4u sparc SUNW,Sun-Fire-V240. I want to be able to monitor the memory and disk usage and cpu load. I installed off of the 2 CD's that came w...
Hi Guys, I run this query: mysql -h north -e "select count(*) from Cust" sales Which provides this output: +----------+ | count(*) | +----------+ |     4361 | +----------+ T...
Sun Server Version : SunOS 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V890 Top.cls , dl  command is not working in solaris 10 bash: top: command not found Please give me the step...
Hi, How do I set an environment variable from a makefile? i.e. I need to set $ANT_HOME from the makefile so that ant script can pick it up to run Is this possible? Thanks Jamie
Hi, What would be the awk syntax to delete empty lines, including lines that have only tabs and spaces in them? Thanks!
Hi, I am getting this error repeatedly in var/adm/messages,  6 03:38:56 v02230 xntpd[705]: [ID 990412 daemon.error] can't open /var/lib/ntp/drift.TEMP: No such file or directory.  What ...
Hi, I am getting different set of values in a variable. These values can be adminWash4567.sh adminWash4567.txt eastLA7456.sh eastLA7456.txt westLA7825 oldSFB8523 etc. I basically am trying ...
I need to create a listing of all files over 100 days old and exclude subdirectories within that directory. My command to list the files is ... find /spp/spool/RBLIVE/frb_output -mtime +...
I have an SQLLDR control file where fieldA that is going into the DB at times contains a double quote.  I have tried to parse out the " in the following way: ... fieldA "replace(:fieldA, '...
Recently the root password was changed on our server, but it was apparently fat-fingered because now it doesn't work.  I am trying to boot to cdrom and recover the password, but when I try to ...
I have found quite a few links showing how to display BLOBS in APEX 3.1 reports.  But can't find any reference to APEX 3.0 having that functionality in it's reports.  Does anyone have experien...
hi, I would just like to ask regarding procedures in implementing iSCSI with AIX 5.2, using an iSCSI software initiator, and a NetApp FAS270. Apparently Im pretty much clueless in what to d...
I have the following shell script on the unix  (emis/bin/products.sh).  Also, there is a two character parameter that the sh file needs to send.  (ex)  emis/bin/products.sh  XX I would lik...
Hi, I know if root password expires, its cron jobs would not run. However, I have a case where root cron jobs would not run (though root password did not expire). I think this happen...
Hi X-perts, I am upgrading to a new server and not sure which OS to choose: FreeBSD, CentOS or Fedora. Currently i am running FreeBSD, but having read many comment on that subject, think th...
Hi experts;i just installed webmin and can reach it from local , but unable to reach it from web how may i enable port 10000 for remote access ?
I have a perl script which will take input from standard input. I need to launch this perl script from a c program using exec system call. However, the executable generated from this c program...