Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







How Can This Be Done? IIS Multiple Vir. Dir. Or Real Folders


The scenerio is client want to enable unlimited URL for his individual customers.
ie,[url]
Platform: W2K3 IIS6

I only know two ways doing it

1. Create a real folder /username1, /username2, but this will be real messy, and I remember there is a limitation for up to 36,000 sub-folders within a root folder under Windows (correct me if I am wrong)

2. Create virtual directories under IIS Manager using ASP/ASP.NET script, this is easiest, but having two problem.

a. If I have say 10,000 vir. dir., and then I try to expand that root folder under IIS manager, IIS manager will hang for sure.

b. Having such huge vir. dir will inevitably having a huge IIS Metabase, this means a great chance of corrupting it, so it's very dangrous.

I really hope someone can give me some hints how to do this in a scalable way? I know many Web2.0 site do this even using IIS6 ie, [url]


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Copying A File To Multiple Users Dir
I've been searching for the best way to copy a file, say .htaccess, to multiple users dir, tried "cp -f .htaccess /home/*/public_html" but received an error "omitting dir /home...."

View Replies!   View Related
IIS 5.1 - Browsing Folders
Well I finally got around to getting my IIS up and running which will save some time with uploading various files to check that they are working correctly but now I have run into a new problem. What used to happen with my IIS is it would list out all of the folders which I had in the wwwroot and I would simply navigate through and select which site needed to be tested.

At the moment, I have cleared out the wwwroot folder entirely since all of the stuff in there was to do with a "Windows XP Professional" page which appeared upon installation.

However, now that I don't need it anymore, I decided to clear it out and test IIS out by making a new folder called "sites" into wwwroot. Now though, it simply comes up with a "Directory Listing Denied. This Virtual Directory does not allow contents to be listed." error message, even though I have changed the permissions on the wwwroot folder to allow writing etc.

Could this be because it's IIS 5.1 and I need to install IIS 6.0 instead or is something else wrong? I know for a fact that my operating system (Windows Media Center Edition 2005) will do this list as I have had it before, back before I installed Vista and then decided to come back to MCE.

View Replies!   View Related
Zipping Up Multiple Public_html Folders From Shell
OK so I'm on the shell and looking at the contents of my home/ directory which has all the various accounts. In each account directory are subdirs such as mail, logs, tmp, etc, and public_html. Is there a way (or a ZIP command) to be in the home directory and create a massive ZIP file containing all the account directories, each containing ONLY the respective public_html subdir for that account?

Using the command "zip -r Backups.zip ./" seems to include all those extra folders (such as mail, etc.) that aren't needed.

View Replies!   View Related
A Real Datacenter With Real 1 Or 2 Gig Real Internet Connection?
we have lots of web sites and traffic

our company needs real high bandwidth

we worked with layeredtech but it was not enough, too

do you have any advice? a real datacenter with real 1 or 2 gig real internet connection?

View Replies!   View Related
Hosting Multiple Websites In IIS 5.1
I think this is the right place to post this if not then please move it to the correct forum. Now, I have IIS 5.1 how do you host multiple websites from the same PC or server using ports, I searched around and found very little of use to me it mainly said stuff like: "Right click you defult website, mouse over the new catagory and click new website" That solution is exactly what I needed!! but it only says New "Virtual directory" please help!

,if this is not possible on IIS 5.1 please tell me how to upgrade to IIS 6.0 or give me some very useful links

View Replies!   View Related
Does IIS 5.1 Allow Multiple Web Sites On XP Pro
Just getting started with IIS on Windows XP Pro. One thing I have a question about is why don't I have an option to 'create new website' when I right click on the Web Sites node? Am I only allowed to use Default Web Site? Also, I know it's not a rights issue because I'm logged in as administrator.

I'm looking at IIS on our server which has Windows Server 2003. On that machine I can create multiple web sites by right clicking on the Web Sites node? Is this just not an option with XP Pro?

