Sponsored Content
Full Discussion: Comparison List of commands
Top Forums UNIX for Advanced & Expert Users Comparison List of commands Post 302085765 by f_amshan on Saturday 19th of August 2006 07:52:38 AM
Old 08-19-2006
Error Comparison List of commands

Hi,

I would like to have a list of commands in a table, see below example
Command description
HPUNIX
SUN UNIX
IBM AIX

all above i need comparison list of commands ASAP please..........

B.R
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

List of Commands for Unix Please

Hello, I have recentlly been given access to a Unix based server in order to learn how to operate a Unix machine.. i have never used Unix before and am in need of a list of commands and there functions.. if you have one available please send it to me in .txt or wordpad document form.. thank you in... (5 Replies)
Discussion started by: ShdwMaster
5 Replies

2. UNIX for Dummies Questions & Answers

A Thorough List of FreeBSD commands?!?

I was just wondering if anyone knew of a site that covered all or many of FreeBSD's built in commands. I would also like to know what FreeBSD automatically logs, and where it logs it. Thanks! (1 Reply)
Discussion started by: Kyser_Soze
1 Replies

3. UNIX for Dummies Questions & Answers

.sh_history contains the list of past commands

hi, .sh_history keeps a list of past commands that we entered. but it has a limit and where do we set this limit. thanks. (1 Reply)
Discussion started by: yls177
1 Replies

4. Solaris

List of Commands

Dear All, I am a new Administrator of Solaris in the company , I need a list of the commands pls ... Regards Adel (2 Replies)
Discussion started by: ArabOracle.com
2 Replies

5. Shell Programming and Scripting

list files commands

hi all scripting gurus, need some guide and advise from you. i'm trying to list all the files in the year 2004 and the file format is something like this: 11176MZ00004JV900004JVB00004JVCcDBU20041206.txt try to use the symbol ^ but somehow it does not help. i try this as well: ls -ltr |... (12 Replies)
Discussion started by: lweegp
12 Replies

6. Shell Programming and Scripting

List of internal commands ??

Dear Sir/Mam, Can you tell me list of internal commands which are easy to implements...??? Means sir I am a beginner in unix shell programming. So, I just wanted to know that which internal commands are easy to implements in C language. thanks.... (1 Reply)
Discussion started by: ranusahu
1 Replies

7. Shell Programming and Scripting

list comparison

what is the easy way to compare checksums of sereral paramters by script: for example: #im creating a file containing a list of checksum parameters cksum /opt/LGTOaam51/data_source_types/UX_File_System/* > t1 #and another one cksum /opt/LGTOaam51/data_source_types/UX_File_System2/* > t2 ... (2 Replies)
Discussion started by: modcan
2 Replies

8. UNIX for Dummies Questions & Answers

sudo commands list

Hi, Can you please give me a list of commands executed through 'sudo' command, thank you. (1 Reply)
Discussion started by: Dev_Dev
1 Replies

9. Shell Programming and Scripting

List of dangerous shell commands

Hello, I have a Application which needs to run shell scripts in a elevated state (root) for system interrogation. So I execute each script using bash -C. This has worked really well. I now want to add another layer of security, I cant inspect each of the scripts before they get deployed to the... (4 Replies)
Discussion started by: tjones1105
4 Replies
lastcomm(1)						      General Commands Manual						       lastcomm(1)

NAME
lastcomm - show last commands executed in reverse order SYNOPSIS
[commandname] ... [username] ... [terminalname] ... DESCRIPTION
gives information on previously executed commands. If no arguments are specified, prints information about all the commands recorded in the accounting file, during the current accounting file's lifetime. If called with arguments, only accounting entries with a matching com- mand name, user name, or terminal name are printed. For example, to produce a listing of all executions of commands named by user on ter- minal use: For each process entry, the following are printed. o Name of the user who ran the process. o Flags, as accumulated by the accounting facilities in the system. o Command name under which the process was called. o Amount of cpu time used by the process (in seconds). o What time the process started. Flags are encoded as follows: Command was executed by a user who has appropriate privileges. Command ran after a fork, but without a following exec. Command terminated with the generation of a file. Command was terminated with the signal SIGTERM. AUTHOR
was developed by the University of California, Berkeley. FILES
current file for per-process accounting SEE ALSO
last(1), acct(4), acctsh(1M), core(4). lastcomm(1)
All times are GMT -4. The time now is 02:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy