![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix command for multifile program execution | alokmishra8 | Linux | 0 | 02-01-2008 04:20 AM |
| command execution ?? | zedex | UNIX for Advanced & Expert Users | 1 | 11-06-2007 05:26 PM |
| Capturing last command execution status in a script. | videsh77 | Shell Programming and Scripting | 2 | 04-12-2007 01:19 PM |
| Status code of last command execution | tipsy | Shell Programming and Scripting | 1 | 07-21-2006 01:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Where we can get the logs for a command execution successfully?
Hi,
How to get the logs for successfully executing of a solaris command? Where the logs will be stored? How to know that the commands is executed successfully or not? Thanks, Susi. |
|
||||
|
if you want to know the message from system or service, look the /var/adm or /var/log directorys for more information,.
but "commands is executed successfully or not?" ,you can check the exit status, if you use bash shell, you can type: echo $? if the result is 0 meaning successful, else will be had a problem. |
|
||||
|
logs for command.
Hi,
Thanks for your valuable information. I want to know that whether the command execution is stored in any log files? If we are working in any command, whether all events will be stored in any of the log files? any ideas? Thanks and Regards, susi |
|
||||
|
Quote:
and in directory /var/adm have messages too,contains about system. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|