Topic profile page for CHMOD.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: CHMOD.
Topic "Chmod" was discussed 10,072 times on 661 sites in last 3 months
Started 16 hours, 47 minutes ago (2009-12-09 06:03:00)
by CoffeeGrinder
I've tried setting permissions with three different FTP clients and it still doesn't seem to stick. It says that the permissions have been applied successfully but when I go to acp it tells me that it's still world-writable. I've been through the chmod guide here Knowledge Base - phpBB3 Chmod Permissions I've used Filezilla SmartFTP FireFTP
Started 6 days, 18 hours ago (2009-12-03 04:44:00)
by ausnets
Hi, Each time a Group (in JomSocial) is deleted - from the front-end, the Permissions of public_html is changed to 777. Of course the entire site then errors out. I understand this is not the JomSocial board, but is it normal for a component to CHMOD the public_html ? Thanks, Paul Error log shows: SoftException in Application.cpp:601 Which I believe is basically refusing to accept the 777 ...
Started 1 week, 1 day ago (2009-12-01 22:28:00)
by user598986
Hi, When i am using chmod 775 on a directory its showing: drwxrwxr-x. i could not figure out why the last . is coming at the end. Kindly any help will be needful for me Thanks and Regards
Started 2 weeks, 1 day ago (2009-11-23 23:26:00)
by kang
I got "Permission denied" error message when I rm or chmod a file. I'm the owner of the file "lice_20091123.tar". How can I solve this matter? lice@appl:/midasapp/lice> whoami lice lice@appl:/midasapp/lice> who am i guest pts/12 Nov 23 19:09 (ooo.ooo.ooo.oo) lice@appl:/midasapp/lice> id lice uid=204(lice) gid=1(staff) lice@appl:/midasapp/lice> ls -al drwxrwxr-x 12...
Started 2 weeks, 2 days ago (2009-11-23 11:29:00)
by uzumaki
Hi Guys, I'm having some issues exporting a file about of the var/home/ftp/pub. I'm using SFTP client software. I can retrieve all files but 1 particular file cannot, even if i use an INIT login. have u guys used this command before chmod 777? Is this possible in CM? I think its possible but dont know which profile will it work, either init or craft. for sure dadmin cannot work.
Started 1 week, 1 day ago (2009-12-01 04:38:00)
by thepriceoflust
Does anybody know anything about file permissions? I couldn't find any other section to post this so I hope this is a good section. Anyway I have a website that has chat rooms. I have been having this problem... When you try to enter a chat room that chat room window turns into its own browsing window which shows a copy of my index page. This started a few days ago. I contacted the script maker ...
Started 6 days, 9 hours ago (2009-12-03 12:58:00)
by christclamard
first this is the hacked link of my website, i did not delete it to show you what's going on http://thesowersministries.org/images/index.html this is the fourth time that my church website has been hacked.i have tried all security method but nothing i changed chmod to 555 for directory and 444 for files i have installed jsecure and sentinelle , and change my htacess according this forum # ...
Started 1 week ago (2009-12-02 10:07:00)
by pendraggon87
Here is the scenario: Boot Camp is not letting me partition my hard drive, so I used Disk Utility instead. I unmounted the Boot Camp partition Changed permissions: sudo chmod 777 /dev/disk0* I then created the rawvmdk file using: sudo VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk0 -filename win7test.vmdk -partitions 3 I am using the vmdk file (not sure what use the -pt....
Started 4 days, 16 hours ago (2009-12-05 06:10:00)
by Classick
Hello, I've installed ibproArcade on vB 4.0 and everything went smoothly. Chmod all the necessary files and installed the product and set all the permissions. However, when I select a game it takes me to the specified page. But the flash game is not loading up. I just see an empty white square where the game should be. What have I done wrong? P.S. I've tried on different ...
Started 6 days, 8 hours ago (2009-12-03 13:50:28)
by olausson92
Hello. When i are trying to install the wordpress MU i got a problem after pressing Submit button. It says that it can't find the page index. Has this anything to do with the permissons? And please someone tell me what directories i should chmod to what... Yours, Erik
Started 5 days, 11 hours ago (2009-12-04 11:28:59)
by victorluis93
How do you add thumbnails to your post. I have arras-theme The website is http://www.online-movie-time.info I tried uploading the image to the website and chmod 777 the cache folder. Clicked on get url. The url is http://www.online-movie-time.info/wp-content/uploa ds/2009/12/2012.jpg I tried add CUSTOM FIELD. Name: thumb (default) Value: http://www.online-movie-time.info/wp-...
Started 1 week ago (2009-12-02 22:45:00)
by xen123
Ok.I need to set the following permissions: domain admin - full control domain users add files,folders,but not able to delete,modify or rename. Doesn't matter what I try domain users still able to modify files. What am I doing wrong ? This is my setup: chmod A=group:MYDOMAIN+domain\ admins:full_set:fd:allow,group:MYDOMAIN+domain\ users:list_directory/read_data/add_file/add...
Started 1 day, 21 hours ago (2009-12-08 01:02:00)
by Doman
Hey, I recently got a command line program because I'm too much of a broke college student to pay for anything with a GUI and I want to automate this a bit. Here's what I've done. Save As -> Script.sh chmod +x Script.sh (Doesn't double click to run ~ opens in TextEdit) I open terminal and type sh Script.sh It runs. How do I get it to just run? When the script calls ...
Started 2 days, 23 hours ago (2009-12-06 23:25:00)
by grimx
Is it possible to create and execute shell scripts or alike On android using the terminal ? I wrote a simple one using nano on the terminal But don't know how to execute it. I try to use chmod 700 to try and make it executable. Am I taking the linux part of android a little to far here ?
Started 1 week, 1 day ago (2009-12-01 10:38:00)
by swyatt001
I'm struggling with trying to setgid (chmod g+s in POSIX/UFS) on a directory that is on a ZFS filesystem. An automated process FTPs files to a directory having 660 permissions and user:group = cowboy:wind. We have a process that reads files that come into that directory, executed by user=ingester who is also part of the wind group. The problem is the files FTP'd in are coming with 600 ...