Search Results

Search: Posts Made By: xander
4,657
Posted By xander
Problem After removing glibc-2.3.4-2.39 rpm
Dear All,


I have messed up my server which was running rhel4U6 by removing the rpm package glibc-2.3.4-2.39 . kindly guide me how can i fix this problem . I have
tried to chroot /mnt/sysimage...
5,290
Posted By xander
I m sorry to say but that doen't help me much. ...
I m sorry to say but that doen't help me much.

I have read for rootsh it is designed for the root shell recording. but my motive is to keep track of ordinary users!!!!!!!!!

Please help
5,290
Posted By xander
Will it work for those users who don't need a...
Will it work for those users who don't need a shell with root privileges. I mean only the normal user.
As my motive is to keep track of the normal users activity.
5,290
Posted By xander
thanx for the reply Could you please...
thanx for the reply

Could you please explain in little detail.
5,290
Posted By xander
keep track of every user
dear all ,

I m new to shell programming and I need your help.

Actually i want to keep track of all the commands executed in a bash prompt of users ,
very much in same manner as it is...
2,121
Posted By xander
date and time on every time pressing return key
Hi all,
I have a situation here, I want that every time when i press "enter key" in bash
prompt i want the date command to be executed.

i have tried to make some changes in "/etc/bashrc" but...
4,557
Posted By xander
how??
how??
4,557
Posted By xander
stop users from running 'history -c' in Linux
Hi All,
My question is how can i stop my users on system from deleting their history.
How can i stop the users from running 'history -c'.

I have searched thoroughly on the forum but didn't...
3,143
Posted By xander
Dear All I m new to shell scripting and I m...
Dear All

I m new to shell scripting and I m in very need to solve this problem

Some one Please help me for this issue.!!!!!!!!!!!!!!!!!!


Thanks
3,143
Posted By xander
Dear All I have achieved some success to...
Dear All

I have achieved some success to this problem. what I did is

less xyz_report.txt | sed -e 's/^comments/&\n"vcidone/' -e 's/^description/"\n&/' > output_getting.csv

when I open the...
3,143
Posted By xander
Dear Summer_cherry Thanks for your...
Dear Summer_cherry
Thanks for your help

firstly i have gawk installed on Linux box and when i run your code with gawk
gawk 'BEGIN{flag=0;num=1}
/^contact/
{...
3,143
Posted By xander
Dear ghostdog74 Thanks for your valuable...
Dear ghostdog74
Thanks for your valuable effort towards helping me !!!!!!

firstly there is some mistake when i posted this problem there were some extra lines which are printed in between by...
3,143
Posted By xander
help!!!!!! in creating csv report
Dear All,
I need the help of all the genius minds to find solution to my problem. This problem has left me in a situation like I am in middle of sea with a rubber boat , so please help me out to...
23,412
Posted By xander
You can try this
Hi ,
i suppose that you are trying to create a report that is in csv format and it should automatically get converted such that the each column of your file should fit into the each column in the...
13,922
Posted By xander
Pleasde help if some suggestion is there
hi
Please help me if some valuable suggestion is there

Thanx in Advance
4,592
Posted By xander
You can do it with tee !!!!!!!!!!!!
Hi


I m not sure that this is your requirement . however i m trying if it works for you its good !!!!

the solution to your problem is using tee command but for that you will have to run the...
10,780
Posted By xander
this code is already working
can you please explain what do you wanna remove

because your code

is alrady working to remove 'B'
so is there anything else you want to remove
13,922
Posted By xander
How to get negated output
Hi
First thanks to all the genious minds who share their knowledge on this platform .
:)
Now Further i would like to ask that in this code to filter out the exceptions


How can we negate...
13,922
Posted By xander
Little more help after this
Hi

Thank you very much !!!!!!!!!!!!

Your code is working fine
#!/bin/bash
tail -f abc.log |
while read -r line
do
[[ "$line" != *exceptions* ]] && continue
echo $line
echo hi...
13,922
Posted By xander
Bravo Aigles !!!!!!!!!!! man you did it
:)

Many thanks to you My friend

You are really a man in the unix world

This time it worked

I really appreciate your help

Thankyou very much
:):):):):):)
13,922
Posted By xander
Script not working
:confused:




sorry to say that

the trick didnt work

because when i am using




is there any other way of doing this

thanx in advance
13,922
Posted By xander
Many thanks !!!!! Aigles
Thanks Aigles
There seems that you have given me the solution to my problem;
however i have to go my office to try this technique .
i hope that your trick will solve my problem .
Thanks for...
13,922
Posted By xander
script not working after "tail -f"
Hi Everyone ,

I am facing a strange problem
i have made the follwing script to watch a appending log file (abc.log) but its not moving after the line tail -f ,
any suggestions
...
2,229
Posted By xander
want to use output of c programme in expect
hi
i am having a c code which gives the output of my password in text format

i.e when i run my c code which which gives the password asfollows====>>>>>>
$./passwdprogram...
11,635
Posted By xander
Explaining with little more detail
{if ($2 == "M"){
s=s+$3
n=n+1
}END{
print s, n, s/n, "avg height"
}

hi
I am new to the forum and I am first time posting any reply.So if any thing is wrong forgive me fr that .

now the...
Showing results 1 to 25 of 25

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