Sponsored Content
Full Discussion: Suse 8 /var Directory
Operating Systems Linux SuSE Suse 8 /var Directory Post 302637923 by bartus11 on Wednesday 9th of May 2012 02:11:36 PM
Old 05-09-2012
Can you post full command that you run with its output?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Swap File in /var directory

Thank you 98_1LE.... Please help required urgently... We are getting error message in SUN... Please give solution ERROR MESSAGE: NOTICE: alloc: /var: file system full Output of command "df -k" in our system is... Filesystem kbytes used avail capacity Mounted on... (1 Reply)
Discussion started by: wipro fluid power
1 Replies

2. Solaris

Usage of /var/tmp/ directory on Solaris 10

Hi All, I have some threaded applications. Design of the application is such that one thread will decode some data and put it in data structure, And main thread will wait for another child threads pick up the decoded data. The data will be large decoded files. Once decoded data is picked by... (1 Reply)
Discussion started by: patilmuragesh
1 Replies

3. Emergency UNIX and Linux Support

/var/log/wtmp SuSE log permission rollback

Hello All, On my SuSE system, I have wtmp log this log file permission is 644 but every reboot the file permission rollback to 664. In the logrotate.conf and logrotate.d/wtmp files the wtmp logrotate set to 644. I would like to know, which "file" or "script" modify the wtmp log to rollback to... (7 Replies)
Discussion started by: kalaso
7 Replies

4. HP-UX

[Solved] /var directory in HP-UX is showing 95%?

Hi Everyone, My var directory is showing near to 100% ? What are the files should i delete to make it less?? Kindly suggest # bdf -i Filesystem kbytes used avail %used iused ifree %iuse Mounted on /dev/vg00/lvol3 1048576 107616 933616 10% 3342 29394 10% /... (10 Replies)
Discussion started by: yadvinder
10 Replies

5. Ubuntu

problem with /var/mail directory

Hi, There is no "administrator" file in "/var/mail" directory........ can any one tell me what could be the reason for that?...and also how to resolve that??? Thanks, ~Kavi (4 Replies)
Discussion started by: kavi.mogu
4 Replies

6. UNIX for Dummies Questions & Answers

How to protect directory var/www in debian?

hi i need somme help to protect directory in debian with user and pass var/www thank's (6 Replies)
Discussion started by: azzeddine2005
6 Replies

7. HP-UX

Unidentified File on /var Directory

Hi All, I'm having problem with /var directory which is keep increasing. Here's the output of bdf and du command # uname -a HP-UX rppmis1 B.11.11 U 9000/800 1153414645 unlimited-user license # bdf /var Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol8 ... (8 Replies)
Discussion started by: stu33
8 Replies

8. SuSE

Non root user want to see /var/log/messages - any suse equivalent of Solaris dmesg

Hi New to Suse - mainly used Solaris. In solaris dmesg will also show you contents of messages log file but in Suse Liux it doesnt appear to. I dont have root access to this Suse server, and wondering is there any other tool / utility that allows me to see the messages file contents like on... (1 Reply)
Discussion started by: frustrated1
1 Replies
SHOW(7) 							   SQL Commands 							   SHOW(7)

NAME
SHOW - show the value of a run-time parameter SYNOPSIS
SHOW name SHOW ALL INPUTS name The name of a run-time parameter. See SET [set(7)] for a list. ALL Show all current session parameters. DESCRIPTION
SHOW will display the current setting of a run-time parameter. These variables can be set using the SET statement, by editing the post- gresql.conf, through the PGOPTIONS environmental variable, or through a command-line flag when starting the postmaster. Even with autocommit set to off, SHOW does not start a new transaction block. See the autocommit section of the Administrator's Guide for details. DIAGNOSTICS
ERROR: Option 'name' Message returned if name does not stand for an existing parameter. EXAMPLES
Show the current DateStyle setting: SHOW DateStyle; DateStyle --------------------------------------- ISO with US (NonEuropean) conventions (1 row) Show the current genetic optimizer (geqo) setting: SHOW GEQO; geqo ------ on (1 row) Show all settings: SHOW ALL; name | setting -------------------------------+--------------------------------------- australian_timezones | off authentication_timeout | 60 checkpoint_segments | 3 . . . wal_debug | 0 wal_sync_method | fdatasync (94 rows) COMPATIBILITY
The SHOW command is a PostgreSQL extension. SEE ALSO
The function current_setting produces equivalent output. See Miscellaneous Functions in the PostgreSQL User's Guide. SQL - Language Statements 2002-11-22 SHOW(7)
All times are GMT -4. The time now is 06:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy