Sponsored Content
Top Forums UNIX for Advanced & Expert Users Directories converted into files with the same size Post 302796207 by aladdin on Friday 19th of April 2013 03:57:03 AM
Old 04-19-2013
Directories converted into files with the same size

Hi Gurus,

I know this sounds weird, We have encountered many incidents where some directories on several Solaris 10 boxes, will be converted to files with the same size. for example the file below :

Code:
-rw-r--r--   1 rkadm    redknee  5027399 Apr 15 00:02 dump

This was a directory created few months back, now We see it as a file created on Apr 15 with the same size of that directory!!

We have the below cron in place, which zip and move files into that direcotry :

Code:
30 7,19 * * * /usr/bin/find  /opt/redknee/product/cps/dump/ -type f -mtime +3 | xargs /usr/bin/gzip;/usr/bin/find /opt/redknee/product/cps/dump/ -type f -mtime +3 |xargs -I '{}' mv {}   /er_archive/rkcps1b/cps/2011/dump_back/

Also, When I check the file type I see :

Code:
dump:           gzip compressed data - deflate method , original file name


Im suspecting the mv command in the above cronjob, to be replacing the file sometimes with the directory, instead of moving it there.

Has anyone of you come across this before?

Regards
Aladdin
 

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

RTF files can they be converted once they are on linux system

:D mount -t vfat /dev/hda1 /mnt my dillemma is simple i have psion 5 mx wich is an epoc type machine not only does it only work on windows as far as I know but I have to convert the files (the usual stuff!) sometimes a humen error happens and the files that I want to transfer to the linux drive... (7 Replies)
Discussion started by: moxxx68
7 Replies

2. HP-UX

Directories Size

Hi All I want to plan my backups, but 1st i would like to know what is the size of each directory. Is there any command which can show me the size of directories? Regards (2 Replies)
Discussion started by: cgege
2 Replies

3. UNIX for Dummies Questions & Answers

Empty directories having different size

$ls -lrt mydir total 12 drwxrwxrwx 2 nobody nobody 512 Aug 8 11:51 tmp drwxrwxrwx 2 nobody nobody 4608 Jan 19 12:20 web.cache $ ls -lrt mydir/web.cache/ total 0 $ ls -lrt mydir/tmp/ total 0 Can anyone explain me the above results? I know the o/p of ls, but this... (3 Replies)
Discussion started by: rahulrathod
3 Replies

4. Shell Programming and Scripting

bash script working for small size files but not for big size files.

Hi, I have one file stat. Stat file contents are as follows: for example. H50768020040913,00260100,507680,13,0000000643,0000000643,00000,0000 H50769520040808,00260100,507695,13,0000000000,0000000000,00000,0000 H50770620040611,00260100,507706,13,0000000000,0000000000,00000,0000 Now i... (1 Reply)
Discussion started by: davidpreml
1 Replies

5. Shell Programming and Scripting

checkingthe size of all the .txt , .ext files in all directories ..

hai, i am new to unix scripting & learning unix scripting and doing some assignments.... i have an assignment as follows, i want to check the size of the text file and .ext files in all directories, if any one of them is greater than 100mb , i have to display those files.. ... (2 Replies)
Discussion started by: G.K.K
2 Replies

6. Shell Programming and Scripting

How to list all the directories, sub directories in a mount along with size in ascending order?

Hi , I am very new to unix as well as shell scripting. I have to write a script for the following requirement. In a particular mount, have to list all the directories and sub directories along with size of the directory and sub directory in ascending order. Please help me in this regard and many... (4 Replies)
Discussion started by: nmakkena
4 Replies

7. UNIX for Dummies Questions & Answers

Finding size of all directories

Alright so I've tried a couple different things that at first glance, looked like they worked. find . -maxdepth 5 -type d -daystart -mtime 1 | xargs du -h Which seems to ignore the previous commands such as depth and modified time. find .. -maxdepth 2 -type d -daystart -ctime 1 | xargs... (8 Replies)
Discussion started by: Aussiemick
8 Replies

8. Shell Programming and Scripting

Directories above particular size

Hi guys, i'm searching for a command, which gives me back all the directories which are greater than a particular size? thx for helping so far :b: guti (2 Replies)
Discussion started by: guti_rocks
2 Replies

9. Shell Programming and Scripting

How to list all the files, directories and sub-directories in the current path except one directory?

Can anyone come up with a unix command that lists all the files, directories and sub-directories in the current directory except a folder called log.? Thank you in advance. (7 Replies)
Discussion started by: Manjunath B
7 Replies
Directories(4)						     Kernel Interfaces Manual						    Directories(4)

NAME
Directories - Contains queued requests for file transfers and command executions on remote systems SYNOPSIS
/usr/spool/uucp/SystemName DESCRIPTION
The /usr/spool/uucp/SystemName directories are the uucp program spooling directories on the local system. The uucp program creates a Sys- temName directory for each system listed in the /usr/adm/uucp/Systems file, including the local system. Each SystemName directory contains queued requests issued by local users for file transfers to remote systems and for command executions on remote systems. The uucp program uses several types of administrative files to transfer data between systems. These files are stored in the SystemName directories. They are: Contain directions for the uucico daemon concerning file transfers. Contain data to be sent to remote systems by the uucico daemon. Contain instructions for running commands on remote systems. Contain data files after their transfer to the remote system until the uucp program can deliver them to their final destinations (usually the /usr/spool/uucppublic directory). RELATED INFORMATION
Daemons: uucico(8), uusched(8), uuxqt Commands: uucp(1), uux(1) delim off Directories(4)
All times are GMT -4. The time now is 04:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy