Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] empty cdrom drive is busy or mounted
Date: Thu, 22 Aug 2019 00:04:00
Message-Id: CAC=wYCFO2qNqC142wr5=wootFSjZqb2-Gs_dneGH4_iRLaBiQw@mail.gmail.com
In Reply to: Re: [gentoo-user] empty cdrom drive is busy or mounted by james
1 On Thu, Aug 22, 2019 at 5:48 AM james <garftd@×××××××.net> wrote:
2
3 > On 8/16/19 12:44 PM, Jack wrote:
4 > > ps auxf | grep systemd
5 >
6 > This is new turf for me. Upon issuing this command string I get::
7 >
8 > # ps auxf | grep systemd
9 > root 24947 0.0 0.0 13964 996 pts/6 S+ 15:43 0:00
10 > | | | \_ grep --colour=auto systemd
11 >
12
13 This is showing that the only process with systemd in its name is the grep
14 command itself; you could pass anything to grep and it will be found in the
15 process list, eg;
16
17 $ ps auxf | grep blah
18 adam 52359 0.0 0.0 7708 940 pts/3 S+ 09:55 0:00 \_
19 grep --colour=auto blah
20
21 So, there's no systemd process running on this system.

Replies

Subject Author
Re: [EXTERNAL] Re: [gentoo-user] empty cdrom drive is busy or mounted Laurence Perkins <lperkins@×××××××.net>