View Replies!   View Related
How Do I Configure Multiple FTP Sites On IIS 6 That Uses Host Header Names
I have been tasked with setting up IIS6 to run 10 different sites. We will be using the Host Header Names approach as I do not have 10 IP addresses. I want to allow clients to upload/download to their site via FTP. My IIS6 books have examples of how to setup separate FTP sites for individual IP addresses, how do I accomplish this when using Host Headers? I just need to be pointed in the right direction.

View Replies!   View Related
Real Meaning Of RDNS Or The Real Function?
what is the real meaning of RDNS or the real function?

Because i have an account with reseller, then i need to hide the Name servers of a shared IP into my own name server IP.

View Replies!   View Related
Does Mod_cache Use Real Disk Space Or Real Memory To Locate "cache"?
does mod_cache use real disk space or real memory to locate "cache"? I mean if i use mod_cache, does my vps/server will use more disk space/memory?

Quote:

mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution:

View Replies!   View Related
Reverse Proxy Apache ==> IIS, Need Custom Error Pages Triggered On IIS Side
I'm not sure if this is the right forum, or if anyone can suggest a message board where I might get support on this.

This is what I have. I have Apache and IIS both running on Windows 2k3.

Apache is running in reverse Proxy mode sending multiple domains/virtual hosts to IIS.

Code:

ProxyRequests Off
<VirtualHost *:80>
ProxyPreserveHost On
ProxyPass / http://localhost:8080
ProxyPassReverse / [url]
ServerName mydomain.com

