Sponsored Content
Full Discussion: od -cb .
Top Forums UNIX for Advanced & Expert Users od -cb . Post 302174039 by drl on Sunday 9th of March 2008 07:01:32 PM
Old 03-09-2008
Hi.

I sympathize. I often used that to illustrate the content of directories in class. When we switched from Solaris to Linux, we encountered the same problem as you describe.

I don't know what the reasoning was behind that design decision -- it doesn't sound very free, does it Smilie ... cheers, drl

PS it still works in Solaris 10, you can see ., .. and t1:
Code:
$ od -bc d1
0000000 040 001 000 000 014 000 001 000 056 000 000 000 035 001 000 000
             001  \0  \0  \f  \0 001  \0   .  \0  \0  \0 035 001  \0  \0
0000020 014 000 002 000 056 056 000 000 041 001 000 000 350 001 002 000
          \f  \0 002  \0   .   .  \0  \0   ! 001  \0  \0 350 001 002  \0
0000040 164 061 000 000 000 000 000 000 000 000 000 000 000 000 000 000
           t   1  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0
0000060 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
          \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0
*
0001000

 
Temporary(4)						     Kernel Interfaces Manual						      Temporary(4)

NAME
Temporary - Stores data files during transfers to remote systems SYNOPSIS
/usr/spool/uucp/SystemName/TM.xxPID.000 DESCRIPTION
The uucp Temporary (TM.*) files store data files during transfers to remote systems. After a Data (D.*) file is transferred to a remote system by the uucico daemon, the uucp program places it in a subdirectory of the uucp spooling directory named /usr/spool/uucp/SystemName, where the SystemName directory is named for the computer that is transmitting the file. The uucp program creates a temporary data file to hold the original data file. The full pathname of the temporary data file is in the following format: /usr/spool/uucp/SystemName/TM.xxPID.000 where the SystemName directory is named for the computer that is sending the file, and TM.xxPID.000 is the name of the file; for example, TM.00451.000. The PID variable is the process ID of the job. FILES
Describes accessible remote systems Contains uucp command, data, and execute files Contain data to be transferred. Contain files that uucp has transferred RELATED INFORMATION
Daemons: uucico(8) Commands: uucp(1), uudemon.cleanu(4), uupick(1), uuto(1), uux(1) delim off Temporary(4)
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy