*nix Thread, Thunderbird Extensions In Ubuntu / Folder Permissions. Help in Technical; Had a good look on Thunderbird site and found the web mail extensions and I have downloaded the extensions but ...
-
12th January 2007, 08:52 PM #1 Thunderbird Extensions In Ubuntu / Folder Permissions. Help
Had a good look on Thunderbird site and found the web mail extensions and I have downloaded the extensions but need to change the folder permissions as it will not let me make changes.
How do I change folder permissions with Terminal ?
Is it sudo chmod/monzila/permissions
???? Help.
I'm still on my steep part of my learning curve but I am very impressed with Linux.
Michael.
-
-
IDG Tech News
-
12th January 2007, 09:07 PM #2 Re: Thunderbird Extensions In Ubuntu / Folder Permissions. Help
Code:
sudo chmod u+rwx /home/username/.mozilla -R
explanation:
sudo - temporarily become root
chmod - command to change permissions
u+rwx - u = user += add rwx = read write execute
in the same way g-wr removes the 'group' read and write permission and o+r adds read permission to the 'other' (everbody) group
/home/username/.mozilla - the path to the directory you want to change permission
-R - do this recursively through all directories
It's also possible to have extended file attributes...
-
-
12th January 2007, 09:10 PM #3 Re: Thunderbird Extensions In Ubuntu / Folder Permissions. H
.. also worth mentioning chown - change ownership:
Code:
sudo chown username:usergroup /home/username/path -R
will change ownership and ownergroup recursively
edit:
and check the permissions with to show long listings
Code:
-rw-r--r-- 1 Cybernerd users 100703 2007-01-11 20:09 snowman.jpg
-
-
12th January 2007, 09:50 PM #4 Re: Thunderbird Extensions In Ubuntu / Folder Permissions. H
Hi CyberNerd , Thanks for reply. It did not work. !.
Tried
sudo chmod u+rwx /home/username/.mozilla -R
It said sudo u+rwx command not found.
Also forgot there are two folders one monzilla-firefox and monzilla-thunderbird.
looking with 'nautilus' they are in /usr/lib
Can you get root permissions to use Nautilus if you can then you can see what your doing by right clicking a folder , permissions, change settings. ?
Michael. ps Its on a spare test desktop machine.
-
-
12th January 2007, 10:11 PM #5 Re: Thunderbird Extensions In Ubuntu / Folder Permissions. Help
yes, run nautilus from the shell using sudo.
but be careful
-
-
12th January 2007, 10:26 PM #6 Re: Thunderbird Extensions In Ubuntu / Folder Permissions. Help
That did the trick
-
SHARE:
Similar Threads
-
By sqdge in forum Windows
Replies: 5
Last Post: 23rd January 2008, 12:39 PM
-
By CM786 in forum Networks
Replies: 4
Last Post: 27th September 2007, 09:28 AM
-
By SimpleSi in forum Web Development
Replies: 1
Last Post: 7th April 2007, 03:55 PM
-
By wesleyw in forum Windows
Replies: 6
Last Post: 9th January 2007, 09:25 PM
-
By ajbritton in forum ICT KS3 SATS Tests
Replies: 2
Last Post: 18th December 2006, 12:09 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules