linux下的几个cd命令


linux cd命令
cd data 进入到 data 目录
cd .. 返回上级文件夹
cd ~ 返回用户主文件夹
cd / 返回根文件夹
原文地址:https://www.cnblogs.com/llguanli/p/6789519.html