Search Results

Search: Posts Made By: skp
1,669
Posted By skp
Hi Scott, Please find my code...Pls help. ...
Hi Scott,

Please find my code...Pls help.


#!/bin/bash

if [$1 = ""];then
echo "Please enter Env name to see the allocation Details"
exit 1
fi

cd /app/APPLN/$1/logs

echo "$1...
1,669
Posted By skp
Help on grep syntax in UNIX
Dear Team

/app/Appln/logs/
echo Session used server are 'grep -i pid|grep -i session | cut -d'.' -f1 | awk '{print $9}' | sort | uniq'

Output -

lxserver01
lxserver02
lxserver03...
3,169
Posted By skp
Parent Child directory and file details
Kindly help below command details in UNIX.

1.What is the Unix command to see parent and child directory details starting from root directory in tree structure using LS-LRT or any other way
...
2,616
Posted By skp
Dear RavinderSingh13, Thank you. Let us say...
Dear RavinderSingh13,

Thank you. Let us say i have below process details...If i write dymanically based on the query you have provided will it be works..
Kindly please advise.Thank you.
...
2,616
Posted By skp
Dear Don Cragum, No.this is not homework...I am...
Dear Don Cragum,
No.this is not homework...I am experienced professional but new to unix production support....So i just wanted to know the command..

I know ps-ef (To know all processes) and kill...
2,616
Posted By skp
Command to know all the Current running process and how to kill
All,

1.What is the unix comand used for all current running process (Including All current running processes Parent ->child->subchild process)

2.If child and subchild processes are running...
Showing results 1 to 6 of 6

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