On Wed, Jul 03, 2013 at 02:55:01PM +0530, saravana babu wrote: > i am using zorin os and i have 4 partition in that i can access only one > partition rest three partition are with the root permission .how to change > permission or how to access the drive such as storing
You can do that by setting the "user" option value. For instance. consider this entry in fstab: UUID=7927a7ab-8c3f-4198-bd73-d3cc519a9ac3 /auto/mydrive auto rw,user 0 0 This will allow /auto/mydrive to be accessed as non-root users. More information is available in the man page of mount. See also the man page of fstab. Kumar -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Checking for setuid programs LOST #313 These are programs executed with superuser permissions invoked by call to function setuid() ... a potential security hazard. To know which all programs on your system are set suid, do: 'find / -user root -mount -perm -4000 print' ####[usmbish (at) users.sourceforge.net]###################### : _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
