Sponsored Content
Full Discussion: ps -ef not showing all info
Top Forums UNIX for Dummies Questions & Answers ps -ef not showing all info Post 33028 by nhatch on Friday 13th of December 2002 06:23:25 AM
Old 12-13-2002
ps -ef not showing all info

Hi there,

How can I expand the command filed sizing when using a ps command. With diretories and script names and parameters being set I'm not getting some of the information that I need (at the end of the command line).

I'm using HP_UX 11i.

Cheers,

Neil
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Showing that something is deleteing

Hi there, I have a scritp that is clearing out old files from some directories, rather than echoing the name of the file when it gets deleted i want to echo a ". " I have tried to just echo it after the deletion but it lists like this . . . . I want to show it like this . . . . . . . . .... (1 Reply)
Discussion started by: nhatch
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Posts not showing up

I received the following e-mail notification, but neither this post nor my previous post is showing up. ---------------------------------------------------------------- patwa has just replied to a thread you have subscribed to entitled - Waiting between commands - in the UNIX for Dummies... (1 Reply)
Discussion started by: cfajohnson
1 Replies

3. AIX

san lv showing old fs

Hi All, I have been working with two AIX with san and this is the first I got this minor problem on my third AIX. The san/hdisk was recreated so many times because of this problem. When I created a new vg and fs. The fs will be mounted/unmounted properly but if I query the fs on a vg with... (2 Replies)
Discussion started by: itik
2 Replies

4. AIX

5.2 who not showing all login

I have 1 box running 5.2 and another running 5.3. Both use the NIS accounts and NFS home directories. Users can telnet on to both and 'who' displays the login. However when users run xterms using a remote X server (e.g. Exceed), by telnetting then running /usr/bin/X11/xterm -d xxx.xxx.xxx.xxx:0 ... (1 Reply)
Discussion started by: spitzie
1 Replies

5. Linux

\c showing in ksh

Hi, I am having an issue releated to shell-environment on a server. Let me explain with the example of below script: #!/bin/ksh echo " enter:\c" read a echo $a As I am using ksh the expected output from this script should be 'enter:' (expecting the input for read in same... (8 Replies)
Discussion started by: mystition
8 Replies

6. UNIX for Dummies Questions & Answers

Showing only files with a certain length

so I need to list all the files in a folder with x character, where x is an arbitrary number. I am not sure of the whole command, but I think it's something like the following: ls grep -l What am I missing? What should the command be if I am wrong? Any help would be appreciated. (5 Replies)
Discussion started by: PhobosAnomaly
5 Replies

7. UNIX for Dummies Questions & Answers

Showing Clock

Is it possible to display the clock (timing) on the screen all the time. (3 Replies)
Discussion started by: vino.paal
3 Replies

8. Shell Programming and Scripting

Showing error

if ; then rm -rf "${x}"_"${y}"_abc_pqr.dat error: `then' unmatchedCan anyone please help me in correcting it. Please use code tags next time for your code and data. Thanks (2 Replies)
Discussion started by: D_Sethi
2 Replies

9. Red Hat

Redhat clustering clustat not showing info

Having an issue with clustat not displaying the rgmanager info eventhu all the of the cman started successfully. No fencing errors. all of the cluster.conf are the same on all serers ..etc. However when i run the clustat i only see this: Cluster Status for RESTON-LSMS @ Mon Aug 31 15:13:16 2015... (4 Replies)
Discussion started by: mrn6430
4 Replies

10. Shell Programming and Scripting

Showing 4 digits

Hello everybody I'm a little beginer for shell script as I started last night... I have this script cat fichier.txt | while read l ; do #echo $l echo $x x=$(( $x + 1 )) done it's return 1 2 3 4 (4 Replies)
Discussion started by: remibemol
4 Replies
name(1m)																  name(1m)

NAME
name - A dcecp object that compares and expands DCE names SYNOPSIS
name compare name name name expand name name get string_binding name help [operation | -verbose] name operations name parse name ARGUMENTS
The name of an object in the DCE namespace. Examples of names include principal names, names of security groups, names of Cell Directory Service (CDS) objects like directories, softlinks, child pointers and so on, names of remote procedure call (RPC) entries and RPC groups, and Distributed File Service (DFS) filenames. The name of the name operation for which to display help information. An RPC string binding (without the object UUID) that identifies the network location of the target name. It contains an RPC protocol and a network address in the form: rpc_prot_seq:network_addr DESCRIPTION
The name object resolves, compares, and parses DCE names and string bindings. OPERATIONS
name compare Compares two names. The syntax is as follows: name compare name name The compare operation compares two names given as arguments and returns 1 if both syntactically refer to the same name. Otherwise, it returns 0. Privileges Required No special privileges are needed to use the name compare command. Examples dcecp> name compare /.:/sales/east east Error: Incomplete name dcecp> dcecp> name compare /.:/sales/east /.../org_cell/sales/east 1 dcecp> name expand Expands a simple DCE name to a global name. The syntax is as follows: name expand name The expand operation takes a single name as an argument and returns the canonical form of the name. This operation has the effect of con- verting /.: to /.../cellname. Privileges Required No special privileges are needed to use the name expand command. Examples dcecp> name expand /.:/sales /.../org_cell/sales dcecp> name get Returns a hostname given a full or partial string binding. The syntax is as follows: name get string_binding The get operation returns the host name identified by a specified string binding. The string_binding argument is a single string binding; you cannot supply multiple bindings in one operation. Privileges Required No special privileges are needed to use the name get command. Examples dcecp> name get ncan_ip_tcp:15.21.248.170 hosts/goober dcecp> name help Returns help information about the name object and its operations. The syntax is as follows: name help [operation | -verbose] Options Displays information about the name object. Used without an argument or option, the name help operation returns brief information about each name operation. The optional operation argument is the name of the operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the name object itself. Privileges Required No special privileges are needed to use the name help command. Examples dcecp> name help compare Compares two names syntactically. expand Returns the canonical form of a name. get Gets host name from a partial or full string binding. parse Parses name into cell name and residual name. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> name operations Returns a list of the operations supported by the name object. The syntax is as follows: name operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the name operations command. Examples dcecp> name operations compare expand get parse help operations dcecp> name parse Divides a name into a cell name and a residual name. The syntax is as follows: name parse name The parse operation parses a name into a cell name and a residual name. The argument is a single DCE name. The operation returns a list of two elements: cell name and residual name. A name not beginning with a / (slash) is considered to be a name in the local cell. Privileges Required No special privileges are needed to use the name parse command. Examples dcecp> name parse hosts/goober /.../pokey hosts/goober dcecp> RELATED INFORMATION
Commands: dcecp(1m). name(1m)
All times are GMT -4. The time now is 06:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy