Skip to main content

Questions tagged [pid]

PID (Process IDentifier) is the number that identifies a process running on an operational system.

1 vote
1 answer
2k views

No need for export when running functions in subshell

I have a msource.sh script that will be sourced: $ cat msource.sh #!/usr/bin/env sh echo "($BASHPID) - sourced ${BASH_SOURCE[0]}" &>> "$logfile" # logfile is defined by the sourcing ...
kaligne's user avatar
  • 269
1 vote
1 answer
1k views

bash trap in background functions

Calling a function in a script in background - using '&', the function is called in a subshell. When the function ends, the subshell ends, with an exit status. I would like to trap the exit signal ...
kaligne's user avatar
  • 269
5 votes
1 answer
9k views

FFMPEG: How do I set PMT PID on ffmpeg?

I want to set PMT PID/PCR PID/Video PID/Audio PID. I know how to set except PMT PID. ################### ffmpeg -i TESTVIDEO.avi (Input File name) -mpegts_start_pid 0x0010 (PCR PID) -streamid 0:...
Keita's user avatar
  • 51
4 votes
1 answer
7k views

Why is System PID 4, not PID 1?

My Google-fu has failed me! On Linux, the process with the lowest PID is init with PID 1, since it is the first process that gets started after the kernel loads, and is responsible for starting all ...
Hydraxan14's user avatar
0 votes
2 answers
1k views

Where the process of the service?

At UBUNTU, service postgresql status lists Process: 18534 ExecStart=/bin/true (code=exited, status=0/SUCCESS) Main PID: 18534 (code=exited, status=0/SUCCESS) but when I test sudo ps -ax | grep ...
Peter Krauss's user avatar
2 votes
2 answers
3k views

What causes a process to restart every time I force quit it?

So I think I've removed hamachi from startup. Done. Dusted. When after a restart a load up a server for a friend to connect. Then noticed he could connect without starting up hamachi. Hmm. Curious. I ...
user avatar
-3 votes
3 answers
975 views

why is my processes in task manager showing ports like 100028,103904 etc ? I know only 65535 are possible in any windows system

I am on W10 x64. This is unusual . I haven't seen port number that high .I know only 65535 are possible in any windows system. it is happening from today ( I have rebooted several times). Is it ...
smr's user avatar
  • 5
0 votes
0 answers
106 views

How can I find the PID for software where the name of the software is different from the executable?

I run "Videos" software from the Dash in Ubuntu. After some minutes the software freezes. I've tried searching for the PID of the software to kill it, but I can't find any result with these commands: ...
HP_perfect's user avatar
2 votes
1 answer
184 views

Init script changes for MongoDB

We have MongoDB (Version 3.0) in production in standalone as well as in cluster mode. Currently we were facing issue that basically states: Unclean shutdown detected hence unable to start mongod. ...
user598529's user avatar
16 votes
2 answers
11k views

Is /var/run/user/$UID the new /var/run for PID files?

I have an application (running as a service as root) that creates a PID file under /var/run. But I'm wondering whether this is now no longer best practice. In Linux - alternative places where to ...
TSG's user avatar
  • 309
3 votes
2 answers
663 views

Windows 7 - missing PID in services tab, task manager

So, as stated in the title, PID tab is missing from services tab in task manager. I need PID in order to find a windows service, which causes lots of hard page faults in my system. Any way to fix that?...
Raytek's user avatar
  • 41
1 vote
1 answer
955 views

why is PID 0 reading/writing large amounts of data

Just booted my PC up and it was running slower than usual. I went into the resource monitor and its saying that System PID 0 is reading and writing 100,000,000B/sec and its accessing all drives for 50%...
Kyle Burns's user avatar
0 votes
1 answer
806 views

PID of commands run as different user

While being a root, I want to start a service as a specific user and write its PID file. Minimal nonworking example: if [ $UID -eq 0 ]; then su myuser <<EOF sleep 30 & echo $! >...
S. Murawski's user avatar
1 vote
1 answer
1k views

Windows 7 PID consumes 50% CPU almost everyday for hours [duplicate]

I'm trying to determine why these services consume 50% of my CPU for hours at a time each day. I cannot restart the services without error and killing the PID just restarts it in a few minutes and it'...
ProfessionalAmateur's user avatar
3 votes
2 answers
2k views

