语法:ln -s 源文件或目录 目标文件或目录 注意:l是大写字母L对应的小写字母l 举例 # 创建mysql配置文件的快捷方式 ln -s /usr/my.cnf /mydata/mysql/my.cnf