</VirtualHost>
Now, if I type in [url]everything works great and IIS (listening on 127.0.0.1:8080) serves the page. However, I am doing custom error trapping, so when I type in [url](and /mydirectory doesn't exist on IIS) I need to fire ASP code (via custom error messages/handling) on the IIS server and then present a data driven page.

However, Apache is returning A 502 error:

Code:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /mydirectory.

Reason: DNS lookup failure for: localhost:8080mydirectory
Is there a way for me to setup Apache to pass all error checking to IIS while using it as a reverse proxy?

View Replies!   View Related
How Do I Change IIS Service Accounts? (was IIS Services)
Is there a way to change the web services (from Windows) from SYSTEM to an Admin account? (Cos i need to use PHP's system() to run a process on the system but it only takes in user: ADMIN and not SYSTEM

I have tried changing the following processes:
IIS Admin
World Wide Web Publishing
Simple Mail Transfer Protocol (SMTP)

but i still get a dependency error. Please advise.

Or should I use Apache?

View Replies!   View Related
Dir /p In Linux How May
in dos we run dir /p and with if the folder was very long show only 10 list and witn click on enter,show page2 and ...

but in linux how may?

i run ls /p but don`t answer to me

View Replies!   View Related
Change Dir For Mysql
I have a server with /var too small, then i move /var/lib/mysql to another location, i've changed in /etc/my.cnf.

Quote:

datadir=/home/mysqldir
socket=/home/mysqldir/mysql.sock

I can start / stop mysql but mysql & eximstats in WHM failed. I've try :

Quote:

mysql -vv


ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

View Replies!   View Related
When Trying To Secure The /tmp Dir
[url]

i followed the guide, after done I reboot the server then it gives me these errors:

Quote:

mounting local filesystems: Failed

mounting other filesystems: /dev/tmpMnt: No such file or directory

View Replies!   View Related
How To Delete None Empty Dir
I am trying to delete none empty directory using this command...

rmdir dirname

but system say directory not empty.. how I can delete directory with all directory/files under it

View Replies!   View Related
Is Is Possible To Let The IP To Explain To Specific Dir Via SSH
Is is possible to let the IP to explain to specific dir via SSH?

I am using an VPS

View Replies!   View Related
EAccerlator And Cache Dir/RamDisk
How do I setup a RamDisk or a tmpfs mount? I want to setup cache_dir in memory.

My current settings:

extension="eaccelerator.so"
eaccelerator.shm_size="128"
eaccelerator.cache_dir="/tmp/eac"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="7200"
eaccelerator.shm_prune_period="3600"
eaccelerator.shm_only="1"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys="shm_only"
eaccelerator.sessions="shm_only"
eaccelerator.content="shm_only"

View Replies!   View Related
Restore Accounts From Home Dir
to restore accounts (cpanel) from the /home directory due to corrupt o/s.

I found this
[url]

But its 3 years old. Is it still up to date at least? Would it work still with cpanel 11?

Also, I do have a backup drive which I have to remount (above is just in case the backups on 2nd drive are outdated). What is the proper way to remount the 2nd drive without deleting / formatting it?

View Replies!   View Related
Make 1 Dir X Public Inclusion
we have a server with customers

now there are any customer that must can 'include' form php a class that we must put out of customer path...

a customer must can include a class that is out of /home/public_html/customerlogin/*

how is possible to make this?

View Replies!   View Related
Configuring Home Dir For Webapps
I'm on Apache/2.0.59 (Win32) mod_jk/1.2.21 Tomcat 5.5.9 and having a hard time configuring Home or Root dir for each domain.

For eg. domain1.com works as [url], but not directly. How do I set dir1 as domain1's root?

I tried the apache <virtualHost> directive in httpd.conf, which correctly sets dir1 as domain1's root but then the jsp doesn't work, index.jsp code is displayed in the browser.

I also tried several <host> combinations in server.xml, but nothing worked.

View Replies!   View Related
Copy Files/dir Without Permissions
I am trying to copy files from one account to another through SSH, files copy with old account permissions and ownership.

Is this possible when I copy, ownership autometically changed to new account.

I am using CPanel and have root access.

View Replies!   View Related
Godaddy: Upgrade From IIS 6 To IIS 7
I am looking to upgrade my hosting account from IIS 6 to IIS 7, as I haven't been able to install some of the apps that I want on godaddy. I am just looking for a quick direction should I upgrade or not? I am not very knowledgeable about IIS thing, Godaddy says that If I upgrade I will not be able to downGrade, that makes me more snif*

please has anyone upgraded? so please tell me what would the consequences? or if any godaddy staff reads it please also tell me that on Upgrade page it shows me my directories, should I check them all?

View Replies!   View Related
Redirect Cached Search Engine To New Dir
I recently reorganized my music site, putting my songs in their own directory (off of public_html), and now a couple of search engines are generating a boatload of 404 errors.

Can I redirect the file requests to the new location and, if so, how?

View Replies!   View Related
Automated CPanel Home Dir Backup - How To
Is there a way to automate the generation and FTP of home directory backups in Cpanel?

CPanel lets you create a full account backup and ftp's the result to another server but can only be done manually from what i understand. Is there a way to initiate the process automatically? maybe schedule it for once a week.

View Replies!   View Related
Mysql Error -> #12 - Can't Read Dir Of './database_name/' (Errcode: 13)
Mysql Error -> #12 - Can't read dir of './database_name/' (Errcode: 13)

I am getting the above given error message.

View Replies!   View Related
How To Stop This Attack [Bypass Safe_mode & Openbase Dir]
Recently, some of our Linux/cPanel servers got hacked (not rooted) by using the following code (method)

#!/usr/bin/perl
symlink ("/home/USER/config.php","/home/USER2/test.txt");

The hacker just execute the perl file , and then he called the "test.txt" file through internet explorer , and its done , he can read the file easily !

We tried to :

1- run php as CGI module.
2- run SUPHP module.
3- run php as apache module.
4- enable open_basedir and safe_mode.

But the hacker still can bypass the system!

the only solution is to disable /usr/bin/perl , chmoded it to 700 . but thats caused a broken cpanel!

as it requires it to be at 755 for proper operation, since it is used by customers as well when it suexec into the user when they log into cPanel. and so we cannot change it to that setting (700), since it breaks the entire system.

So is there any way to stop the "symlink" perl function?

any way to stop this attack method?

View Replies!   View Related
Pure-ftpd: Virtual Users Home Dir Management
Today I tried to setup pure-ftpd server on slackware linux and managed to do that I also enabled virtual users feature, but when I log in to ftp as virtual user I cannot create any dirs or change dirs.

My question is - how do I enable for virtual user: deleting, changing, renaming, creating files, dirs in his home ftp directory?

View Replies!   View Related
C99Shell Folders?
I found these folders in the root

/usr/bin/c99

/usr/include/boost/numeric/interval/detail/c99_rounding_control.hpp

/usr/include/boost/numeric/interval/detail/c99sub_rounding_control.hpp

what are these ? is it normal folders ? or somebody hacked our server?

what shall I do?

View Replies!   View Related
Nobody Folders And Delete
when people run a forum and the template and forumdate folders may created some files with nobody permission,

the user could not delete them by the user themself,

and need admin login as root with ssh to delete those,

and let the files permission can run as the user instead of nobody.

the server is centos with cpanel and suexec.

View Replies!   View Related
.htaccess And Folders
In the public_html directory, I have

php_value user_agent "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"
<IfModule mod_security.c>
SecFilterScanPost
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Errordocument 404 /404.html
RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php [L]
</IfModule>

Then I created a new directory named caller

There is an exact same .htaccess in public_html/caller

However, the .htaccess in the public_html directory rewrites all request to index.php

.htaccess in public_html/caller rewrites all request to /caller/index.htm

The thing is when I access
[url] whatever the one that's called is /public_html/index.php

How can I arrange so that the one called is /caller/index.htm?

View Replies!   View Related
Chmod For Public_html And Other Folders
what should be ideal chmod permission for public_html and other folders.

is 755 fine ? what is most secure one

View Replies!   View Related
Emails Going To SPAM Folders
I can send e-mails out but many times they go directly to the recipient's SPAM box.

Also, my server cannot send to any company e-mail that uses MXLogic.net's services.

Going to [url]<--My server IP is on ZERO blacklists.

/etc/resolv.conf appears correct
/etc/hosts also appears correct

Is there something that I am overlooking?

View Replies!   View Related
Accessing Shared Folders
I have server which all files and folders are stored on. Now there are a couple of folders which are only accessible by one machine at present and all the other machines when they access the folder it is displayed as empty. I have checked all permisions and all machines viewing of files settings are the same and folders accessible by all machines have the same settings as the couple which are only accessible from this one machine.

If I copy and paste the folder all machines then have access to the folder from although this would be a lengthy exercise for the full hard drive.

View Replies!   View Related
Can I Delete These Folders From My Ftp
I heard the following folders were used by frontpage.

_private
_vti_bin
_vti_cnf
_vti_log
_vti_pvt
_vti_txt

I was wondering can i delete these folders if i'm not using frontpage ?

View Replies!   View Related
Folders Display Permissions
I would to know how I can change the display permissions for my website sub folders and files from public view, for instants

The current is you can access to any folders or files once trying access to any folders in my website like open this link www.yoursite.com/photos/ will see all sub-folders and files in this “photos” folder also you can see the other folders in another level by going to the top level folders!

but I think there is a way to enforce my users to write the full path of any selected photo or file they want without browsing my folders and sub-folder.

View Replies!   View Related
Mystery Folders Being Created
I am designing a site for a client and in all the years I've done design etc, I've come up against a phenomenon with their VPS server they have. It's linux and uploading files I am using WS_FTP Home.

I am uploading files and folders to their public_html/domain.com/ (*I use domain here for their privacy) and in some folders (directories) after doing so, a mystery folder suddenly appears that is named 5" and as you enter that folder, you see the path directory show up "public_html" and if you go into that one, you come up to the domain.com folder again, and if you deeper into that one you start to see this phenomenon of mirroring folders of the one you go into. Example:

public_html/domain.com/images/5"/public_html/domain.com/images/file
***the file whether it's an image jpg, png, etc is created as the last directory as a folder, not a file. I should also mention that as you go deeper in the 5" mystery directory folder, you no longer see the path in the FTP anything past the 5" one even as you go further in.

Oh, and it doesn't allow you to delete these 5" folders regardless of what permissions. And this folder seems to show up in many areas of this website's directory structure...mostly where images are (don't know if that is just a coincidence).

So hope all this makes sense....anyone seen this before and what the cause could be? Their host doesn't seem to know the reason and says they cannot see it even though others can. They said it's the FTP program as the cause and not their server.

My comeback to that is that I've used this FTP for years and never before seen this happen. It's only with this one client's server.

View Replies!   View Related
Dotxm Real
I have been unable to talk to dotxm sales but after looking at there site it says they have been open since 2000 but there domain is registered in 2009. and there using a free template which worries me slightly if there using free templates after 9 years of buisness. So after not being able to contact sales or tech support has anyone used them or have reviews on them?

View Replies!   View Related
Where Have All The REAL Hosts Gone
My company has 20+ clients ranging from small single-person businesses to medium-sized corporations. I've been hoping to eventually consolidate them under one hosting company.

Despite bad things I'd read, I THOUGHT I'd found a good home in Bluehost. Until yesterday. I'll leave out the story as it would be a short novel, but I'll just say that they proved to me that they are not a suitable host for an important corporate client, nor do they have any desire to be.

It's obvious to me that I need to stop looking at these discount hosting companies. But while my larger clients may be happy to pay a decent amount of money for reliable service and server admins who are willing to tweak a server setting for them on occasion, I also need to be able to provide a reliable host for my smaller clients who may be used to paying $6.95/month for hosting and don't want to go too much higher than that.

I see ad after ad for hosting companies, but that tells me nothing about how good a host really is. Asking on forums, searching the internet, you'll find everything from how great a host is to how they're the worst host on the internet. But you all know this.

Years back when I was first searching for hosting, I found a site that tracked hundreds of hosts and compared their pricing, services, support, uptime, etc. Are there any reputable sites like that these days?

Ideally, I'd like to find a host that offers it all - packages suitable for everything from small clients with tight budgets to larger corporations willing to spend what it takes for good service. I need extremely reliable hosting with tech support who will do whatever it takes to quickly solve problems and keep sites working properly. (Edited to add: 24 hour phone support is an absolute requirement, and 24 hour chat support is highly preferred along with that.) Does such a creature exist? If not, I'd be happy with one GOOD discount host and one GOOD corporate host. If there are any hosts out there who are well-known for their excellent service, I sure haven't found them. I'm very much open to suggestions.

I always tell my clients that my job isn't finished until they are 100% happy with the service I give them, and I want to be able to provide them with hosting where they will be treated just as well.

View Replies!   View Related
VPS Is It As Real As It Seems
How do you really know, you get what you pay for

example I pay for half a dedi (1GB ram 50% CPU)

I see the full server ram in TOP 4gb most in use, who uses this?

I see high loads as well even tho it aint my bit

All I know is I could be on a server with more then 1 other, maybe 4 others etc..

Can any of the info be tempered with, false reading in TOP / beancounters

I was going to move to full dedi, but only 40GB space makes me think, as most dedi have far mor space

View Replies!   View Related
SSL Certificates Works For Folders?
Say i have domain zzzzz.com and have some folders say a, b and c

would ssl if installed for main domain zzzzz.com work for https://zzzzz.com/a and so on ? or would wildcard ssl be required for that ?

And what if that /a folder is actually a subdomain, but since you can access subdomains via url/folder instead of folder.url would ssl work on it using url/folder option instead of subdomain url ?

View Replies!   View Related
Finding And Chmod The Www Folders
i need to find al www folders within home directory with 777 permissions and need to chmod to 750.

if possible post the command to do it

View Replies!   View Related
Unable To Delete Folders In Ftp
im using fireftp and i chmod the folders to 777 but it seems that im still unable to delete the folders as i get the message 550 directory not empty etc.

View Replies!   View Related
Best Permission For SMF Files And Folders
I'd like to know how to secure an SMF site. Is the default permission good enough?

View Replies!   View Related
Deny Perl In Public Folders
How do you guys deny run of perl/bash scripts from /tmp, /var/tmp, /dev/shm? I've tried to build simple shell wrapper, but that's not a compromise if you run for example spamassassin on the same server (it needs direct io to/from perl binary). I'm looking intro some kind of binary wrapper or patch that will deny running perl scripts from public folders (also the same for shell scripts will be great). Any ideas or solutions?

If anyone interested in primitive shell wrapper code:

Code:
#!/bin/sh
ARGS=`echo $@ | grep -v "/tmp/"`
if [ "$ARGS" != "" ]; then
/usr/bin/perl.orig $ARGS;
fi

View Replies!   View Related
Downloading LARGE Folders On Linux
On my site, there is a folder containing somewheres around 75,000 images.

I'm on shared hosting, but I do have shell access.

I want to basically copy this folder to another directory in the site. Can anyone give me any pointers?

View Replies!   View Related
Is EuroVPS A Real Company
I signed up with them for testing a project of ours, several days ago, nothing..

Emailed tech support this morning, they said they would look into it, 10 hours later, nothing.

View Replies!   View Related
Do You Use Real Power Supplies
I've been wondering if datacenter owners would use good (real) power supplies, or cheap ones, in dedicated servers.

View Replies!   View Related
Anyone Dealt With Real-Hosts
real-hosts.co.uk

Has anyone dealt with these guys or heard about them, was thinking of buying one of their dedicated packages but I'm a bit hesistant as it doesn't look very professional, I know looks aren't everything but I thought I'd ask to be safe.

View Replies!   View Related
Real Audio Server
to stream rm files via rtsp , ie users will listen to songs using real audio player using rtsp://servername/...

I could find a free program but only with 10 licenses. Do you guys know how can I stream for free unlimited (atleast 100) streams. Helix ? Real Audio server ?

View Replies!   View Related
What's The REAL Definition Of A Unique
Got a bit of a debate going here because I have a site that is showing wildly varied results for traffic between different trackers.

The three we are watching are:

extreme paid version

awstats

webalizer

Extreme shows 70k uniques for this month while awstats is showing 16,555 then to make things even more confusing webalizer is showing 22564.

So that leads us to the question, what exactly is a unique and is there really any precise definition of how a unique should be counted. is it:

1. one unique IP visit for the whole site

2. one unique IP visit per page on the site

then on top of that we have to factor in the time frame so now is it:

1. one unique IP visit for the whole site per day

1. one unique IP visit for the whole site per month

3. one unique IP visit per page per day

4. one unique IP visit per page per month

Now some may say the above is being picky BUT how many site owners do you hear saying "I get 100,000 uniques per month". This comment alone begs for an answer to this question. I don't think I have ever heard someone come back at a comment like that with "Really, How do you count your uniques?"

With all the trackers out there and all the companies that are relying on accurate statistics to sell advertising and / or value the site this is one of THE grayest areas around ......

So again, the question is:

What the heck is the definition of a unique and for that fact is there one?

View Replies!   View Related
Real World Testing
We have recently moved to a new datacenter and I was wondering if anyone on these forums could provide their experiences with "real-world" testing.

Upon move-in, we had a few issues. Obviously now the executives in the organization I work for are looking for justification for moving to the new colo.

software, or an online service that will stress test our current setup? Obviously I have MRTG, Awstats, and a few other of the most well known polling packages installed and working correctly, but what does everyone else use for stress testing?

View Replies!   View Related
Access Folders In Root / Bypass Wordpress
My blog is set up to display in the root of my domain, although the files on the server sit within their own folder:

i.e

Server files

Public_html/wordpressfiles/

Broswer displays

www . mydomain . com/

(disaplys pages from /wordpressfiles)


The problem I have is that I can't access individual directories within the root, unrelated to wordpress.

e.g

I have

Public_html/folder2/...
Setup on the server, but if I enter the path in my browser:

www . mydomain . com/folder2

wordpress thinks I want to access:

www . mydomain . com/wordpress/folder2

...which doesn't exist.

How can I re-gain access to folders in the root, without wordpress interfering?

View Replies!   View Related
Removing Large Files Or Folders CentOS
Something weird happening here. I have tried every string possible...

There are a number of folders I want to remove off my server, tried the good old and simple...

rm -r /folder/

And then went and ended up with a string as long as my screen. No matter what I do, as it goes recursive in to the directory it asks me if I want to remove each file individually. No matter what string or action I take it insists on asking me as it goes to delete each file.

Could this be a configuration option in CentOS?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved