守则
-
当你使用服务器的时候,你 不 允许动别人的文件。
-
当你需要存放大文件到服务器的时候,你 不 允许将文件存放于
/home/your_user_name下。你 必须 将文件存放在/data/your_user_name下。否则,你的文件将被清除。 如果你在/data下没有对应的文件夹,你可以使用下面的指令创建一个:mkdir /data/your_user_name -
你 不 允许使用
sudo来运行安装程序,除非 你得到了允许。 -
你 不 允许占用服务器的过长时间,除非 你事先通知了大家,或者有紧急的事务。否则,你的进程将会被暂停。
Rules
-
When you are using the Linux server, you should NOT touch other people’s files.
-
When you need to store an amount of data, you should NOT store it in
/home/your_user_name. You MUST store it in/data/your_user_name. Or, your data will be deleted without notification. If you do not have a directory in/data, you can create it by yourself using the command below.mkdir /data/user_name -
You should NOT use sudo to install or run anything without permission.
-
You should NOT occupy a server for a long time. Or your process will be killed.