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