answersLogoWhite

0

they're probably somewhere in /var/log

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you find files in Linux and Unix?

Linux and Unix and their variants have several different ways of locating files. each of the below commands can be used to locate files.findlocatewheriswhich


How are files hidden in Linux?

Files in unix operating systems with a '.' character as the first character in the filename are hidden.


What can be used to standardize configuration files across Linux systems?

NIS package


How do you find and remove files in Linux?

From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext


What package can be used to standardize configuration files across Linux systems?

NIS (Network Information Service).


Linux and Unix are managed through a series of text files?

Unix / Linux are both file based operating systems. The majority of configuration can be amended by system configuration files, although as the systems have developed more and more of this is automated and hidden from the user. User configuration files will normally reside under the /etc directory.


What files defines runlevel 4 on most Linux systems?

It's generally not used or whatever the user defines it as.


Where are the C header files in Linux?

The C header files are in the same place as other Unix and Unix-like systems: /usr/include if you installed the compiler.


What is the fastest method to search for files in the Linux directory tree?

I use the locate command. Locate just queries a database and prints out the location of the file as it is in the database. The only drawback is that you have to index your files regularly if your directories and files change to keep the database up to date. updatedb -->Indexes files. (you can do this in a cron job if you don't want to do it manually) locate filename -->prints the location of the file filename.


Allows you to find applications or files by typing in first few letters?

On some Linux systems there is an application called "GNOME Do" which does that.


What directory on the filesystem doesn't actually have files on the hard drive?

For Linux and some Unix systems, the /proc system is not on the hard drive.


What is the purpose of an rpm package in Linux?

RPM packages are installation packages designed for Red Hat based system. They are similar to .exe files for Windows, and .deb files for debian systems.