! Aware > default selections > File System Access > File Access > Information >

File Information

Obtaining file information (status, configuration, et al)
Subsets on this page: - #Apps & Utilities - #Q&A - #Libs & Functions -
- #Personalize -
     icon
Search ! Aware:



     Home
  By TONY
  By MARK
  By JERRY
  By ANN
  By ERICA

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...



Questions and Answers: Showing

How can I check whether a file exists? []

At comp.lang.c FAQ

How can I find out the size of a file, prior to reading it in? []

At comp.lang.c FAQ

How can my program discover the complete pathname to the executable from which it was invoked? []

At comp.lang.c FAQ

Unix Programming FAQ How do I use poll()? []

At Unix Programming FAQ

Unix Programming FAQ How do I 'lock' a file? []

At Unix Programming FAQ

Unix Programming FAQ How can I find out if someone else has a file open? []

At Unix Programming FAQ

Unix Programming FAQ How do I find the size of a file? []

At Unix Programming FAQ

Unix Programming FAQ How do I find out if a file has been updated by another process? []

At Unix Programming FAQ

Unix Programming FAQ How do I expand '~' in a filename like the shell does? []

At Unix Programming FAQ

Unix Programming FAQ How do I compare strings using filename patterns? []

At Unix Programming FAQ

Questions and Answers

Others not displayed here
Full List


Applications and Utilities: Showing

file(1) - determine file type {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD

fstat(1) - file status {oss}

Man pages: FreeBSD NetBSD
Source code: OpenBSD FreeBSD

locate(1) - find filenames quickly {oss}

Man pages: FreeBSD RedHat NetBSD
Source code: OpenBSD FreeBSD

mv(1) - move files {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

readlink(1) - display target of symbolic link on standard output {oss}

Man pages: RedHat
Source code: OpenBSD

rm(1) - remove directory entries {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

ln(1) - make links {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD

chflags(1) - change file flags {oss}

Man pages: FreeBSD NetBSD
Source code: OpenBSD FreeBSD

chgrp(1) - change group {oss}

Man pages: FreeBSD RedHat NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

chmod(1) - change file modes {oss}

Man pages: FreeBSD RedHat NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

touch(1) - change file access and modification times {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

find(1) - walk a file hierarchy {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.2-1992 (``POSIX.2'')]

whatis(1) - describe what a command is {oss}

Man pages: RedHat NetBSD
Source code: OpenBSD

whereis(1) - locate programs {oss}

Man pages: FreeBSD RedHat NetBSD
Source code: OpenBSD FreeBSD

which(1) - locate a program file (or files) in the path {oss}

Man pages: FreeBSD RedHat Solaris NetBSD
Source code: OpenBSD FreeBSD

ncheck_ffs(8) - generate names from inode-numbers {oss}

Source code: OpenBSD

Fileutils - are: 'chgrp', 'chmod', 'chown', 'cp', 'dd', 'df', 'dir', 'dircolors', 'du', 'install', 'ln', 'ls', 'mkdir', 'mkfifo', 'mknod', 'mv', 'rm', 'rmdir', 'sync', 'touch', and 'vdir'. {GPL,GNU}

At GNU project
fileutils-4.1_1 - The GNU file utilities (At FreeBSD Ports)
fileutils-4.0 - GNU file management utilities (At NetBSD packages collection)

wc - print the number of bytes, words, and lines in files {GPL,GNU}

At GNU project textutils

fhist-1.6 - Utilities to maintain file history, do file comparisions and merges

At FreeBSD Ports

gwhich-2.12 - GNU Which - Everything you never wanted in a which

At FreeBSD Ports

ftrace-0.9a - A file modification/creation watcher

At FreeBSD Ports

fampp-1.1 - A C++ wrapper for fam from SGI

At FreeBSD Ports

p5-BSD-stat-1.21 - A stat() with BSD 4.4 extentions

At FreeBSD Ports

cpmod - Copy modes/ownerships/times {oss}

At comp.sources.unix at UUNET

give - Give away ownership of files (System III/V specific) {oss}

At comp.sources.unix at UUNET

file - Replacement for the file(1) command {oss}

At comp.sources.unix at UUNET

retouch - Retouch(1): force changed date {oss}

At comp.sources.unix at UUNET

Libraries and Components: Showing

rename (2) - change the name of a file {oss}

Man pages: FreeBSD RedHat Solaris NetBSD

readlink (2) - read value of a symbolic link {oss}

Man pages: FreeBSD RedHat Solaris NetBSD

getfh (2) - get file handle {oss}

Man pages: FreeBSD NetBSD

access (2) - check access permissions of a file or pathname {oss}

Man pages: FreeBSD RedHat Solaris NetBSD

stat lstat fstat (2) - get file status {oss}

Man pages: FreeBSD RedHat Solaris NetBSD

utime (3) - set file times {oss}

Man pages: FreeBSD NetBSD
Source code: OpenBSD FreeBSD
[IEEE Std1003.1-1988 (``POSIX'').]

utimes (2) - set file access and modification times {oss}

Man pages: FreeBSD Solaris NetBSD

getfsent getfsspec getfsfile setfsent endfsent (3) - get file system descriptor file entry {oss}

Man pages: FreeBSD NetBSD
Source code: OpenBSD FreeBSD

strmode (3) - convert inode status information into a symbolic string {oss}

Man pages: FreeBSD NetBSD
Source code: OpenBSD FreeBSD

p5-File-MMagic-1.12 - Perl5 module to guess file type like file(1)

At FreeBSD Ports
p5-File-MMagic-1.09 - perl5 module to guess file types (At NetBSD packages collection)

p5-File-Spec-0.82 - A Perl module for portably manipulating file specifications

At FreeBSD Ports

Ansiflen.C - ANSI-compliant file size function in C and C++ {oss}

At snippets.org

Fdate.C - Return DOS file date as a scalar value {oss}

At snippets.org

Isfopen.C - Is a FILE * in use? {oss,msdos}

At snippets.org

What.C - DOS version of Unix what {oss}

At snippets.org

Chmod.C - Change DOS file attributes - wildcards, etc. {oss}

At snippets.org

Seqtouch.C - Sequentially time/date stamp files in a directory {oss}

At snippets.org

Setimeto.C - Set a file's time/datestamp to match another's {oss}

At snippets.org

Touch.C - TC/TC++/BC++ set file time/date stamp {oss}

At snippets.org

Libraries and Functions

Others not displayed here
Full List

Related Subjects (default selections)

(The following links to subjects at this site retain your personalized selections.)

See also: File System Information - Obtaining information of the filesystem as a whole. Status of disk subsystems, capacity, etc.

See also: File Access Limits - Limiting access to files (permissions, locking, et al)

See also: File Access - Operations affecting a file as a whole. (delete files, rename, truncate, etc.)

See also: File Viewers - Viewing the contents of files in various forms.

For file name operations, see File Path Name Strings - Operations on hierarchical names (paths, files, identifiers)

Up to File System Access - Gateway topic to file system (files and directory) access and operations.

(There may be additional related subject pages listed here)

Personalized Selections
Platform:
MS-DOS.
Unix/BSD/Linux.
Prog.Language:
C/C++.
Perl.
PHP.
License:
  GPL or LGPL.
Commercial.
Open-source.
Maturity:
Stable.
Tip: To exclude choices, select all others in same column
Pre-Selections

Use our system: Bring Rapid Knowledge Transfer and Awareness to your company website!



Rapid-Links: Search | About | Comments | Submit Path: RocketAware > File System Access > File Access > Information >
RocketAware.com is a service of Mib Software
Copyright 2002, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments