Path: csiph.com!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: D Newsgroups: comp.os.linux.misc Subject: Re: 5 Fun Linux Commands You Should Try At Least Once Date: Sat, 5 Apr 2025 11:55:37 +0200 Organization: i2pn2 (i2pn.org) Message-ID: References: <67ef0717@news.ausics.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: i2pn2.org; logging-data="3217152"; mail-complaints-to="usenet@i2pn2.org"; posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M"; X-Spam-Checker-Version: SpamAssassin 4.0.0 In-Reply-To: Xref: csiph.com comp.os.linux.misc:66894 On Fri, 4 Apr 2025, rbowman wrote: > On Fri, 04 Apr 2025 15:40:46 +0200, Marc Haber wrote: > >> I am an old fart myself, and I refrain from using killall since it does >> different things on Solaris than on Linux. > > My use of killall is very limited. On Ubuntu Brave is a snap and updating > a running process is beyond snap's capabilities. Brave spawns a lot of > processes and 'killall brave' gets rid of them with the advantage that it > will restore your tabs on restart. My standard go tos are pkill -f or kill -9 depending on the mood and fashion of the day! =)