Unix Account


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix Account
# 1  
Old 07-21-2008
Unix Account

What is the command if i want to view the script of the user being executed.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. UNIX for Dummies Questions & Answers

Create a unix account

Hi, Please could some advise how to create a unix account, from the root account. thanks you (2 Replies)
Discussion started by: venhart
2 Replies

3. UNIX for Dummies Questions & Answers

How to enable a disabled Unix account on HP-UX

I am very new to Unix. We have a Unix user account that was disabled due to multiple tries with an invalid password. How to enable the account? (1 Reply)
Discussion started by: kajap
1 Replies

4. UNIX for Dummies Questions & Answers

How to create an account on UNIX-server

How can i create an account on my UNIX-server? 1. The files, can't be deleted by that person. (or better: he can only delete his own upped files, or can delete files, but can't see mine) 2. He can upload files. 3. I can delete and see everything. Hope you guys can help me. B.T.W. nice... (1 Reply)
Discussion started by: SEC
1 Replies

5. UNIX for Dummies Questions & Answers

Forwarding Mail from Unix account

I have a simple question. i have an e-mail account with an ISP on a Solaris box. I want to forward all the mail that comes to "only" me to another POP3 account. I used to have the commands written down on how to forward all but I have lost them. Is there a way to forward only e-mails that... (2 Replies)
Discussion started by: jsillers
2 Replies

6. 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

7. UNIX for Dummies Questions & Answers

unix shell account

i purchased a unix shell account and got myself into a bit of trouble with my providers heh i got 3 automated emails telling me i had 3 background processes running, and my limit is two, which i knew. after a couple of emails between myself and a human being, he suggested i look up... (2 Replies)
Discussion started by: turf
2 Replies
Login or Register to Ask a Question
KTOBLZCHECK(1)						      General Commands Manual						    KTOBLZCHECK(1)

NAME
ktoblzcheck - Check Account and BLZ (bank routing code) SYNOPSIS
ktoblzcheck [--returncode] [--file=<datafile>] <bank-id> <account-id> DESCRIPTION
This manual page documents briefly the ktoblzcheck application. ktoblzcheck is a program that will check a given account and blz for the bank being valid and the account being valid using some checksum calculations, if supported for that particular bank. The output is the clear-text name of the bank specified by <bank-id>, and whether the given <account-id> is a valid account number at this bank. OPTIONS
<bank-id> This is the Bankleitzahl (bank routing id), actually it is the account-id of that particular bank at the Deutsche Bundesbank. <account-id> This is the account number you wish to verify. If the checksum method of the bank specified by the <bank-id> is supported, you will get the account-id verified, i.e. if it is a valid account-id at that particular bank. --returncode If given, the result is returned via the returncode and no output on the terminal. The following returncodes are possible: 0: account and bank are ok 1: unknown, e.g. checksum not implemented or such 2: account and/or bank not ok 3: bank not found --file=<datafile> Specifies the file with the bankdata. This file can be obtained via the internet from the Deutsche Bundesbank on address http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php Beware! This page is in German only. BUGS
No bugs are known at this time. Only certain checksum algorythms are supported as of now, so please don't complain if you always get "unknown" as return value. AUTHOR
This manual page was written by Jens Gecius <jens@gecius.de> for the Debian GNU/Linux system. Authors of ktoblzcheck are Fabian Kaiser <fabian@openhbci.de> and Christian Stimming <stimming@tuhh.de>. August 3, 2003 KTOBLZCHECK(1)