DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ps -ef |grep not working

philip0929
Active Participant
0 Likes
1,985

Hi guys,

Is there anyone of you knows because ps -ef is not working. We recently upgraded the server from Linux SLES12 to Linux SLES15.

When I try to ps -ef it only shows the below. It is suppose to show the processes of SID DE1. I know that the processes are running because the system is up and running fine.


ser03v044597:~ # ps -ef |grep DE1

root 29989 29940 0 03:34 pts/0 00:00:00 grep --color=auto DE1


Please advise.
2 REPLIES 2
Read only

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
1,465

Hello Philip,

I have a SUSE15 SP2 and "ps -ef | grep SID" works for me... I guess that the shell in use would not matter, but anyway, I am using bash.

Regards,

Isaías

Read only

amontella96
Active Contributor
1,465

just out of curiousity can you paste the outcome without grep? thanks!A