Search Results

Search: Posts Made By: mehimadri
5,897
Posted By mehimadri
The problem just got resolved, I just found out...
The problem just got resolved, I just found out that the following permission setting needs to be maintained:
remote server:
home directory - should have permission 755
.ssh directory - should...
5,897
Posted By mehimadri
Friends, Any idea on the above issue. Please do...
Friends,
Any idea on the above issue. Please do let me know if I should provide any more required information.
5,897
Posted By mehimadri
Continuation.... I have attached the debug...
Continuation....

I have attached the debug messages generated using the following commands:
File "Debug_Message_1_Verbose.txt" -- ssh -v username@remoteserver
File "Debug_Message_2_Verbose.txt"...
5,897
Posted By mehimadri
Password-less RSA Authentication not working
Hello Friends,

I know this issue has been raised many times and hence I tried every resolution provided in the forum before I posted this issue again.

My Password-less RSA authentication was...
2,224
Posted By mehimadri
AT command
Hello Friends,

The AT command which we use to schedule one time jobs. How do I see what jobs are submitted to the AT command for any user

Thanks in Advance.
7,706
Posted By mehimadri
Hi, When I tried the command I received the...
Hi,

When I tried the command I received the following error:

$ cat InputFile.csv
ColA|ColB|ColC|ColD|ColE|ColF
1|A|B|Asia|E|F
1||C|Asia|E|F
2|B|C|Casablanca|E|F
3|B|C|Brando|E|F

$ awk...
7,706
Posted By mehimadri
Hello kevintse, Sorry I failed to mentioned...
Hello kevintse,

Sorry I failed to mentioned that the values I have to check are not 'A','B','C' but string values like 'Asia','Casablanca','Brando'

So the condition should be:
If "ColB" is...
7,706
Posted By mehimadri
Extract file records based on some field conditions
Hello Friends,

I have a file(InputFile.csv) with the following columns(the columns are pipe-delimited):
ColA|ColB|ColC|ColD|ColE|ColF

Now for this file, I have to get those records which...
1,528
Posted By mehimadri
Breaking a column's value into multiple rows
Hello Friends,

I am trying to implement the following using UNIX. I am getting a sequential file as input which would have two columns, "Name" and "Countries Visited". The "Countries Visisted"...
2,588
Posted By mehimadri
Thanks a lot friends.... this command worked : ...
Thanks a lot friends.... this command worked :
# sed 's/\(.*|.*:.*:[0-9][0-9]*\)$/\1|/' file
but for these commands i received this error:
$ awk -F"|" '{NF=3}1' OFS="|" file
awk: syntax error...
2,588
Posted By mehimadri
Add field delimiter for the last field
I have a file with three fields and field delimiter '|' like:
abc|12:13:45|123
xyz|12:87:32|
qwe|54:21:09

In the file the 1st line has proper data -> abc|12:13:45|123
,the 2nd line doesnt has...
3,747
Posted By mehimadri
how does one identify the orphan processes in the...
how does one identify the orphan processes in the typical output of a 'ps -ef' Are they the processes with PPID '0', since their parents are killed, the initi becomes their new parent.

and we...
3,747
Posted By mehimadri
thanks a lot .... how do i identify the zombie...
thanks a lot .... how do i identify the zombie and orphan processes as well through a 'ps -ef' output.

thanks in advance!!
3,747
Posted By mehimadri
how to figure out which processes are...
how to figure out which processes are zombie/orphan/defunct out of a 'ps -ef' output

Thanks in advance!!
3,747
Posted By mehimadri
Mailing me the Defunct/Zombie/Orphan
Hello I need a script which would mail me the list of processes which are zombie/defunct or orphan.

Please help me in this regard.
9,830
Posted By mehimadri
Just to make sure that even if one runs a crontab...
Just to make sure that even if one runs a crontab -r to remove the crontab, it remains affected... in a way to undone it.....

Please tell me if we can do something like this>>

When one...
9,830
Posted By mehimadri
Who deleted crontab?
We are using SunOS 5.10 and Korn Shell. If we need to figure out who deleted our crontab file for a particular user what do we do.

Thanks in Advance!!

---------- Post updated at 08:08 AM...
1,416
Posted By mehimadri
Will moving data from one filesystem to another affect current software installation
Here we have concern. We have a IBM software installed in a server S1 in the location : /opt/IBM.
In this server S1, we have /opt file system in local disk. We don't have any option to increase...
2,421
Posted By mehimadri
Script to find systems logged in with a particular userid
Hello All,

I need to design a script to get all the systems names(IP Addresses) logged in with a particular userid say 'xyz' from different terminals. This is to track the use of the particular...
Showing results 1 to 19 of 19

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