sureshp
Programmer
- Aug 28, 2000
- 79
Hi all,
I have a simple doubt in changing directory(cd).
Suppose If I have 50 users , as their home directory is /myproj/** (**- one to fifty).The first user should not
change directory to any other user like this.
Suppose if firsr user logsin he will be in /myproj/1
He should not go /myproj/2 by typing the command
cd ../2 or cd .. & cd 2
Thanks.
I have a simple doubt in changing directory(cd).
Suppose If I have 50 users , as their home directory is /myproj/** (**- one to fifty).The first user should not
change directory to any other user like this.
Suppose if firsr user logsin he will be in /myproj/1
He should not go /myproj/2 by typing the command
cd ../2 or cd .. & cd 2
Thanks.