Results 1 to 5 of 5
How do I add root permissions to my user account?
I want full permissions for all computers in my house, without having to get up and go to the other ...
- 06-05-2010 #1Linux User
- Join Date
- Apr 2007
- Posts
- 289
Add root permissions to user...
How do I add root permissions to my user account?
I want full permissions for all computers in my house, without having to get up and go to the other room and change permissions for the file, then go back to the other room again.
I just created a partition, as THIS user, THIS machine, rebooted, and cannot create a folder on the partition I just created. UGH. No more of this stuff...
Anyone point me in the right direction?
- 06-05-2010 #2
go to settings/administration/users and groups, this should allow you to change whatever you want. however not keeping a user and root user isn't very secure, so do this at your own risk.
- 06-05-2010 #3
You can set permissions permanently in the /etc/fstab file. This is a line I use to access my Music collection. Anyone can read/write the partition. Notice the umask=0
See the commandCode:/dev/sda5 /media/music vfat auto,defaults,umask=0 0 0
Use Q to quit.Code:man fstab
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 06-05-2010 #4Linux User
- Join Date
- Apr 2007
- Posts
- 289
- 06-05-2010 #5I had to use this to get read write on a fat partition/dev/sda5 /media/music vfat auto,defaults,umask=0 0 0
otherwise it wouldn't gvie write permissionCode:/dev/hda1 /media/windows vfat user,fmask=0111,dmask=0000 0 0
https://help.ubuntu.com/community/Au...ountPartitions
check this out for the full rundown


Reply With Quote