Open file in Notepad++ as a tab without closing launched process

Some old tools are designed to work with an external text editor. I am stuck using a legacy tool that does this in the following way: Create a temporary file with the content to be edited. Launch the ...
Owen's user avatar
  • 31
0 votes
0 answers
1k views

how do I get the PID list and USERNAME of each of those PIDs in LINUX using python?

I am trying to get the PID's and their respective usernames for displaying something similar to the top command in linux. I managed to get the list of PIDs but I am unable to fetch any username for ...
Dee's user avatar
  • 1
19 votes
3 answers
17k views

How to identify terminated Windows process if I still have its PID?

Background: In the middle of my work, license agreement for installing "Microsoft Mouse and Keyboard Center" suddenly appeared. I'd like to understand what process launched the setup, but using ...
miroxlav's user avatar
  • 13.7k
1 vote
2 answers
338 views

Kill all tasks with PID above a certain integer with bash

How may I fetch and kill all processes with a PID above e.g 1000? Using commands like ps -A and top is fine for viewing the list of processes, but how would one only get the PIDs? The logic of ...
Aleksander Azizi's user avatar
0 votes
0 answers
860 views

How do I figure out a root cause of a zombie process?

A process on a production linux server became a zombie with unknown reason. I wonder if there is a certain methodology to find out what causes it.
hdf's user avatar
  • 245
0 votes
0 answers
152 views

bash: monitoring which files are used by a process in real time

Is there any command to track what files are opened / closed / written by program with given PID in real time? I want to: run a program, enable program file operations monitoring, do some stuff in ...
Jezor's user avatar
  • 63
8 votes
1 answer
14k views

How do I determine the PID of my python program if there is more then one python program running?

I have two python programs running on my system, say they are called program x and program y. I want to get the pid of program y, but not x for my bash script. When using pgrep python, I get the pid ...
user3346931's user avatar
20 votes
2 answers
120k views

Restart process on linux by its pidn number with kill command, how?

Well, I want to be able to restart processes on linux and so I looked into kill manpages for that. Apparently kill -l would list all the signals I could send to a process to do what I need, which are:...
Ruben Marrero's user avatar
3 votes
5 answers
17k views

How to find process pid of an application

I have portable version of an app. I have ran for example 5 multiple instances of it and they all have the same process name but different pids. I want to find a way to for example kill one specific ...
user avatar
8 votes
1 answer
12k views

How to find out who (what process) is starting another process?

So no matter how many times I kill exim4 it immediately comes back to life. I have stopped the service and everything but something is bringing it back to life and using it for spamming. How do I ...
David Coch's user avatar
1 vote
1 answer
796 views

PID of background task is different to the listed task PID using ps

Note: I h ave moved this to stack-overflow, I think that is the right place: here I have a strange issue, I can't quite get my head around. What I do is run a function called fn_rundumper which ...
code_fodder's user avatar
  • 1,577
0 votes
0 answers
88 views

Process ID files missing from remote Ubuntu Linux PC?

I am running Ubuntu 12.0.4 LTS on a PC in my office and on a virtual machine hosted on Azure. For some reason, the remote PC is not creating a PID file for each process. Everything else seems to ...
Robert Oschler's user avatar
0 votes
2 answers
739 views

How to view the calling script on Linux [closed]

I am trying to write a script to help with computer security. I am trying to look for open ports, find the PID, and find what called it. I have it working, where my output looks something like this: ...
zer0w1re's user avatar
2 votes
1 answer
4k views

How Windows/Linux assign PID to processes?

Q1 : I want to know how Windows/Linux assign a PID to a process when that process began? Is it a delimited random number? or it is fixed for a file on a compute? does it have a special algorithm? and ....
TheGoodUser's user avatar
  • 1,195
1 vote
1 answer
789 views

Shell, subshell, source, background process, PID == confusion

I am trying to get my mind straight as to how all these things are put together. For example with this script: #!/bin/bash . script1 ./script2 . script3 & ./script4 & sleep 5 How do the ...
Pithikos's user avatar
  • 1,654
0 votes
1 answer
3k views

PID not shown under Services in the Task Manager on Windows 8

I'm trying to run a program that defaults to port 9000 but there is an unknown source using that port. I found the PID by using, netstat -aon | more and went to the task managers service tab ...
Kyle Bridenstine's user avatar

15 30 50 per page