<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Images folder seems to not have correct permissions]]></title><description><![CDATA[<p dir="auto">I’m fairly new to this, so please pardon my learning curve. I’m sure this is simple. I tried searching, but didn’t find exactly my issue, and I’m new enough I’m not sure I can translate something that’s only close but not exact to my current situation.</p>
<p dir="auto">I recently had to rebuild my Ubuntu server running FOG. I copied my images to an external drive, and everything went well until I wanted to copy them back to the images folder. It failed, and I discovered (looking at the folder in FileZilla) that the images folder doesn’t have Write permission for Public Permissions. I see it does on another Ubuntu server I manage. I think all I need to do is just change that, but it won’t let me change it in FileZilla.</p>
<p dir="auto">I tried just reinstalling FOG to see if that helped, but it didn’t. So my next plan is to just use the command line to change the permissions, which I think should be fairly simple, but I’m not entirely sure of the exact command. Can I use</p>
<p dir="auto">chmod 777 images</p>
<p dir="auto">from the root level? If that’s not best, what should I use? chown? Do I just have the syntax wrong? Thanks for anyone that’s willing to help me learn.</p>
]]></description><link>http://forums.fogproject.org/topic/17739/images-folder-seems-to-not-have-correct-permissions</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 08:13:06 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/17739.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Nov 2024 14:59:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Images folder seems to not have correct permissions on Tue, 19 Nov 2024 22:57:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/46307">@COE</a> Typically if the permissions on the /images directory get messed up you can reinstall FOG and it will fix the permissions.</p>
<p dir="auto">If you run the <code>chmod 777 /images</code> that will make the directory world writable but not the existing files / folders under that directory. If you use <code>chmod -R 777 /images</code> it will change everything under that directory to world writable.</p>
<p dir="auto">But before you do that, the linux user <code>fogproject</code> should have read write access to /images. The password for that user is found in the hidden file /opt/fog/.fogsettings  That is the user account fog uses to move files around while imaging.</p>
]]></description><link>http://forums.fogproject.org/post/156200</link><guid isPermaLink="true">http://forums.fogproject.org/post/156200</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Tue, 19 Nov 2024 22:57:19 GMT</pubDate></item></channel></rss>