Search Results

Search: Posts Made By: Kundunni
Forum: AIX 12-24-2007
14,712
Posted By Kundunni
By default on AIX, the collection of disk io...
By default on AIX, the collection of disk io stats are disabled. This is to improve the peformance.If you need to enable this function

Run the following command



You can check the...
Forum: AIX 12-24-2007
4,992
Posted By Kundunni
Praveen, way represents the number of...
Praveen,

way represents the number of physical processors on the server. It is not necessary it is in active mode. You can have a 8 way server with 4 processor active mode and 4 processor...
Forum: AIX 12-23-2007
23,949
Posted By Kundunni
Currently AIX on Intel is not available for the...
Currently AIX on Intel is not available for the public. There was a rumour that IBM developed an Intel Edition when AIX 5L was released. However the edition was never available for public.

There...
Forum: AIX 12-22-2007
9,371
Posted By Kundunni
The following from wikipedia gives you a quick...
The following from wikipedia gives you a quick view of feature added in each version. I hope it will easy to make out the difference from this.

POWER/PowerPC releases
* AIX 6.1, November 9,...
4,247
Posted By Kundunni
If you are using the gnu version of tar you can...
If you are using the gnu version of tar you can use

tar -ztvf tar.gz
Forum: AIX 12-16-2007
3,899
Posted By Kundunni
cron is the scheduler. The runs the jobs by...
cron is the scheduler. The runs the jobs by referring the table crontab. Or you can schedule the jobs via "at"
We can have only one cron demon running on the server. However we can use other...
11,211
Posted By Kundunni
This may work kill `ps -ef |awk '/xterm/ &&...
This may work

kill `ps -ef |awk '/xterm/ && !/'$$'/' | awk '{print $2}'`
1,625
Posted By Kundunni
It is a kiss ( Keep it simple and stupid )..You...
It is a kiss ( Keep it simple and stupid )..You can write your own wrapper script. But it is not worthy.
70,474
Posted By Kundunni
You need to follow the syntax for ps . The -u...
You need to follow the syntax for ps . The -u means user. It doesn't accept commands along with it.
11,211
Posted By Kundunni
try this kill `ps -ef |awk '/xterm/ &&...
try this

kill `ps -ef |awk '/xterm/ && !/'$$'/' | awk '{print $2}'`
2,346
Posted By Kundunni
You need not redirect to any file to display the...
You need not redirect to any file to display the content in single line. Just give

echo "PWD=$PWD USER=$USER MAIL=$MAIL LOGNAME=$LOGNAME HOME=$HOME"
6,956
Posted By Kundunni
The usage of grep is grep patttern filename ...
The usage of grep is

grep patttern filename

I couldn't see the pattern in the lines you have pasted
2,346
Posted By Kundunni
If you do not want to use sed or awk, then you...
If you do not want to use sed or awk, then you can use it with simple comamands. But you should be knowing the line number

For example file contains

cat yourfile
line 1
line 2
line 3
line 4...
Forum: AIX 12-15-2007
12,679
Posted By Kundunni
Are you facing problems with the installation of...
Are you facing problems with the installation of lsof?
5,289
Posted By Kundunni
i think the following will do #!/bin/sh ...
i think the following will do

#!/bin/sh
MYFILE=$$
"run your command"> $MYFILE
echo "My new file is $MYFILE"
2,518
Posted By Kundunni
use cp instead of mv
use cp instead of mv
2,569
Posted By Kundunni
checksum
do a sum on the source file and destination file. If you get the same value your ftp was successful.
3,908
Posted By Kundunni
You are doing a cd to /test . I think you do not...
You are doing a cd to /test . I think you do not have Eagle.txt in /test and is causing the problem. You need to copy Eagle.txt to /test and then run the script
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy