Can't delete files


 
Thread Tools Search this Thread
Operating Systems Solaris Can't delete files
# 1  
Old 03-08-2012
Can't delete files

Hello,
I'm having an issue deleting a file from my home directory.
This the file I want to delete .shapshot. It looks like it is shapshoting my files in my home directory. Anyway how do I stop these snapshots?
This is the command I used.
Code:
 rm -rf /home/cyberninja/.snapshot

Code:
ls -la /home/cyberninja/
drwxrwxrwx 10 root root  4096 mar 8 12:00 .snapshot
ls -la  /home/cyberninja/.snapshot
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.0
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.1
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.2
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.3
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.4
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 hourly.5
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 nightly.0
drwxr-x--- 26 cyberninja users 8192 Mar 6 14:17 nightly.1

If I remove the file as root it just comes back. Can someone point me in the right direction?
# 2  
Old 03-08-2012
Open another terminal and run:
Code:
dtrace -n 'syscall::open*:entry/basename(copyinstr(arg0))=="hourly.0"/{printf("ROOT_DIR:%s CWD:%s NAME:%s FILE:%s PID:%d PPID:%d UID:%d TIME:%Y",root,cwd,execname,copyinstr(arg0),pid,ppid,uid,walltimestamp);}' 2>/dev/null

In your current terminal run rm -fr /home/cyberninja/.snapshot and go back to the second terminal (with dtrace) and wait... Smilie You should see which program created those "hourly" files.
# 3  
Old 03-08-2012
Ok i will try that, thanks

---------- Post updated at 01:30 PM ---------- Previous update was at 11:51 AM ----------

OK, I don't get anything.
# 4  
Old 03-08-2012
Ah, I didn't notice that those are directories... can you do find /home/cyberninja/.snapshot and post the output?
# 5  
Old 03-08-2012
these look like ZFS snapshots... why do you want to delete them?
# 6  
Old 03-08-2012
Quote:
Originally Posted by DukeNuke2
these look like ZFS snapshots... why do you want to delete them?
I think ZFS snapshots are always under /filesystem/.zfs/snapshot.
# 7  
Old 03-08-2012
I'm doing system harding and this comes up as a finding because of the permissions being to high on the files. I never setup snapshots so I don't know why there there. I know very little about zfs snapshots.

I don't need backups of my files in my home directory. I think that instead of changing the permissions on all the files, deleting them would be easier.

Thanks for looking at this
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to delete only certain files?

I have a directory which contains files that are the some name with only one exception -- one of the files is a duplicate of its original and has "copy" at the end of the name, and they all end in .doc What I want to do is delete only the originals and keep the copy, but I can't figure out how... (5 Replies)
Discussion started by: Straitsfan
5 Replies

2. Shell Programming and Scripting

Script needed to delete to the list of files in a directory based on last created & delete them

Hi My directory structure is as below. dir1, dir2, dir3 I have the list of files to be deleted in the below path as below. /staging/retain_for_2years/Cleanup/log $ ls -lrt total 0 drwxr-xr-x 2 nobody nobody 256 Mar 01 16:15 01-MAR-2015_SPDBS2 drwxr-xr-x 2 root ... (2 Replies)
Discussion started by: prasadn
2 Replies

3. Shell Programming and Scripting

Delete all files if another files in the same directory has a matching occurrence of a specific word

he following are the files available in my directory RSK_123_20141113_031500.txt RSK_123_20141113_081500.txt RSK_126_20141113_041500.txt RSK_126_20141113_081800.txt RSK_128_20141113_091600.txt Here, "RSK" is file prefix and 123 is a code name and rest is just timestamp of the file when its... (7 Replies)
Discussion started by: kridhick
7 Replies

4. UNIX for Dummies Questions & Answers

Concatenate files and delete source files. Also have to add a comment.

- Concatenate files and delete source files. Also have to add a comment. - I need to concatenate 3 files which have the same characters in the beginning and have to remove those files and add a comment and the end. Example: cat REJ_FILE_ABC.txt REJ_FILE_XYZ.txt REJ_FILE_PQR.txt >... (0 Replies)
Discussion started by: eskay
0 Replies

5. Shell Programming and Scripting

Delete all files but exclude some files

Hi, I have a software install in a directory, says "/opt/tibco". If I want to remove all the things in this directory and its sub-directories, but exclude all log files (*.log in different directories) and keep empty directories exist. What should my command look like? I have no idea on how... (2 Replies)
Discussion started by: dirkaulo
2 Replies

6. Shell Programming and Scripting

how to delete the older files other than the recently added 5 files

Number of files will get created in a folder automatically daily.. so i hav to delete the older files other than the recently added 5 files.. Could u help me through this..?? (5 Replies)
Discussion started by: shaal89
5 Replies

7. Shell Programming and Scripting

Need help creating a script to FTP files to a server and then delete the files that were transfered.

I am trying to FTP files to a Windows server through my Linux machine. I have setup the file transfer with no problems but am having problem deleting those files from the Linux box. My current non-working solution is below. Any ideas, anyone?? :wall: Please be gentle, I'm fairly new to this... (4 Replies)
Discussion started by: jmalfhs
4 Replies

8. Shell Programming and Scripting

Delete all files if another files in the same directory has a matching occurence of a specific word

Hello, I have several files in a specific directory. A specific string in one file can occur in another files. If this string is in other files. Then all the files in which this string occured should be deleted and only 1 file should remain with the string. Example. file1 ShortName "Blue... (2 Replies)
Discussion started by: premier_de
2 Replies

9. Shell Programming and Scripting

Delete all Files except the Latest Files

Hi, In my scenario, i just want to delete all the files except the latest one. How can I do? Please reply me. (3 Replies)
Discussion started by: spkandy
3 Replies

10. UNIX for Dummies Questions & Answers

when I try to run rm on multiple files I have problem to delete files with space

Hello when I try to run rm on multiple files I have problem to delete files with space. I have this command : find . -name "*.cmd" | xargs \rm -f it doing the work fine but when it comes across files with spaces like : "my foo file.cmd" it refuse to delete it why? (1 Reply)
Discussion started by: umen
1 Replies
Login or Register to Ask a Question