Linux中提示cheese.e-calendar-factory 两个文件夹被杀死 程序错误1.cheese process /usr/bin/cheese was killed by signal 11(SIGSEGV) 程序错误2.process /usr/libexec/e-calendar-factory was killed by signal 11(SIGSEGV)…
1.linux 文件系统结构 / 根目录 root |--mnt/ | |--sdcard/ 挂载点 | |--usb0 | |--cdrom |--home | |--soft01 <- 用户主目录 User Home 2.绝对路径:/开始的路径 绝对路径是从目录开始的位置 相对路径:不是以/开始的路径 相当路径是相对与当前目录的路径位置 cd /etc cd Desktop cd /home/soft01/Desktop cd .. 改变当前工作目录到..(父目录) cd 改变…