Sponsored Content
Full Discussion: [Tip] ptree for Linux
Top Forums UNIX for Advanced & Expert Users [Tip] ptree for Linux Post 303043043 by MadeInGermany on Thursday 16th of January 2020 06:37:56 AM
Old 01-16-2020
The -H is specific to GNU ps (Linux).
It does an indentation (two spaces per hierarchy level) without any ASCII art. This is easy to post-process i.e. filter for the releavant parts.
This User Gave Thanks to MadeInGermany For This Post:
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Meaning of ps -afe ,ps -fp and ptree

Hello, I was searching for the meaning of commands like ps -afe ,ps -fp and ptree but was not able to find there exact meaning .... Pls help me in getting these... Thanks in advance, Pradeep (1 Reply)
Discussion started by: PradeepRed
1 Replies

2. Gentoo

ptree for linux

at work, I'm a UNIX administrator, but at home I use openSUSE 11. One of the commands that I use to assist me in trouble shooting A LOT is called ptree process tree. does anyone know of a ptree for linux? yes, I can just use ps -ef and see who the parent pid is and then 'ps -ef | grep <parent... (4 Replies)
Discussion started by: james.witte
4 Replies

3. Red Hat

pfiles and pstack and ptree

Can someone tell me the Linux equivalent for pstack and pfiles and ptree which are Solaris commands. (1 Reply)
Discussion started by: bdsffl
1 Replies

4. Solaris

kill the processes seen under ptree

Hi, How to kill the processes running under ptree ? I am noticing lot of processes running under ptree with ssh ? I tried to kill with -9 option which is not working ? Thanks, Radhika. (2 Replies)
Discussion started by: radhirk
2 Replies

5. Shell Programming and Scripting

prstat from ptree ...

Hi, I know how to figure out the list of PID from my application name : ptree `pgrep MyApp` | awk '{print $1}' But I dont know how to pipe it for prstat -p <pidlist> ptree `pgrep MyApp` | awk '{print $1}' | prstat -p ??? I would like to monitor every ptree PID from my application. ... (4 Replies)
Discussion started by: RickTrader
4 Replies

6. Linux

ct, cu, tip, on commands in Linux

Please help me to find out the equivalent commands for the following solaris commands in Linux 1. ct 2. cu 3. tip 4. on Your help will be appreciated. Thanks in advance. ~Saravana (0 Replies)
Discussion started by: tsaravanan
0 Replies

7. UNIX for Dummies Questions & Answers

Linux Tip: How to Configure PPP for dialup for a single machine?

I shall explain how to setup PPP on your Linux machine, so that you can connect to the Internet using an external modem and a Dialup connection. This article explains the setup for the superuser alone (Not normal users).My Setup : My external modem (56kbps) is connected to the Serial Port :... (0 Replies)
Discussion started by: EliteHussar
0 Replies

8. Linux

similar command of ptree in linux

Hello guys, Is there any command to check the all child processes of a process like `ptree`? ptree is not working in Linux.. Regards, Raghu (3 Replies)
Discussion started by: raghu.iv85
3 Replies
AVIEW(1)						      General Commands Manual							  AVIEW(1)

NAME
aview - A high quality ASCII art image viewer SYNOPSIS
aview [options] filename.p[ngbp]m asciiview [options] filename.xxx DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. aview/asciiview is an image viewer which displays the images in ASCII art... aview supports zooming/unzooming, three dithering modes, inversion, contrast, brightness, gamma control and can save into many formats (html, text, ansi, more/less etc.). aview can only show files in the PNM file format. But asciiview automatically converts the file formats to PNM (with extern programs like NetPBM and ImageMagic) and then runs aview. It supports the usual aalib drivers (e.g. slang, x11 and stdout) as well as the mousedrivers X11 and gpm. CONTROLS
a,w,d,x Move the image one row/column. A,W,D,X Move the image one page. Z,+ Zoom in. z,- Zoom out. s Save image. m Change dithering mode. q Quit the viewer. i Turn inversion on. I Turn inversion off. u Select attributes. f Select font. SPACE Redraw screen. . Increase contrast (dot). , Decrease contrast (comma). ' Increase gamma (single quote). ; Decrease gamma (semicolon). > Increase brightness. < Decrease brightness. OPTIONS
For a complete description, type aview --help. This shows all options. BUGS
Please report any bugs you find to Jan Hubicka <hubicka@freesoft.cz>. LICENSE
aview is covered by the GNU General Public License (GPL). SEE ALSO
aafire(1), aainfo(1), aasavefont(1), aatest(1), aaflip(1), aa3d(1), aatv(1), bb(1), xaos(6). AUTHOR
Jan Hubicka <hubicka@freesoft.cz> This manual page was written by Michael Bramer <grisu@debian.org>, for the Debian GNU/Linux system (but may be used by others). December 17, 2001 AVIEW(1)
All times are GMT -4. The time now is 03:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy