Sponsored Content
Top Forums UNIX for Beginners Questions & Answers In Bash shell - the ps -ef shows only the /bin/bash but the script name is not displayed Post 303037099 by MadeInGermany on Tuesday 23rd of July 2019 08:13:05 AM
Old 07-23-2019
In ps -f or ps -o args it is
always ksh scriptname or bash scriptname.
In ps -o fname it is
  • bash when started as bash scriptname
  • scriptname when started as ./scriptname


Unfortunately some OS have a very small field for the fname. So it may appear truncated e.g. scriptname can become scriptna.

Some OS have ps -o comm as a wider field and use it like the fname, some other OS stuff the pathname into it.

Note: that the default scope is: only processes with a terminal associated,
-e means all processes,
-u user means all processes owned by user.

Last edited by MadeInGermany; 07-23-2019 at 02:19 PM.. Reason: fixed a typo
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

#!/bin/bash has stopped working

Hi I'm writing a script and I've put #!/bin/bash as the first line so that I can just type my scripts name 'whodate' at PS1 instead of ./whodate. This has suddenly stopped working for me. It used to be the case that I could start a script with #!/bin/bash and it would work, but for this script... (2 Replies)
Discussion started by: zorrokan
2 Replies

2. Shell Programming and Scripting

/bin/bash - variable substitution.

Is it possible with a bash variable to perform multiple substitution strings to one variable? I have this variable: echo $clock TIMEZONE="US/Central" What I would like to do with bash only it pull out just the "US" part of the variable.. which could be any number of countries. this is... (6 Replies)
Discussion started by: trey85stang
6 Replies

3. Shell Programming and Scripting

#!/bin/bash and #1bin/sh command not found error on mac osx terminal/shell script

i am having a weird error on mac os x running some shell scripts. i am a complete newbie at this and this question concerns 2 scripts. one of which a friend of mine wrote (videochecker.sh) a couple weeks ago and it's been running fine on another machine. then last week i wrote capture.sh and it... (2 Replies)
Discussion started by: danpaluska
2 Replies

4. Shell Programming and Scripting

Error in shell script when #!/bin/bash is used as shebang

#!/bin/ksh echo -en "\033|||'-')) echo -e "\033 The above script works fine when the interpreter is ksh, but outputs the following error when #!/bin/bash is used as shebang: test.sh: line 5: syntax error near unexpected token `(' test.sh: line 5: `case "$ACTIVATION_KEY" in +(|||'-'))' (2 Replies)
Discussion started by: proactiveaditya
2 Replies

5. Shell Programming and Scripting

BIN/BASH.

THANKS UNIX SYSTEM®.I was found my job from UNIX®.I USE MONKEY WRENCH WITH WARTER.I am now studying my studio with UNIX SYSTEM®. THANKS UNIX SYSTEM®. THANKS OUR OPEN GROUP. from Takayasu Sakashita.My name is Takayasu Sakashita. I respect you. Austin.PEACE!Bey bey. Your friend TAKA.Good... (1 Reply)
Discussion started by: administrator®
1 Replies

6. Shell Programming and Scripting

bin bash decimal compare

I need decimal comparing with if. Check if apache version is less than 2.2.17. I tried this and not working. #!/bin/bash apachever=`/usr/local/apache/bin/httpd -v | head -1 | awk '{print $3}' |cut -d/ -f 2` if ]; then echo "Apache version less than 2.2.17" else ... (7 Replies)
Discussion started by: anil510
7 Replies

7. Shell Programming and Scripting

Usage of #!/bin/sh vs #!/bin/bash shell scripts?

Some question about the usage of shell scripts: 1.) Are the commands of the base shell scripts a subset of bash commands? 2.) Assume I got a long, long script WITHOUT the first line. How can I find out if the script was originally designed für "sh" or "bash"? 3.) How can I check a given... (3 Replies)
Discussion started by: pstein
3 Replies

8. Shell Programming and Scripting

Bin/bash - xmessage very slow

Hello, I am showing the start of my script. I am finding that 'xmessage' is taking about 12-15 seconds to show. This in a terminal is very quick '/opt/vc/bin/vcgencmd get_camera'. Is there any way to get 'camera not detected' to show faster. Regards #!/bin/bash s=$(/opt/vc/bin/vcgencmd... (4 Replies)
Discussion started by: mad-hatter
4 Replies

9. Shell Programming and Scripting

Different behavior between bash shell and bash script for cmd

So I'm trying to pass certain json elements as env vars and use them later on in a script. Sample json: JSON='{ "Element1": "file-123456", "Element2": "Name, of, company written in, a very weird way", "Element3": "path/to/some/file.txt", }' (part of the) script: for s... (5 Replies)
Discussion started by: da1
5 Replies

10. Shell Programming and Scripting

How to block first bash script until second bash script script launches web server/site?

I'm new to utilities like socat and netcat and I'm not clear if they will do what I need. I have a "compileDeployStartWebServer.sh" script and a "StartBrowser.sh" script that are started by emacs/elisp at the same time in two different processes. I'm using Cygwin bash on Windows 10. My... (3 Replies)
Discussion started by: siegfried
3 Replies
DH_INSTALLINIT(1)						     Debhelper							 DH_INSTALLINIT(1)

NAME
       dh_installinit - install service init files into package build directories

SYNOPSIS
       dh_installinit [debhelperoptions] [--name=name] [-n] [-R] [-r] [-d] [--params]

DESCRIPTION
       dh_installinit is a debhelper program that is responsible for installing init scripts with associated defaults files.  In compatibility
       levels up to 11, dh_installinit also handled upstart job files and systemd service files.

       It also automatically generates the postinst and postrm and prerm commands needed to set up the symlinks in /etc/rc*.d/ to start and stop
       the init scripts.

       In compat 10 or earlier: If a package only ships a systemd service file and no sysvinit script is provided, you may want to exclude the
       call to dh_installinit for that package (e.g. via -N).  Otherwise, you may get warnings from lintian about init.d scripts not being
       included in the package.

FILES
       debian/package.init
	   If this exists, it is installed into etc/init.d/package in the package build directory.

       debian/package.default
	   If this exists, it is installed into etc/default/package in the package build directory.

       debian/package.upstart
	   In compatibility level 11, this file will trigger an error with a reminder about ensuring the proper removal of the upstart file in the
	   previous package version.  Please consider using the "rm_conffile" feature from dh_installdeb(1) to ensure the proper removal of
	   previous upstart files.

	   In compatibility level 10, if this file exists, it is installed into etc/init/package.conf in the package build directory.

       debian/package.service
	   If this exists, it is installed into lib/systemd/system/package.service in the package build directory. Only used in compat levels 10
	   and below.

       debian/package.tmpfile
	   If this exists, it is installed into usr/lib/tmpfiles.d/package.conf in the package build directory. (The tmpfiles.d mechanism is
	   currently only used by systemd.) Only used in compat levels 10 and below.

OPTIONS
       -n, --no-scripts
	   Do not modify postinst/postrm/prerm scripts.

       -o, --only-scripts
	   Only modify postinst/postrm/prerm scripts, do not actually install any init script, default files, upstart job or systemd service file.
	   May be useful if the file is shipped and/or installed by upstream in a way that doesn't make it easy to let dh_installinit find it.

	   Caveat: This will bypass all the regular checks and unconditionally modify the scripts.  You will almost certainly want to use this
	   with -p to limit, which packages are affected by the call.  Example:

	    override_dh_installinit:
		   dh_installinit -pfoo --only-scripts
		   dh_installinit --remaining

       -R, --restart-after-upgrade
	   Do not stop the init script until after the package upgrade has been completed.  This is the default behaviour in compat 10.

	   In early compat levels, the default was to stop the script in the prerm, and starts it again in the postinst.

	   This can be useful for daemons that should not have a possibly long downtime during upgrade. But you should make sure that the daemon
	   will not get confused by the package being upgraded while it's running before using this option.

       --no-restart-after-upgrade
	   Undo a previous --restart-after-upgrade (or the default of compat 10).  If no other options are given, this will cause the service to
	   be stopped in the prerm script and started again in the postinst script.

       -r, --no-stop-on-upgrade, --no-restart-on-upgrade
	   Do not stop init script on upgrade.	This has the side-effect of not restarting the service as a part of the upgrade.

	   If you want to restart the service with minimal downtime, please use --restart-after-upgrade (default in compat 10 or later).  If you
	   want the service to be restarted but be stopped during the upgrade, then please use --no-restart-after-upgrade (note the "after-
	   upgrade").

	   Note that the --no-restart-on-upgrade alias is deprecated and will be removed in compat 12.	This is to avoid confusion with the
	   --no-restart-after-upgrade option.  The --no-stop-on-upgrade variant was introduced in debhelper 10.2 (included in Debian stretch).

       --no-start
	   Do not start the init script on install or upgrade, or stop it on removal.  Only call update-rc.d. Useful for rcS scripts.

       --no-enable
	   Disable the init script on purge, but do not enable them on install.  This implies a versioned dependency on init-system-helpers (=
	   1.51)> as it is the first (functional) version that supports <update-rc.d <script defaults-disabled>>.

	   Note that this option does not affect whether the services are started.  Please remember to also use --no-start if the service should
	   not be started.

	   Cannot be combined with -uparams, --update-rcd-params=params, or -- params.

       -d, --remove-d
	   Remove trailing d from the name of the package, and use the result for the filename the upstart job file is installed as in etc/init/ ,
	   and for the filename the init script is installed as in etc/init.d and the default file is installed as in etc/default/. This may be
	   useful for daemons with names ending in d. (Note: this takes precedence over the --init-script parameter described below.)

       -uparams --update-rcd-params=params
       -- params
	   Pass params to update-rc.d(8). If not specified, defaults (or defaults-disabled with --no-enable) will be passed to update-rc.d(8).

	   Cannot be combined with --no-enable.

       --name=name
	   Install the init script (and default file) as well as upstart job file using the filename name instead of the default filename, which
	   is the package name. When this parameter is used, dh_installinit looks for and installs files named debian/package.name.init,
	   debian/package.name.default and debian/package.name.upstart instead of the usual debian/package.init, debian/package.default and
	   debian/package.upstart.

       --init-script=scriptname
	   Use scriptname as the filename the init script is installed as in etc/init.d/ (and also use it as the filename for the defaults file,
	   if it is installed). If you use this parameter, dh_installinit will look to see if a file in the debian/ directory exists that looks
	   like package.scriptname and if so will install it as the init script in preference to the files it normally installs.

	   This parameter is deprecated, use the --name parameter instead. This parameter is incompatible with the use of upstart jobs.

       --error-handler=function
	   Call the named shell function if running the init script fails. The function should be provided in the prerm and postinst scripts,
	   before the #DEBHELPER# token.

NOTES
       Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple
       instances of the same text to be added to maintainer scripts.

SEE ALSO
       debhelper(7)

       This program is a part of debhelper.

AUTHORS
       Joey Hess <joeyh@debian.org>

       Steve Langasek <steve.langasek@canonical.com>

       Michael Stapelberg <stapelberg@debian.org>

11.1.6ubuntu2							    2018-05-10							 DH_INSTALLINIT(1)
All times are GMT -4. The time now is 09:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy