Questions tagged [files]

Organized data encoded in a pre-defined format and stored on a filesystem.

In the computational sense, one-dimensional array of bytes stored in a filesystem, typically encoded a pre-defined format, often indicated by a file-extension or "magic number". More "durable" than in-memory storage.

677 questions
-1
votes
1 answer

How can I check that all files on copied partitions are OK?

I've moved my OS and copied another data partition to new SSD with AOMEI Assistant's "Migrate OS to SSD" and "Partition copy" respectively. How can I check that every copied file and partitions in general are OK? Is Windows 8.1 disk check tool…
JustLogin
  • 101
  • 1
  • 1
  • 3
-1
votes
1 answer

Removing IP Address From Files On Site (IIS)

I have an IIS server set up hosting my website (only 2 files now: index.htm and banner.png). I have a domain set up with GoDaddy and have forwarding set up in GoDaddy as well. So, when I type http://example.com, it takes me straight to the index.htm…
-1
votes
1 answer

Mac Files hidden but visible from Windows PC

I'm new to the forum here. and i am having an issue that is starting to occur more and more over the last few days. With the Macs, InDesign files are created and edited on a day to day basis and some times when one of these files gets saved it will…
Havrey
  • 1
  • 1
-1
votes
1 answer

Why du -sh * tells me sys has 0 size?

I use du -sh * to find out the size of folders, but the sys folder is giving me 0, and the same about any folder inside sys. find . | wc -l gives me 11k files. Do you know why and can you suggest a workaround? thanks
AMDP
  • 119
  • 6
-1
votes
1 answer

Corrupted text file recovery (Win7 x64)

I'm having some difficulties in recovering the contents of a .txt file. While writing to a text file, on a Win7 x64 virtual machine, the host machine crashed. After rebooting, I noticed that the file's contents are no longer visible in notepad.…
Sebi
  • 229
  • 2
  • 4
  • 10
-1
votes
1 answer

Server Writing Blank Files

I have an old desktop that sits on the side of my desk at my office. I use this as a web server to demo websites (it doesn't host any "live" production sites). I've never had many issues with it until recently. Out of the blue, the web server is…
-1
votes
1 answer

Best practice for setting up a small fileserver for my group?

My R&D group are setting up our network and development environment. We have a dedicated 'kitchen sink' server machine, running Using Kubuntu 12.04 LTS as the distribution. which is going to run all sorts of services, one of which will be a file…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
-1
votes
1 answer

available file handles is 0, how to increase

Since some days, we're getting "Too Many Open Files" within an Java application while loading files. So i start searching on Google, and increased fs.file-max to 200000 in my /etc/sysctl.conf. After this, i run sysctl -p. But, this not helped.…
Wouter0100
  • 103
  • 3
-1
votes
1 answer

Apache File Query

I have an Apache server that has multiple files located on it. Each file is an updated version from the previous file. Eg. release-2013-07-20 is an older file and release-2013-07-25 is the newer file. I am looking to query the apache server and have…
Tyler
  • 1
-1
votes
2 answers

too many open files only when server starts

I have a Java web application set up to start within a script in /etc/init.d/application The application fails with a "too many open files" error but if I execute the same script from my user it won't have any problem. I already increased the limits…
-1
votes
1 answer

Skype virus/malware on client has hidden folders on server share

So my clients got hit with the skype malware/virus going around this week. I cleaned everyone up but one client was so bad that their machine actually changed the attributes for my shares on my file server. I'm trying make them unhidden, but…
ItsPronounced
  • 634
  • 4
  • 18
  • 40
-1
votes
1 answer

Duplicate php files on cpanel shared hosting account?

2 php files with the same name in the same folder on my cpanel shared hosting account. How is this possible? What I remember is that when I uploaded a newer version of the file it did not ask me if I wanted to replace the older file... It just…
user481913
  • 109
  • 1
  • 3
-1
votes
1 answer

Why can't my apache open stream?

I'm trying to copy and unlink files on my apache server. I'm trying to doing this about 1 hour ago. I can't imagine what's the problem. This is my source: if (copy("users_ftp/".$user_ftp.'/'.$_REQUEST['name'],"uploaded/".$name_file)) { …
user1709024
  • 127
  • 10
-1
votes
3 answers

What are these tmp directories for? And IF can they be eliminated, HOW?

I should have included the fact that none of these files are visible from Windows Explorer, and only show when looking for *.tmp at the command line. AND they don't seem to be possible to delete. I thought perhaps someone has encountered this…
datatoo
  • 351
  • 3
  • 12
-1
votes
2 answers

How download all files, directories and subdirectoires with wget

I have some links such as: http:/foo.com/1/1/1/1.jpg http:/foo.com/1/2/2/2.jpg http:/foo.com/1/3/3/3.jpg ... How I can I download all files and directories with wget?
akoori
  • 17
  • 2