1.目录操作: (1)cd (切换目录) cd ~ 回到主目录 cd 回到主目录 cd .. 回到上层目录 cd - 回到刚才的目录 cd /var/spool/mail 绝对路径 cd ../mqueue 相对路径(由/var/spool/mail 转到/var/spool/mqueue这样写) (2)pwd (显示当前目录) pwd 显示当前目录 pwd -P 显示当前目录(不以连接文件的数据显示,而是显示正确的完整路径) (3)mkdir (
http://ruby-doc.org/core-2.1.2/File.html#method-c-dirname (1)basename(file_name [, suffix] ) → base_name Returns the last component of the filename given in file_name, which can be formed using bothFile::SEPARATOR and File::ALT_SEPARATOR as the separ