Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Rsync Can I delete .NFS and .fuse files Post 302847087 by ajayram on Monday 26th of August 2013 08:55:53 AM
Old 08-26-2013
RE : File types

Hello,

Ok I ran an ls -lat command and this is what I get

This is the output for filenames beginning with ,fuse
Code:
 
Output of ls -lt .fuse*
-rw-------. 1 milli milli 657199 Aug 21 12:37 .fuse_hidden000008ea00000001
-rw-------. 1 milli milli 901745 Aug  5 13:50 .fuse_hidden0000063300000001
-rw-------. 1 milli milli 900080 Aug  5 13:42 .fuse_hidden0000099500000001
-rw-------. 1 milli milli 845958 May  5 17:42 .fuse_hidden0000180400000007
-rw-------. 1 milli milli 848917 May  5 15:47 .fuse_hidden000016ac00000004
-rw-------. 1 milli milli 849547 May  5 15:33 .fuse_hidden0000162100000002
-rw-------. 1 milli milli 849400 May  5 15:24 .fuse_hidden000014da00000001

Then the other file type is .nfs
Code:
Output of ls -lt *.nfs
-rw-------. 1 milli milli 36278 Apr  5 14:03 .nfs0000000001d0c8e000002ff2

Btw the OS is Ubuntu 12.10
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

rsync with the --delete option.

Tell me this - set me straight! the --delete option says "delete files that don't exist on the sending side" Does this mean and only mean that it will delete files from the DESTINATION that DON'T EXIST on the sending side? :confused: (2 Replies)
Discussion started by: sallender
2 Replies

2. UNIX for Dummies Questions & Answers

rsync with the --delete option

Tell me this - set me straight! The --delete option says "delete files that don't exist on the sending side" Does this mean and only mean that it will delete files from the DESTINATION that DON'T EXIST on the sending side? :confused: (1 Reply)
Discussion started by: sallender
1 Replies

3. Shell Programming and Scripting

rsync question (regarding --delete)

Hi there Does anybody know of a way that i can, instead of issuing a --delete when syncing one directory to another, I can instead somehow receive a list of what would be deleted, but not actually delete it ? basically, people are occasionally putting files into one of synced folders, but... (2 Replies)
Discussion started by: rethink
2 Replies

4. Fedora

rsync --delete

When I try to back up my libraries with rsync -azv --delete -e ssh /home/sarah/ saga:/home/sarah/bupembladaily/ I get error message rsync: readlink_stat("/home/sarah/.gvfs") failed: Permission denied (13) FATAL I/O ERROR: dying to avoid a --delete-during issue with a pre-3.0.7 receiver.... (7 Replies)
Discussion started by: sarahslagstedt
7 Replies

5. Red Hat

RHEL 5.6 Slow rsync to NFS array

Hi All, I have RHEL 5.6 with a 70GB local directory of Web content. Images, PHP scripts etc. I need to copy all this content to an NFS array thats mounted on the RHEL server. I did a baseline cp to copy the content one week ago. Since my baseline copy the local directory has grown by 8GB.... (2 Replies)
Discussion started by: general_lee
2 Replies

6. Shell Programming and Scripting

rsync delete specific files - from different target folder

Hi, I need to use rsync to delete multiple files(only specified files not all) using --delete option, these files are located in different target folders. Instead of running rsync command multiple times for each file, can we achieve this with one time execution? your help is much... (0 Replies)
Discussion started by: MVEERA
0 Replies

7. Shell Programming and Scripting

Is rsync --delete on some files without write permission possible?

Hello all, I have a problem with rsync command. From a backup server, I use a command like the one below: rsync -av --delete user@host:/home/user/ /home/backup_user/daily_rotating_backup/ In some folders of the user there are some files on which he has removed his write permission on... (3 Replies)
Discussion started by: freddie50
3 Replies

8. UNIX for Advanced & Expert Users

Rsync with --delete but do not delete peer dirs on target

rsync with --delete won't honor the delete if the source is something/*. I want the delete to work, but not to delete directories on the target that are peer to the intended directory. For example, using these source and target file structures: Source on desktop: ~/ Money/ ... (4 Replies)
Discussion started by: JavaMeister
4 Replies

9. UNIX for Advanced & Expert Users

Rsync - delete extra files in Destination without synchronising directories

I have a script that synchronises a directory to a DR server, but to improve the time, I actually use rsync to transfer files * in one batch and also * in another batch - both batches run from the same script and run in the background. My problem is that there isn't much space on the... (1 Reply)
Discussion started by: Catullus
1 Replies
JMOL(1) 						      General Commands Manual							   JMOL(1)

NAME
jmol - 3D molecule and crystal viewer SYNOPSIS
jmol [options] [file] DESCRIPTION
jmol is a program that is able to view 3D chemical information like molecular structures, vibrations of bonds or animations. OPTIONS
Currently accepted options are: -h, --help Print help on the command line options. -g WIDTHxHEIGHT, --geometry WIDTHxHEIGHT Use window-geometry WIDTH x HEIGHT. -s scriptfile, --script scriptfile Run script scriptfile. -Dproperty=value Use value for the given property (for a list see below). -Dcdk.debugging=booelan Set debugging (default: false). -Dcdk.debug.stdout=boolean Set debug to stdout (default: false). -Duser.language=LANG Set user language (default: EN). -Ddisplay.speed=fps|ms Set display speed in milli seconds (ms) or frames per second (fps) (default: ms). -DJmolConsole=boolean Start with Jmol-console (default: true). -Dplugin.dir=path Set path to plugin directory (default: unset). By calling the shell wrapper /usr/bin/jmol, the directory is set to /usr/share/jmol. Plugins installed to ~/.jmol/plugins are automatically detected. FILES
~/.jmol/plugins Per-user plugin directory. SEE ALSO
More information about JMol can be found at http://jmol.sourceforge.net/ and in /usr/share/doc/jmol/html (User-Guide). AUTHORS
This manual page was written by Egon Willighagen <egonw@users.sourceforge.net> and Daniel Leidert <daniel.leidert@wgdd.de> for the Debian GNU/Linux distribution (but may be used by others). August 21, 2004 JMOL(1)
All times are GMT -4. The time now is 09:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy