Sponsored Content
Top Forums Shell Programming and Scripting UNIX file system to Linux file system migration Post 302805329 by balajikalai on Friday 10th of May 2013 02:40:07 AM
Old 05-10-2013
UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system.
We do have many directory and sub directories with files.

after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file size.

Please advise.

du command ?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I send a file as an attachment (gzip file) on a Unix system

Hi, How do I send a file as an attachment (gzip file) on a Unix system ? Using sendmail. Please help me. :confused: (3 Replies)
Discussion started by: lacca
3 Replies

2. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies

3. Programming

compare XML/flat file with UNIX file system structure

Before i start doing something, I wanted to know whether the approach to compare XML file with UNIX file system structure. I have a pre-configured file(contains a list of paths to executables) and i need to check against the UNIX directory structure. what are the various approches should i use ? I... (6 Replies)
Discussion started by: shafi2all
6 Replies

4. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

5. Programming

Linux file system insight

I have a basic knowledge of the various structures like file, dentry, inode, superblocks of linux virtual file systems. I want to get a more deep insight as to how these structures are utilized in reality. I mean I want to get an understanding of how and where these structure come up in picture... (4 Replies)
Discussion started by: rupeshkp728
4 Replies

6. Infrastructure Monitoring

Nagios: How to read the Linux system file?

hi 2 all i installed nagios in my linux srvr . check_ftp file is in format of system format . i wants to see the syntax for that script how can i read that file .. ??? please help me ! (4 Replies)
Discussion started by: ponmuthu
4 Replies

7. Shell Programming and Scripting

File name on linux system

Hi, One of the customer wants to receive the file with name //CEC821.K003GUK.DOMD(+1) on their linux system. I am using Java application to send the file to remote system, but I am not able to send the file with that name ane even i am not able to create the file with that name on linux system. ... (6 Replies)
Discussion started by: Satyak
6 Replies

8. HP-UX

how to mount a file system from a solaris server into an hp-ux system

Hi all I wonder if its possible to mount on a hp-ux server a file system that was previously mounted on a solaris 10 server. The LUN is on NetApp stoarge. The problem on hp-ux I cannot do pvcreate on the lun (disk) because contains data. Any help will be appreciated FR (2 Replies)
Discussion started by: fretagi
2 Replies
uuto(1C)						      Communication Commands							  uuto(1C)

NAME
uuto, uupick - public UNIX-to-UNIX system file copy SYNOPSIS
uuto [-mp] source-file... destination uupick [-s system] DESCRIPTION
uuto uuto sends source-file to destination. uuto uses the uucp(1C) facility to send files, while it allows the local system to control the file access. A source-file name is a path name on your machine. Destination has the form: system[!system] ... !user where system is taken from a list of system names that uucp knows about. User is the login name of someone on the specified system. The files (or sub-trees if directories are specified) are sent to PUBDIR on system, where PUBDIR is a public directory defined in the uucp source. By default, this directory is /var/spool/uucppublic. Specifically the files are sent to PUBDIR/receive/user/mysystem/files. The recipient is notified by mail(1) of the arrival of files. uupick uupick accepts or rejects the files transmitted to the user. Specifically, uupick searches PUBDIR for files destined for the user. For each entry (file or directory) found, the following message is printed on standard output: from system sysname: [file file-name] [dir dirname] ? uupick then reads a line from standard input to determine the disposition of the file: <new-line> Go to next entry. d Delete the entry. m [ dir ] Move the entry to named directory dir. If dir is not specified as a complete path name (in which $HOME is legiti- mate), a destination relative to the current directory is assumed. If no destination is given, the default is the current directory. a [ dir ] Same as m above, except it moves all the files sent from system. p Print the content of the file. q Stop. EOT (control-d) Same as q. !command Escape to the shell to do command. * Print a command summary. OPTIONS
uuto The following options are supported by uuto: -m Send mail to the sender when the copy is complete. -p Copy the source file into the spool directory before transmission. uupick The following option is supported by uupick: -s system Search only the PUBDIR for files sent from system. OPERANDS
The following operands are supported for uuto: destination A string of the form: system-name!user where system-name is taken from a list of system names that uucp knows about; see uuname. The argument user is the login name of someone on the specified system. The destination system-name can also be a list of names such as system-name!system-name!... !system-name!user in which case, an attempt is made to send the file via the specified route to the destination. Care should be taken to ensure that intermediate nodes in the route are willing to forward information. source-file A pathname of a file on the local system to be copied to destination. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of uuto and uupick: LC_TYPE, LC_MESSAGES, and NLSPATH. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. FILES
PUBDIR /var/spool/uucppublic public directory ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWbnuu | +-----------------------------+-----------------------------+ SEE ALSO
mail(1), uucp(1C), uustat(1C), uux(1C), uucleanup(1M), attributes( 5) NOTES
In order to send files that begin with a dot (for instance, .profile), the files must be qualified with a dot. For example, the following files are correct: .profile .prof* .profil? The following files are incorrect: *prof* ?profile SunOS 5.10 28 Mar 1995 uuto(1C)
All times are GMT -4. The time now is 02:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy