Sponsored Content
Full Discussion: Whats Behind Your Name?
The Lounge What is on Your Mind? Whats Behind Your Name? Post 54143 by Student37 on Tuesday 3rd of August 2004 09:36:27 PM
Old 08-03-2004
Hi.
I am 37 and consider myself a student to of UNIX, havent got much far with the exams but have certainly learned a lot from trail and error and ofcourse this wonderfull forum.

....still figuring out
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Whats does this mean

Found this piece of code written in ksh. I have no ideas what do the stuff like ${SRF##*\.} do. SUFFIX=${SRF##*\.} if ; then SUFFIX="" fi I have encountered similar expressions in other programs also. Any pointers on where to learn more about these... (1 Reply)
Discussion started by: jyotipg
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Whats the go?

woofie, Your posts are being deleted because your use of profanity. I am close to changing your status to read only. In fact, if you argue with the mods again, I will ban you from these boards. Neo (1 Reply)
Discussion started by: Neo
1 Replies

3. Shell Programming and Scripting

whats the difference between $* and $@

Hi, whats the difference between $* and $@ in command line arguments to a shell scripts (3 Replies)
Discussion started by: pbsrinivas
3 Replies

4. Shell Programming and Scripting

tell me whats wrong in this?

#! /bin/bash head -5 $1 echo "remove $1 ?" read answer if then echo invalid answer elif rm $1 echo "$1 is deleted" elif then echo file is not deleted else echo "invalid answer" fi What i really want this to do is to ask to delete the file or not..it says something wrong... (1 Reply)
Discussion started by: nadman123
1 Replies

5. Shell Programming and Scripting

tell me whats wrong with this

#! /bin/bash USAGE=" | ] if then echo "$USAGE" exit 1 fi while getopts lb: OPTION do case $(OPTION)in a) echo Hi there! exit 2;; b) echo hello o) OARG=$OPTARG;; \?)echo "$USAGE" ;; exit 2;; esac done shift `expr... (1 Reply)
Discussion started by: nadman123
1 Replies

6. Shell Programming and Scripting

whats this NAME=${0##*/}

hi all, i found NAME=${0##*/} in a script. i given this coomand in my unix box(presently in ksh). echo ${0##*/} it returned ksh. the purpose of the above is to return the shell name or more than that. do you have any more information like this, please share with me. one more query... (7 Replies)
Discussion started by: Arunprasad
7 Replies

7. Shell Programming and Scripting

##*_ - whats this?

Hi all, could you please tell me whats this stands ##*_ 0##*/ i knew this alone if some more is there please tell me that also. (3 Replies)
Discussion started by: Arunprasad
3 Replies

8. UNIX for Dummies Questions & Answers

whats wrong with this?

can anyone tell me why this code doesn't work how its supposed to, its the hangman game but it doesn't play how its supposed to #!/bin/bash NoAttempts="0" livesgiven="5" LivesRemain=$livesgiven LettersAttempted="" wordfile=words numwords=0 function menu() { clear cat << menu... (1 Reply)
Discussion started by: ferrycorsten73
1 Replies

9. Homework & Coursework Questions

Whats wrong with the following

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: ls -ld htdocs drwxr-x--- 3 root root 8192 2006-11-19 10:41 htdocs How would a host administrator... (1 Reply)
Discussion started by: Larry_1
1 Replies
audtrail(1m)															      audtrail(1m)

NAME
audtrail - A dcecp object that converts the audit trail into a readable format SYNOPSIS
audtrail help [operation | -verbose] audtrail operations audtrail show audit_trail_file_name_list [-to filename] ARGUMENTS
A list of one or more names of audit trail files. The names are not the full pathnames, but only the residual file name. The name of the audtrail operation for which to display help information. DESCRIPTION
The audtrail object represents an audit trail file. This command currently supports only one operation, which converts the audit trail into a human readable format. OPERATIONS
audtrail help Returns help information about the audtrail object and its operations. The syntax is as follows: audtrail help [operation | -verbose] Options Displays information about the audtrail object. Used without an argument or option, the audtrail help command returns brief information about each audtrail operation. The optional opera- tion argument is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the audtrail object itself. Privileges Required No special privileges are needed to use the audtrail help command. Examples dcecp> audtrail help show Returns or files the contents of an audit trail file. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> audtrail operations Returns a list of the operations supported by the audtrail object. The syntax is as follows: audtrail 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 audtrail operations command. Examples dcecp> audtrail operations show help operations dcecp> audtrail show Returns the audit trail in a readable format. The syntax is as follows: audtrail show audit_trail_file_name_list [-to filename] Options Specifies the name of the file in which to store the audit trail output. The show operation returns the audit trail in a readable format. This command takes as an argument a list of names of audit trail files. If more than one name is given, the output of each audit trail is concatenated and a blank line inserted between audit trails. The -to option specifies a destination filename for the trail. If this option is not present, the trail is returned from the command. If the option is present, this operation returns an empty string. Because audit trail files can grow quite large, using the -to switch is strongly recommended to avoid reading the entire trail into memory. Note that when dcecp processes output, it sends the entire set of returned information to an internal buffer before displaying it. There- fore, when the output is directed to the screen, it can take a long time to appear. Privileges Required You must have r (read) permission on the audit trail file on the local file system. Examples dcecp> audtrail show my_trail --- Start of an event record --- Event Number: 259 Client: /.../stp.gburg.ibm.com/hosts/drinkernisti/self Event Outcome: success Authorization Status: Authorized with a pac Local Time: 1993-12-19-19:02:27.037-05:00I----- --- End of an event record --- . . . --- Start of an event record --- Event Number: 266 Client: /.../stp.gburg.ibm.com/hosts/drinkernisti/self Event Out- come: success Authorization Status: Authorized with a pac Local Time: 1993-12-19-19:02:28.819-05:00I----- --- End of an event record --- dcecp> RELATED INFORMATION
Commands: auditd(1m), dcecp(1m), dcecp_aud(1m), dcecp_audevents(1m), dcecp_audfilter(1m). Files: aud_audit_events(5), dts_audit_events(5), event_class(5), sec_audit_events(5). audtrail(1m)
All times are GMT -4. The time now is 01:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy