Ownershipe/permission on ispconfig files ?

Discussion in 'Installation/Configuration' started by pcurran, Dec 10, 2010.

  1. pcurran

    pcurran Member

    Hi,
    Help please.
    I would like to login as ispconfig and create few scripts. These scripts should have ownership as ispconfig. I will need the password for ispconfig to login so files ownership (ispconfig ) is set ?
    Can I set the passwd in /etc/shadow and login; and reset it to not login thereafter ?
    peter
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can set the shell of the ispconfig user to /bin/sh or /bin/bash in /etc/passwd; then run
    Code:
    passwd ispconfig
    to set a password for the user.
    To delete the password, run
    Code:
    passwd -d ispconfig
     

Share This Page