Sponsored Content
Full Discussion: Location of log file
Top Forums UNIX for Advanced & Expert Users Location of log file Post 302309007 by mohan705 on Tuesday 21st of April 2009 01:19:53 AM
Old 04-21-2009
Location of log file

This below one find the table name in the log.I want location of log file.Please any help

> find / -type f -name "*.log" -exec grep -i 'sct' {} 2>/dev/null \;
. . importing table "sct"
. . exporting table sct
. . importing table "sct"
. . exporting table sct


Thanks ,
MR
 

10 More Discussions You Might Find Interesting

1. HP-UX

Open view log location

Can someone tell me where the path to store the error message in HP OpenView? thk a lot (0 Replies)
Discussion started by: zp523444
0 Replies

2. Gentoo

Location log after process crontab

Hi... I want to know directori location and file name (log) after crontab has been running.. (linux disto gentoo and sun solaris) Because for long time maybe contain this log file becomes large. Thanks for your help. regards, srilinux (4 Replies)
Discussion started by: srilinux
4 Replies

3. AIX

Location of smit.log

What is the location of smit.log (3 Replies)
Discussion started by: AIXlearner
3 Replies

4. Shell Programming and Scripting

Put one string from one location to another location in a file

Hi Everyone, I have 1.txt here a b c' funny"yes"; d e The finally output is: here a b c d e' funny"yes"; (1 Reply)
Discussion started by: jimmy_y
1 Replies

5. Virtualization and Cloud Computing

HPVM log file location and a sample

1. Can somebody tell me the log file location of HPVM where all the events of guest OS are reported ? 2. And if possible a log file with important events in it ? (1 Reply)
Discussion started by: thegeek
1 Replies

6. AIX

Log Location

Hi, I would like to find out where the system will display the server was shutdown due to power fluctuation. I have check the command errpt and alog -o -t boot |more but not getting the requred information. alog -o -t boot command is not showing the time Time: 9 LEDS: 0x538 invoking... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

7. Shell Programming and Scripting

File created in a different location instead of desired location on using crontab

Hi, I am logging to a linux server through a user "user1" in /home directory. There is a script in a directory in 'root' for which all permissions are available including the directory. This script when executed creates a file in the directory. When the script is added to crontab, on... (1 Reply)
Discussion started by: archana.n
1 Replies

8. Shell Programming and Scripting

How to copy a file from one location to another location?

I have file file1.txt in location 'loc1'. Now i want a copy of this file in location 'loc2' with a new file called test.txt. Please help me how to do this in shell script. (1 Reply)
Discussion started by: vel4ever
1 Replies

9. UNIX for Dummies Questions & Answers

avahi , change the log location

avahi error message goes to /var/log/messages , how can put avahi to log the error in a file /var/log/avahi-error instead of /var/log/messages (1 Reply)
Discussion started by: prpkrk
1 Replies

10. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies
MODEMMANAGER(8) 					      System Manager's Manual						   MODEMMANAGER(8)

NAME
ModemManager - modem management daemon SYNOPSIS
ModemManager [--version] | [--help] ModemManager [--debug] [--log-level=<level>] [--log-file=<filename>] [--timestamps] [--relative-timestamps] DESCRIPTION
The ModemManager daemon provides a unified high level API for communicating with (mobile broadband) modems. While the basic commands are standardized, the more advanced operations (like signal quality monitoring while connected) varies a lot. ModemManager is a system daemon and is not meant to be used directly from the command line. OPTIONS
The following options are supported: --version Print the ModemManager software version and exit. --help Print ModemManager's available options and exit. --debug Runs ModemManager with "DEBUG" log level and without daemonizing. This is useful for debugging, as it directs log output to the con- trolling terminal in addition to syslog. --log-level=<level> Sets how much information ModemManager sends to the log destination (usually syslog's "daemon" facility). By default, only informa- tional, warning, and error messages are logged. Given level must be one of "ERR", "WARN", "INFO" or "DEBUG". --log-file=<filename> Specify location of the file where ModemManager will dump its log messages, instead of syslog. --timestamps Include absolute timestamps in the log output. --relative-timestamps Include timestamps, relative to the start time of the daemon, in the log output. SEE ALSO NetworkManager(8). 31 October 2011 MODEMMANAGER(8)
All times are GMT -4. The time now is 05:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy