Wednesday, December 10, 2014

[Linux] How to mount a server and set up user's directory

How to mount a server
To be continued

How to make a directory under that server
1. log in as a root manager
$su
password:
2. make a directory on that machine.
$cd /home/air/
$mkdir username
3. change the permission of that directory to your name instead of the root manager
$ls -lart
$chown username username
$chown :grads username

No comments:

Post a Comment