Questions tagged [deleting]

42 questions
0
votes
0 answers

osx server folders being deleted/removed

I am running a Mac mini as a server for our office. Files and folders start disappearing from our work folder at random intervals but specifically from one folder. The work is all stored on an external HDD which I mirrored to another drive and…
Nick
  • 1
  • 3
0
votes
3 answers

How to know which SSH user deleted my folder?

We have a linux server in our lab which is shared among a number of developers. Server credentials (NOT root) are known to all and they log in using SSH. Now, when I logged in today I just realized that someone has deleted the folder I working on.…
Amit
  • 221
  • 1
  • 2
  • 9
0
votes
1 answer

Deleting a user in unix

Does deleting/removing a user automatically remove the user from all groups the user was a member in?
leon
0
votes
1 answer

Deleting a file created with a SELECT ... INTO OUTFILE

I am trying to delete a file created with a SELECT ... INTO OUTFILE statement into the /tmp directory The file belongs to the mysql user (who doesn't have a login shell). I have administrative privileges on the database (i.e. I can login into mysql…
Silvio Donnini
  • 517
  • 1
  • 7
  • 9
0
votes
2 answers

Force deleted files on NFS server to be recycled instead

I have a RHEL 7.9 server I'm using as a file server. It exposes an XFS partition over NFS for clients to mount and use. I am willing to use a different filesystem than XFS if need be, but I cannot escape using NFS. I'd like to force a Recycle Bin so…
tjlds
  • 3
  • 2
0
votes
0 answers

BizTalk 2020 SFTP Receive adapter not deleting files after downloading from MoveIT SFTP servers

The issue is the BizTalk 2020 SFTP receive adapter does not delete the SFTP file after downloading it from a MoveIT SFTP server. This issue has already been reported but I cannot find any resolution on-line…
0
votes
0 answers

I cannot delete a "Azure Domain-Services"-Ressource

we have the problem that we are not able to delete our "Azure AD Domain Services"-Domain. Here you can see the current state: Error-Screenshot when we try to delete it, we get following message: Error-Screenshot2 Now we have an "Orphaned"-Ressource,…
0
votes
0 answers

NTPD deleting interface eno3

Our server is loosing connection one time every day and we must reboot it manualy to get the netword coming back! The only line we can see and is certainly responsible of that is this one : ntpd[1009]: Deleting interface #3 eno3, 137.84.xxx.xxx#123,…
user2670167
  • 25
  • 1
  • 6
0
votes
0 answers

FTP File Delete failing after Rename

I have a 3rd party connector (ION) that is sending files via FTP and due to failures, it seems they are running an RNFR command, followed by a RNTO command, and finally a DELE command on the original file name. This is where it's failing. Logs…
0
votes
2 answers

Bulk delete ec2 snapshots from Jenkins

Use case: Export list of snapshots in txt file (old_snapshots.txt) to S3 bucket. From Jenkins, use aws cp command copy file to Jenkins /tmp/directory --dry-run did not show any error However, when passed the following bash line with aws delete…
Sunny J
  • 607
  • 3
  • 14
-1
votes
1 answer

speeding up deleting a large directory by running rm -rf on multiple terminals

I have this very large directory that I'm deleting with : rm - rf . It is taking very long, so I opened up another terminal and try deleting the same directory with rm -rf parallely. Is this expected to speed up deleting the directory? Or is there…
Abhimanyu
  • 1
  • 1
-1
votes
1 answer

Disabling/hiding rather than deleting

From what I understand, it's generally best practice to design a system with user access to delete "records" to only hide/disable that record and not actually delete it. This typically ends up being (example) a flag in a database like "enabled"…
JBurace
  • 205
  • 2
  • 4
  • 7
1 2
3