answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What directory on a Linux system is commonly used to store log files and spools?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the name of the Linux top level directory of the file system?

The /, or root directory.


What is the Linux Filesystem hierarchy used for?

The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.


What is var directory in Linux stands for?

Var directory is a sub directory of the root directory, The system writes data during process of its operation.


What directory holds the bulk of system log files in Linux?

/var/log


What is the main file directory in Linux?

It is the Home Directory.


What is the root folder or root directory?

The Root folder and Root directory is the Main location for the Linux system. Only users with super user privileges can access the directory. ANY changes made successfully in the root directory will be system wide. its the quickest way to destroy the operating system!


Where is the Linux root directory located?

The root directory is usually /.


What is full form of FHS?

Filesystem Hierarchy Standard..... It is a tree like directory system, all Linux operating system use it....


How do you serch 10 biggest file in specific directory on Linux system?

If the directory you're interested is my_dir, then do: du -sk my_dir/* | sort -nr | head


What is the most preferred network operating system?

Red Hat Enterprise Linux 5.3, 5.4/ commonly linux.


How are directory paths indicated in Linux?

The root directory is /. The home directory is /home/user.


How do you move files to a directory in Linux?

mv file /path/to/directory