I just moved my folder_A from computer A to computer B, what is the command to change the permission of owner, access, group for every files in that folder_A at 1 time?
in the folder_A has hundred of files. Let's say , i want to change owner = laptop, access = read and write, group = user, access = read and write , what is the specific command to do that for all the files in folder_A at 1 time?
I have access to the DNS Zone where the accounts are currently hosted and I would like to change these so it a quick change over from old host to new host.
Do I change the Minimum TTL which is currently 86400?
Do I change the TTL for each A record which are currently 14400?
Do I change the nameservers in the DNS record from what they are now to the new host nameservers?
but that didn't work and if i try rmdir c emp, it removed c: emp directory or maybe i'm not looking hard enough.
basically i want to copy a folder with many subdirectory under it, zip it up the folder and delete all the subfolder and the files in the subfolder but not the parent folder where it store all temp data.
i already got xcopy and zipping work but i can't seem to figure out how to remove all the folder inside the parent folder without deleting the parent folder.
i have a few directorys on my server which have something in the region of 200+ subdirectorys containing 1 or 2 files. im wondering if anyone knows how to move all the files in the subdirs into the main directory without me going into each folder and doing it by hand
For those of you who are techies you will probably laugh, but to me this is like Greek and scarey
The deal is that I blog for PayPerPost and after they implemented Real Rank only my main blog was able to be monitored for RR. I have 4 other blogs in the system that I can't take any assignments on because they have no real rank. The reason they don't is that the URLs are all the same as the first blog, except that the other 4 have "blog1, blog2, etc., at the end of their address.
SO I went into my hosting control panel of Yahoo and created subdomains for each of the four, reversing the address from internetmarketingreview.org/blog1 to blog1.internetmarketingreview. org. (I thought I was pretty smart to do even that!)
Now you can see my blogs at the addresses. I was really happy, that is until I realized that the permalinks won't work! Of course they won't. Nothing has been done but cosmetic changes. I am just now understanding that somewhere I am missing a step, I have been researching this and I believe I need to move some files, but I am afraid of screwing things up.
I went to the Wordpress forum and found a permalink plugin from Yahoo, but I don't know if installing that will solve my problem. I have a pretty good idea that no, it won't. That too is about cosmetics, right?
We have three virtual hosts on our Apache 2.2 installation on Windows Server 2003. For some reason, I'm unable to open log files (error.log and each virtual hosts-specific log), even though I have full administrator rights. (The log folder is full access to admins.) Every time I try to open the file or even copy it to another location, it just says "Access Denied." I temporarily solved the issue for one of the logs by adding BufferedLogs On
I'm currently running SAMBA on one my linux servers, and wanting to connect to it from another linux server.
1. Do I need to install SAMBA on the connecting server (client-side)?
2. I can see/mount the SAMBA folder just fine, I can delete,make,etc. The only thing I can't do on the client side is change ownership of a file or folder... even if I'm logged in as root.
I have a lot of tables, being that I host multi forums. One thing I noticed when doing a mysql start up or restart is that it takes at least 15 minutes to do it. The server isn't bad, it's a Pentium D with 3GB of RAM and it runs perfectly fine. What I noticed is that after I do an SQL restart, I checked "top." The command that was running is "chown" and it sat at the top of the list, and kept going. Until finally mysql started and it stopped.
I imagine that all of the files in the data folder are being CHOWNed... and that's why it takes forever. If this is the case, how can I stop this, if at all? I don't see why they need to be CHOWNed?
I want to move around 20Gb of files from one shared hosting account with custom contraol panel to a cpanel VPS.
Is there anyway of transferring all the files to new host without downloading and uploading to the new host. Coz i have normal DSL and 20 GB downloading and uploading can take years.
There are some forum files CHMOD to specific values if you can transfer them without resetting them in new host also cool.
I've just moved from a reseller account with ResellerZoom, so a VPS with SolarVPS.
When I was with RZ all my scripts could write to folder with the 755 permissions. On the vps I have to alter the folder I want the script to write to to be 777.
Which the is best and most secure?
I think I understand that if a folder is 777 then anyone on the server can write to that folder. So I assume some sort of thing that stops users being able to access folders outside of their own folders is needed? is that right?
I have a server running php 5.2.4 with CGI as Server API and suexec, but I cant create dirs in php with chmod 755. When I use mkdir("/home/user/public_html/$dirname", 0755); it creates the dir with chmod 744. Why?
I can change later this chmod to 755 in php with the chmod function. But why my server doesnt allow the directory to be created as 755? Where can I configure it?
I was wondering if it were possible to chmod a directory that is set to a low number to 777 using a shell or command and if so can anyone point me in the right direction as to how to go about doing so ??? I am trying to learn a little and i pefer using my browser to edit files rather then a ftp client.