
ubuntu
devil_08
这个作者很懒,什么都没留下…
展开
-
Linux的CD命令汇总
cd命令用来切换工作目录至dirname。 其中dirName表示法可为绝对路径或相对路径。若目录名称省略,则变换至使用者的home directory(也就是刚login时所在的目录)。另外,~也表示为home directory的意思,.则是表示目前所在的目录,..则表示目前目录位置的上一层目录。 语法 cd(选项) (参数) 选项 -p 如果要切换到的目标目录是转载 2017-09-11 13:59:40 · 301 阅读 · 0 评论 -
Ubuntu16.04 执行sudo apt-get update出现E: Sub-process returned an error code错误
Ubuntu 16.04出现:Problem executing scripts APT::Update::Post-Invoke-Success ‘if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi’Reading package原创 2017-11-03 09:16:38 · 6488 阅读 · 2 评论