It started with a phone call. Could we build a Linux box that would mount and read a DEC drive and make the data available to NT workstations via Samba? The answer was “I'll have to get back to you.” ...
Question, on a 2TB drive how much space is wasted by using normal amount of inodes instead of largefile or largefile4, I created my filesystems with normal but I only have files in the 100MB to 4GB ...
The ls command is probably one of the first commands that anyone using Unix learns, but it only shows a small portion of the information that is available with the stat command. The stat command pulls ...
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
I am currently writing a version of File Tree Walk for my systems programming class for the UNIX operating system. I was wondering if there was a verion of the stat function that takes an inode number ...
Writing filesystems, or any kernel code, is hard. The kernel is a complex environment to master, and small mistakes can cause severe data corruption. Filesystems, however, offer a clean data access ...
You can use the stat command to view dates and times associated with Linux files, and the date command can do some handy conversions if you’d like to display the current time in the epoch format.