Individual project Management Ideas

Source: Internet
Author: User

Project Management

Using SVN, CentOS

1. Add 4 users in addition to root
mkdir Xereno jz2440 fornew farsight
{
(1), Build users:
AddUser username//New user
passwd username//Set a password for the user

(2), add Working Group to existing users
USERMOD-G groupname username

(-) The two steps above can be combined to create a new user and increase the workgroup
USERADD-G groupname username//new username user and added to groupname workgroup
passwd username
}
/root/
|--Desktop
|--xxxx
/home/
|--Xereno
|--jz2440
|--fornew
|--Farsight
|--Tftpboot
| |--Farsight
| |--fornew
| |--jz2440
| '--Xereno

Considering that Tftpboot is dead under the/etc/exports, if placed separately under the respective project, each time to change the configuration file, so the centralized placement.
Cd/home/xereno
mkdir crosstools kernel nfs_root uboot
Cd/home/tftpboot

mkdir Xereno jz2440 fornew farsight


2. Each user
VI ~/.bash_profile
The main is to set their own working directory and environment variables

Export company=jz2440
Export unixd=/mnt/hgfs/$COMPANY/
Export unixdh=/mnt/hgfs/$COMPANY/huangli
Export unixdo=/mnt/hgfs/$COMPANY/oucaijun
Path=/home/jz2440/crosstools/gcc-3.4.5-glibc-2.3.6/bin: $PATH

3. Set NFS and TFTP share directory:
Vi/etc/exports
Vi/etc/xinetd.d/tftp

Individual project Management Ideas

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.