Sponsored Content
Full Discussion: unix shell account
Top Forums UNIX for Dummies Questions & Answers unix shell account Post 1256 by PxT on Tuesday 20th of February 2001 11:32:58 AM
Old 02-20-2001
If they are running a BSD derived OS, you will probably need to do:

ps aux | grep <username>

instead.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

purchasing a unix account

i just want to know if there is any place that i can purchase a unix account to use for life. i don't like the hassle of changing my email address every time i enter a new university/workplace, and i'd like some place to store files that i can access around the world. thanks! (2 Replies)
Discussion started by: 1515
2 Replies

2. UNIX for Dummies Questions & Answers

Where can I get a Free Shell Account?

I am new to UNIX and am interested to practice on a Shell account with some basic Unix installed, does anyone know of a free or cheap shell account? (4 Replies)
Discussion started by: shneurg
4 Replies

3. AIX

AIX shell account

I am just wondering if there is a way I can obtain a free shell account for an AIX server that I can make test drive on it. I tried google search and ibm's web site but couldn't find anything.. regards, (2 Replies)
Discussion started by: milhan
2 Replies

4. UNIX for Dummies Questions & Answers

Unix Account

What is the command if i want to view the script of the user being executed. (0 Replies)
Discussion started by: kaibiganmi
0 Replies

5. Red Hat

How to list shell of account?

Hello. I have been trying to figure out something very simple that I know I've done before; which is list the shell of a specific account. In this case it is the account: "news". I know how to change the shell using chsh, just not list it. I want output like "/bin/sh" only. Any thoughts or... (5 Replies)
Discussion started by: austinharris43
5 Replies

6. UNIX for Dummies Questions & Answers

Free shell account for UNIX.

Hi I want to practice UNIX on my computer. I need a free shell account.. tcsh - in specific .. anyone who can help? thanks in advance I googled it on the web- but was unable to download.. after clicking on each link.. (8 Replies)
Discussion started by: swathi123
8 Replies

7. Post Here to Contact Site Administrators and Moderators

Cant close UNIX.com account

Hi, Can someone point me in the direction of the "close account" or "delete account" page, as i no longer want my account. I have sent 2 messages to the webmaster who has just ignored my message, and there is no advice in the faq and googling brings no answer. I want to remove my account... (1 Reply)
Discussion started by: Fanny Zoddar
1 Replies
LQR_CARVER_ATTACH(3)					     LqR library API reference					      LQR_CARVER_ATTACH(3)

NAME
lqr_carver_attach - attach an LqrCarver to another LqrCarver SYNOPSIS
#include <lqr.h> LqrRetVal lqr_carver_attach(LqrCarver* carver, LqrCarver* aux); DESCRIPTION
The function lqr_carver_attach is used to attach an LqrCarver object (pointed to by aux) to another one (pointed to by carver). This will have the effect that each operation performed over the carver object will be reflected on aux (they will share the same visibility map). This function must not be used after a visibility map was loaded into the base object (the one pointed to by carver). The object pointed to by aux must have the same original size as the base object. Note that the original size information is reset whenever a flattening operation occurs, or the rescaling direction changes, so that this function should be called befor rescaling occurs. There is no limitation on the number of LqrCarver objects which is possible to attach. Nesting is also possible. It is irrelevant if the aux carver is initialised or not; from the moment of attachment, it will passively undergo all transformations performed over carver. RETURN VALUE
The return value follows the Liquid Rescale library signalling system. LQR_ERROR is returned if the sizes of carver and aux don't match. SEE ALSO
LqrRetVal(3), lqr_carver_list_start(3), lqr_carver_list_current(3), lqr_carver_list_next(3), lqr_carver_list_foreach(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_ATTACH(3)
All times are GMT -4. The time now is 10:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy