Sponsored Content
Full Discussion: How to logout
Operating Systems HP-UX How to logout Post 302327302 by pbillast on Saturday 20th of June 2009 06:12:35 PM
Old 06-20-2009
And if it is buried under a layer of subshells ...
Code:
kill -9 `ps -o "%P"`

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

logout command

hi all The "last" command shows the last login time of the user. is there any command for last logout time. as usual, replies are appreciated. thanks boys. raguram R (6 Replies)
Discussion started by: raguramtgr
6 Replies

2. Red Hat

How do you logout from a session?

Hello all - I'm finishing up a script that I wrote. This is what I did: I added some lines to the .bash_profile that will call my startup script: cd $HOME/startup ./startup.scr This startup script will create some directories, move some files, and then startup an application: cd... (4 Replies)
Discussion started by: Heron
4 Replies

3. UNIX for Dummies Questions & Answers

logout

Every time the ksh script completes I got message - logout. I don't want to see this message.... Can someone give me a clue Thanks in advance. ZAM SunOS 5.9 Generic_118558-19 sun4u sparc SUNW,Sun-Fire-880 (2 Replies)
Discussion started by: zam
2 Replies

4. Shell Programming and Scripting

.logout help

We have an application that uses the csh shell as the default. We can not change this as when we upgrade it will change back to csh. We have several people that log in with this id. I would like to create a .logout exit script to audit what transactions were performed, termal, etc. Does... (3 Replies)
Discussion started by: 2dumb
3 Replies

5. UNIX for Dummies Questions & Answers

auto logout

How do I disable the auto logout for remote logins to a host (2 Replies)
Discussion started by: lethgowerboy
2 Replies

6. Solaris

.logout

I want to execute script while exiting a session, to gather session details. How to implement this in Solaris 10 (3 Replies)
Discussion started by: sharif
3 Replies

7. UNIX for Dummies Questions & Answers

Exit or logout

When I want to close my session I can use exit or logout, and a lot of manuals use both of them indistinctly. So, Is there any difference between exit or logout?? Or are both of them exactly the same command?? I forgot to mention that I am using a RedHat Unix. Thanks for your help. Kinai. (1 Reply)
Discussion started by: kinai
1 Replies

8. Linux

What happens when user logout?

Hi When executing some commands, we need to re-login into the account. What happens when logged out and login ? Are there any scripts (.bashrc .... ) to be executed or to update system files. Help Me .......... (1 Reply)
Discussion started by: yhacks
1 Replies

9. Ubuntu

Help with a logout scrpt

Hi, I'm new to Linux and this forums. I was working on a logout script and was wondering if anyone could help me out. What I'm trying to do is to delete the content of the ~/tmp/ directory and also to perform a check if any processes are currently running befor logout. this is what I have ... (1 Reply)
Discussion started by: zexin
1 Replies

10. Post Here to Contact Site Administrators and Moderators

unix.com keeps logout me

Hi Admin, I am living in singapore. When i use the unix.com in office, it works well ( in that time, it says "you are somewhere around USA(some country) - because my proxy is USA" Once i come to home and connects, it keeps logout... is that any settings i need to change ? ---------- Post... (1 Reply)
Discussion started by: itkamaraj
1 Replies
FANN_GET_ACTIVATION_FUNCTION(3) 					 1					   FANN_GET_ACTIVATION_FUNCTION(3)

fann_get_activation_function - Returns the activation function

SYNOPSIS
int fann_get_activation_function (resource $ann, int $layer, int $neuron) DESCRIPTION
Get the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get activation functions for the neurons in the input layer. The return value is one of the activation functions constants. PARAMETERS
o $ann -Neural network resource. o $layer - Layer number. o $neuron - Neuron number. RETURN VALUES
Learning functions constant or -1 if the neuron is not defined in the neural network, or FALSE on error. SEE ALSO
fann_set_activation_function_layer(3), fann_set_activation_function_hidden(3), fann_set_activation_function_output(3), fann_set_activa- tion_steepness(3), fann_set_activation_function(3). PHP Documentation Group FANN_GET_ACTIVATION_FUNCTION(3)
All times are GMT -4. The time now is 05:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy