User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2025/05/14 08:58] – external edit 127.0.0.1playground:playground [2025/08/21 11:11] (current) – [Create Users Trash Bin] norman
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
  
 +===== Create Users Trash Bin ======
 +
 +<code>
 +cd /to/folder
 +</code>
 +<code>
 +mkdir -m777 -v .Trash-$UID
 +</code>
 +
 +<code>
 +chown $USER .Trash-$UID
 +</code>