摘要:
aa是用户名称,/soft代表soft文件夹,赋予所有文件夹及其子文件的读写权限,去掉soft就行了 su root chown -R aa /soft 阅读全文
posted @ 2023-11-26 22:09
klaycsu
阅读(267)
评论(0)
推荐(0)
摘要:
空格与tab makefile实际上是在一个文件中用两种完全不同的“语言”编写的。 recipe(运行编译器,echo等的命令)是用shell脚本语法编写的。 不在recipe中的其余makefile是用makefile语法编写的。 为了使make能够区分recipe和不是recipe的东西,它使用 阅读全文
posted @ 2023-11-26 21:14
klaycsu
阅读(400)
评论(0)
推荐(2)