守则

  1. 当你使用服务器的时候,你 允许动别人的文件。

  2. 当你需要存放大文件到服务器的时候,你 允许将文件存放于 /home/your_user_name 下。你 必须 将文件存放在 /data/your_user_name 下。否则,你的文件将被清除。 如果你在 /data 下没有对应的文件夹,你可以使用下面的指令创建一个:

    mkdir /data/your_user_name
    
  3. 允许使用 sudo 来运行安装程序,除非 你得到了允许。

  4. 允许占用服务器的过长时间,除非 你事先通知了大家,或者有紧急的事务。否则,你的进程将会被暂停。

Rules

  1. When you are using the Linux server, you should NOT touch other people’s files.

  2. 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
    
  3. You should NOT use sudo to install or run anything without permission.

  4. You should NOT occupy a server for a long time. Or your process will be killed.