Search

Help

Page 1 of 3. Showing 24 results (0.155 seconds)

  1. Setup Homebrew While Using Unprivileged Account

    account. sudo chown R setup.admin:admin /usr/local/ In this in case using the chown is no longer possible with Mac OS X "High Sierra" 10.13.4 and you will receive the following error, sudo chown R setup.admin:admin /usr/local/ chown: /usr/local: Operation not permitted Instead just uninstall, ... Ignore the note about
    www.bonsaiframework.comJun 09, 2018
  2. CIS_Apache_Tomcat_Benchmark_v1.0.0.pdf

    . chown tomcatadmin.tomcat $CATALINAHOME chmod gw,orwx $CATALINAHOME Audit: Perform the following to ensure the permission on the $CATALINAHOME directory prevent … permissions for the world 3. Remove write permissions for the group. chown tomcatadmin.tomcat $CATALINABASE chmod gw,orwx $CATALINABASE Audit: Perform
  3. 6.x Subversion

    or it will not work so we add the group subversion and the user wwwdata which is what apache uses, sudo mkdir /opt/svnrepos sudo addgroup gid 3001 subversion sudo chown … the permissions, cd /opt/svndata sudo chown R wwwdata:subversion hamsters sudo chmod R grws hamsters Backup and Restore Commands Checks the number of revisions
    www.bonsaiframework.comDec 14, 2016
  4. 5.0 Zero Footprint Tomcat Instances

    the Bonsaiframework convention and also let users belonging to "staff" group to view files and restrict others, cd /opt/ sudo chown R serveradmin:staff ./0fstomcat/ sudo chmod R orwx ./0fstomcat/ sudo chown R serveradmin.staff ./0fstomcat/ You are now ready to go and start Tomcat as serveradmin, su serveradmin cd /opt
    www.bonsaiframework.comAug 25, 2019
  5. chmod

    into) the directories. Often this is used by administrators, cd /home/ckent/ sudo chown ckent:wgdailyplanet ./dailyplanetarticles/ sudo chmod R grx,orwx … command must be used to be more explicit, cd /home/ckent/ sudo chown ckent:wgdailyplanet ./dailyplanetarticles/ sudo find type d print0 xargs 0 chmod urwx,grX
    www.bonsaiframework.comSep 20, 2012
  6. 4.9 Apache Creating Online Shares

    sudo chown R serveradmin:wgkryptonian ./www.krypton.com/shared/ sudo chmod R 775 www.krypton.com/shared/ Only svradm and users in the kryptonian group can manage … other account with sudo privileges sudo chmod R 750 /home/www.krypton.com/shared.private/kalel/ sudo chown R kalel:wwwdata /home
    www.bonsaiframework.comMay 16, 2011
  7. 4.4 Apache and SSL Certificates

    key. Store Public Key Store the public key in the public folder, sudo cp www.earth.comserver.signedcert.crt /etc/ssl/certs sudo chown root:root /etc/ssl/certs/www.earth.comserver.signedcert.crt The above chown root:root command ensure the signed public key is protected. Also, if you are using a user other than root
    www.bonsaiframework.comJul 17, 2018
  8. 6.x WordPress Simplified

    everything starts for web related work, cd /opt/ sudo mkdir ./web/ Next set the permissions. sudo chown R serveradmin:wwwdata ./web/ sudo chmod R urwX,grwX,orwX … files too and reflected in the virtual host configuration, cd /opt/web/ sudo mkdir php sudo chown R serveradmin:staff ./php/ sudo chmod R urwX,grwX,orwX ./php
    www.bonsaiframework.comSep 25, 2017
  9. Setup of OpenDJ 2.4.5 v0.2

    /serveradmin/java/ /opt/javaforgerock/ sudo chown R serveradmin:staff /opt/javaforgerock/ sudo chmod R 750 /opt/javaforgerock/ Configure Java Environment Path … /OpenDJ2.4.5/ /opt/opendj/ sudo chown R serveradmin:staff ./opendj/ sudo chmod R 750 ./opendj/ sudo mv ./opendj/ ./opendj.0/ Marking this as the first instance Start
    www.bonsaiframework.comApr 09, 2012
  10. 5.x WordPress v.128

    This is where everything starts for web related work, cd /opt/ sudo mkdir ./web/ sudo chown R serveradmin:staff ./web/ sudo chmod R gs ./web/ Subsequent files … folders, cd /opt/web/ sudo mkdir php sudo chown R serveradmin:staff ./php/ sudo chmod R urwX,grwX,orwX ./php/ Notice the ACLs step is skipped. The php folder
    www.bonsaiframework.comMar 29, 2013