First, this must be done with root privledges.
Open a terminal window and become root. Todo this on the terminal command line:
sudo bash
cd /
The system will then ask you for your password.
Next, lets create a directory that is to be shared.
mkdir share
Then we will enter the directory:
cd share
Create a file, in this case I used vim to add the line “This is a test file” to a file called test.txt.
vim test.txt
To make this appear on every users desktop, you need to create a symlink…