flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.3K
active users

#chown

0 posts0 participants0 posts today
Khurram Wadee ✅<p>I had one of those crazy events happen at the beginning of last weekend when I accidentally changed ownership of the /root directory structure. The immediate effect was that I couldn’t use <a href="https://mastodon.org.uk/tags/sudo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sudo</span></a> to do anything as <a href="https://mastodon.org.uk/tags/root" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>root</span></a>. Luckily, the computer did reboot and allowed me to log in directly as root and then I started to change all the ownerships and groups recursively back using <a href="https://mastodon.org.uk/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a>. </p><p><a href="https://mastodon.org.uk/tags/GNU" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNU</span></a> <a href="https://mastodon.org.uk/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.org.uk/tags/ShaggyDogStory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ShaggyDogStory</span></a></p>
Geekland<p>Crear el directorio home de usuario luego de crear al usuario <a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.social/tags/chmod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chmod</span></a> <a href="https://mastodon.social/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a> <a href="https://mastodon.social/tags/creacion_home" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>creacion_home</span></a> <a href="https://mastodon.social/tags/skel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>skel</span></a> <a href="https://mastodon.social/tags/useradd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>useradd</span></a><br><a href="https://unashellrandom.cl/yikoru/crear-el-directorio-home-de-usuario-luego-de-crear-al-usuario" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">unashellrandom.cl/yikoru/crear</span><span class="invisible">-el-directorio-home-de-usuario-luego-de-crear-al-usuario</span></a></p>
Fox<p>Apache2 permissions “hack”<br>It’s not stupid if [the last part] works, right? Right? 1. We need a new group: website 2. We need a user: frank 3. Simple website where everything is put into /var/www/html/ sudo addgroup website sudo adduser frank website sudo adduser www-data website Let’s see if Frank belongs to the right groups: groups frank The result should look so…<br>---<br><a href="https://3xn.nl/projects/2024/08/04/apache2-permissions-hack/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">3xn.nl/projects/2024/08/04/apa</span><span class="invisible">che2-permissions-hack/</span></a><br>---<br><a href="https://cytag.nl/tags/apache2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>apache2</span></a> <a href="https://cytag.nl/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a> <a href="https://cytag.nl/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://cytag.nl/tags/newgrp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>newgrp</span></a> <a href="https://cytag.nl/tags/ownership" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ownership</span></a> <a href="https://cytag.nl/tags/permissions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>permissions</span></a></p>
gary<p><a href="https://reintech.io/blog/setting-up-raid-storage-on-debian-12" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">reintech.io/blog/setting-up-ra</span><span class="invisible">id-storage-on-debian-12</span></a> setting up raid on debian - good overall look <a href="https://infosec.exchange/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a> <a href="https://infosec.exchange/tags/chmod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chmod</span></a></p>
scy<p>Did you know:</p><p>chown scy: some_file</p><p>(note the colon after scy) changes the owner of some_file to scy, and the group to scy's primary group. No need to look it up or type it out.</p><p><a href="https://chaos.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://chaos.social/tags/CLI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CLI</span></a> <a href="https://chaos.social/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a></p>
📡 RightToPrivacy & Tech Tips<p>:linux: LINUX TIP:</p><p>Running Into "Permission Denied"?</p><p>💡 You can easily change ownership of all files / directories (recursively) by running:</p><p>sudo chown -R user *</p><p>From inside the directory where you would like all files / directories changed to 'user' ownership.</p><p>The '-R' flag makes chown perform recursively.</p><p>The '*' matches / symbolizes all</p><p>Try this next time you need to change ownership</p><p><a href="https://fosstodon.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://fosstodon.org/tags/tips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tips</span></a> <a href="https://fosstodon.org/tags/chown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chown</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commandline</span></a> <a href="https://fosstodon.org/tags/shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shell</span></a> <a href="https://fosstodon.org/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://fosstodon.org/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://fosstodon.org/tags/permissions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>permissions</span></a> <a href="https://fosstodon.org/tags/unix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unix</span></a> <a href="https://fosstodon.org/tags/terminal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>terminal</span></a> <a href="https://fosstodon.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://fosstodon.org/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a></p>