answersLogoWhite

0


Best Answer

Information on the UNIX file system can be found in some magazines dedicated to technology such as Science Illustrated. Information can also be found on UNIX's official website.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where can one find information on the UNIX file system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where would you find a host file on a unix server?

The host file in Unix is usually located in the /etc directory.


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


How do you find out what users are in a group on a POSIX or Unix system?

Look at the /etc/group file; this has all the groups and the members of each group.


How do you find a file in Unix?

All Unix systems provide a 'find' command that searches for specific files in a given directory. To find a file that has the word "foo" in the /usr directory, I would type: $ find /usr -name *foo* For more information, see 'man 1 find'.


What log file contains information and error messages generated by sshd regarding network access?

This depends on the Unix/Linux system release; vendors may differ in how they log information. Typically, in a Linux distro you can find sshd authorization errors in auth.log. Other systems use syslog or syslog.log, depending on how they are configured. Check your system information to see what the exact log file is called in your environment.


How do you find world-writable files in the UNIX file system?

With the command find . -type f -perm /o+w you may want to replace "." with a different directory in which to search.


How do you Find size of a file using c program?

OS-dependent.stat for unix, FindFirstFile for Windows.


What are Significant switches that can be used with the PS command?

It depends on what information you are looking for, and the exact Unix system you are using. Take a look at the 'man ps' command on your system to find out the switches that give the information you are most interested in looking at.


Where can one find information on gettimeofday?

"gettimeofday" is a command used in Linux and Unix, thus not capitalized. If one wishes to find information on it, the person should look for a manual or a list of Linux/Unix commands with definitions.


Where can I find more information on unix certification ?

There are many different types of Unix Certification depending on what your career goals are. Check out Unix.org to find out information on the different certifications and for great test prep materials and tips.


Explain any five filters in UNIX system?

head - list beginning lines of a file tail - list ending lines of a file cut - eliminate columns of a file grep - find patterns of matches in files sed - make changes to selected lines in files


Which UNIX system directory contains configuration files such as the passwd file?

Configuration files are typically stored in the /etc directory. They can, of course, be anywhere the implementer wishes them to be as long as the process knows where to find them.