Giving access to other users

every time i make a user and i log in to it, i can't edit any file on the terminal, it says i don't have permission
how can i change this?

If you make your users using "useradd" make sure you have the "-m" flag to it, in order to make it create your homedirectory..
If you don't use useradd, make sure you create the home directory and then chown it to your new user.
7/M

Similar Messages

  • How to access unread mails of all users in Exchange server without having Passwords and without giving mailbox access to other user.

    Hi all,
       I am using Exchange server 2013, my task is to create
    Service , that
    need's to  monitor continuously for new mails of all Mailboxes in
    my server. if any user got new mail i need to get that Mail Subject, Mail Body, Sender Email Address [From emailId] .  
    Limitation
    : I don't have Passwords of mailboxes , so i gave all mailbox access permission  to one user , then i completed this   service using below code.
     But now, Client
    not willing to give Mailbox Permissions to one user because of security problems.
    How can i do this without passwords and without giving permissions to other user ?
    i don't want all mailbox access , i just need only
    access Mail Subject , Body and Sender mail address .
    How can i achieve
    this ?
    Process i follow
    => I created new user in server , and then i gave full permissions of all Mailboxes to newly created user[ex: james] in database level.
         i use below command for giving permissions in database level.
    Get-MailboxDatabase -Identity <Database Name> | Add-ADPermission -User <User> -AccessRights GenericAll
     => using below code i am searching unread mails of all user Mailboxes and then getting Subject, body and Sender Email            address . here i am have list of users,
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013);
    service.Credentials = new WebCredentials("[email protected]", "password");
    service.AutodiscoverUrl("[email protected]");  foreach (Object obj in usersList) // here i have Mailbox users list in usersList
                 { var userMailbox = new Mailbox(obj.user);
    var folderId = new FolderId(WellKnownFolderName.Inbox, userMailbox);
    SearchFilter.IsEqualTo filter1 = new SearchFilter.IsEqualTo(EmailMessageSchema.IsRead, false);
    var itemView = new ItemView(50);
    var userItems = service.FindItems(folderId, filter1, itemView);
    foreach (var item in userItems)
    item.Load();
    var senderEmail = ((EmailMessage)item).From;
    var subject = item.Subject;
    var body = item.Body;

    You would need to check that possibilities via WebServices but suggest you to post this in Development forum to get help from programmers....
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=exchangesvrdevelopment
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Answer access to other user

    Hi All,
    How to give Answer access to other users in presentation server.Plz help.
    Thanks,
    Sonal

    Hello,
    Click on setting > Administration > Manage Privileges > Access > Access to Answers > click on everyone link you are add the user or groups from there
    Hope its helpful to you.
    Thanks

  • DB locking records accessed by other user/s.

    Hi Experts,
    Say it poor db design or whatever.. multiple users access same row to update and my application throws error that the rows are locked by some other user.
    At this point of time, I can't change the design entirely but can create some additional db procedures/tables, if those can solve my problem.
    Regards

    What happens if multiple user access the same excel file? How do you solve it?
    By creating more excel files and giving each one its own copy? How do you merge them all back once they finished editing?
    And yes your problem points to poor application design, but not nessecarily on database level.
    Edited by: Sven W. on Apr 7, 2011 4:29 PM

  • Giving Access for an User On One Schema.

    Hi all,
    I want to give read,write and execute access for an user in one schema and only read access to another two users.
    How can I give..Please suggest.

    Hi,
    Well in that case you may have to give the select privilege to a particular user for all tables.
    Or
    You may like to create two roles, and give select privilege to a particular role for all tables. And give write i.e. insert/update privilege to the other role. Then assign this role to the user whom you like to give the access.
    Regards
    Anurag Tibrewal.

  • Unexpected Access to Other Users' Accounts

    I just discovered tonight that I when I search for files, files in other user's accounts on this computer show up. I can open them too, but throwing them away requires that user's password. Searching the internet to see if this is a normal feature, I find questions about how to access other user's files and comments that even administrators cannot do this. Is this normal or abnormal behavior? Fast user switching is not enabled. Does anyone know where solid information can be found about the "barriers" between users' accounts? Thanks.

    Ah, thanks, BDAqua. I see that at the user level, each user folder is set to read only. So if the users aren't saving their files in their enclosed "no access" folders, but at their base user level, they are read only. If we set each user folder to "no access", then others would not be able to access the shared folder either. Is there a way to set access priviledges for users on this computer so that they're the same for users on this network? Users on the network only see the "drop box" when they open a user folder.

  • How to restrict External Drive access in other user accounts

    I just purchased an external HD and moved my iTunes and iPhoto libraries to it. No problem there.
    My Mac mini has four user accounts and I'd like to set the permissions on the external HD so that only I can write to it from my account. I'm attempting to do this through 'Get Info' on the external drive, then setting Sharing & Permissions to 'Read and Write' for myself and 'Read only' for the other three accounts. But it seems that when I set one of these it gets set for all four accounts.
    Am I doing something wrong trying to set the permissions this way, or, is there a better way to do it?
    Thanks,
    Andy

    I didn't realize you could set the privileges for other user accounts in the 'Get Info' box from my account. I added the names of the other three accounts and set them to 'Read Only' but I am still able to delete files from the drive when I'm logged into those accounts.
    What I'm trying to do is set it up so that either (1) they can't accidentally delete files from the external disk or (2) they can't even see the disk at all from those accounts. I would have thought that 'Read Only' would not allow them to delete files, but with the privilege set to 'Read Only' I'm still able to delete files from the disk.
    Maybe I'm missing a step? Or maybe there's another way to do it?
    Thanks,
    Andy

  • Access database access by other user

    Dear All,
    I created one schema 'xyz' in a database and creating another new user 'pqr'.
    Now I wanted to access of XYZ schema by user 'xyz'. I have given the rights to access of schema 'xyz' to 'pqr'
    but when I open any stored procedure of 'xyz' in Pqr by schema name, it is comes in invalid state because database objects which are used in that procedure are not maintain with schema name.
    Is anything there, so that I can see all SPs of XYZ in PQR with valid state.
    thanks and regards,
    Prashant

    Now I wanted to access of XYZ schema by user 'xyz'. Did you mean 'pqr' instead of 'xyz' here?
    but when I open any stored procedure of 'xyz' in Pqr by schema nameWhere?
    >
    Is anything there, so that I can see all SPs of XYZ in PQR with valid state.
    Not sure if I understand your problem. Are you referring to recompilation of stored procedures of XYZ schema while logged in as PQR?

  • Access to other users' files

    I just set up a user account for my daughter, and I went to 'browse' to her files in finder to find that I am not allowed to view them!!!
    I don't remember saying to protect these files.
    How do I change access permission.
    I eventually want to set up another account for my wife, but I want her to have access to my documents and vice versa. For example, if she runs Aperture, I want to be able to add her photos to a common Aperture library.
    Any help would be greatly appreciated.
    -Mark

    I found the answer on another forum, and I thought I'd share it with you.
    Right, I am assuming you are an admin on the Mac. Go to the Users folder from Macintosh HD. Select your daughter's home directory. Then you need to select it and right-click (or Control click) and go to Get Info. At the bottom of the window there is a padlock. Click on it. A message box will appear, and you will need to enter your password. Once it is unlocked you can click on the little "+".
    Then just add yourself from the list of users that comes up and select which ever option in the right-hand column is most appropriate.
    Robert
    p.s. It will be the same when you set up your wife's but you will need to chose her to access your home folder.
    This seemed to work just fine. I had Aperture on my wife's account use my library. We can both see and modify each other's files. And if there's a folder I don't want her messing with, I can lock her out (read only).
    -Mark

  • Console access with other user

    hi,
    I have installed SunOne directory server and able to access it with SunOne server console as directory manager. I want to give read only access to one another user say user1 who could use the console and see the contents (tree structure and it's attribute) of the directory server.
    I tried it by creating one new user (user1) and set ACI for him but when i am trying to login into directory server through the console, it is able to login but not able to see the tree structure of the directory server.
    Can anyone tell me where i am wrong and what is the right way to do it? or if the user other than directory manager is not able to use console? though i am able to see the tree structure when i first login with directry manager and then i switch to the new user.
    thx in advance.
    ASN

    Great ! Do you have it working with WLS 8.1 SP4 ?

  • Giving access to other computers

    I successfully configured the WRT54G and able to access wireless without any problem. Now I bought another laptop and I am not able to access internet wirelessly from new laptop. I entered the MAC address of the new laptop using the weblink of router using the old laptop but still not able to connect. Any advise will be greatly appreciated?

    WEP is basically unsecure.
    Turn off the Wireless MAC Filter. Disable it. It's useless. It won't make your network more secure.
    Once disabled see if the other computer can access the wireless now.
    Don't use WEP. Use WPA2-Personal with a good passphrase. That's secure.

  • LDAP/OID Users granting other users access issue

    Hi,
    I have created 4 users (User1, User2, User3, User4) and 2 groups (Group1 and Group2)
    User1 is the Group1 owner and User2 is a member of Group1
    User3 is the Group2 owner and User4 is a member of Group2
    I have made both groups private.
    I have given User2 manage privilege on a portal page and have logged in as User2 and edited the page.
    When User2 tries to Grant access to the page, they can see all the users in the OID ie User1, User3, User4, Portal etc
    My thoughts were that User2 would only be able to grant access to other users in his group(s).
    Basically, I want to be able to control which users a user can grant access to on a page. Is this possible?
    Thanks
    Joel.

    What about SSL or LDAPS !
    Can't seem to find any java examples which would support services of type:
    ldapbind -U 1,2 for java API !

  • Grant access to new user

    I have created a database as 'system' and try to give access for other users. I created a new user with 'create user identified by passwd' and made 'grant connect to user' and 'grant select, insert, update to table'.
    But after that the new user can't select the tables, error is 942, Table or view not found. Same in sqlplus as with jdbc.

    Shouldn't you type:
    GRANT select, insert, update to 'user'
    instead of to table like you did.

  • Can the history on my internet and downloads  on my account be accessed by other accounts on my laptop?

    Can my history be accessed by other users on my laptop?

    thebunnys wrote:
    firstly if i dont use private browing will clicking delete history from the history tab clear it completely?
    yes. as long as you dump "current history, cookies, download history, HTML5's persistent storage, and flash objects, etc... " (sorry Tim Snoots, it was easier to copy/paste the same info then type it again )

  • SubArea not visible for other users in ESS

    Hi All,
    I have created a new subarea (having few services) and assigned it to a Benefits and payments Area.
    Now the issue is its only displaying to Administrator Role not for other users.
    if iam giving SAP_ALL  to other user then we are able to see this.
    Please let me know if iam missing anything .
    Thanks,
    Santosh

    to the role assigned to the user, you need to select end user visible in the role.
    note Number              939412
    ssign the following permissions to an End user.
       o  Goto Content Administrator ->Portal content ->Content Provided by
          SAP ->End User Content -> Employee Self Service
       o  Right click on  Employee Self Service. select open-> Permissions
       o  Assign read authorization to default user group "everyone".
       o  Check the 'EndUser' checkbox
       o  Save the Assigned permissions
       o  Goto System administration -> Permissions.
                                                                    Page 2
       o  Goto  Portal content ->Content Provided by SAP ->srvconfig
       o  Assign read authorization to default user group "everyone".
       o  Check the 'EndUser' checkbox
       o  Save the Assigned permissions.

Maybe you are looking for