🚀返回专栏总目录 文章目录 一、VFS二、分区结构三、挂载 mount四、目录结构沉淀、分享、成长,让自己和他人都能有所收获!😄 📢本篇我们从目录管理入手,会更直观的理解 linux 的目录结构。
一、VFS Linux 所有的文件都建立在虚拟文件系统(Virtual File System ,VFS…
2023每日刷题(二十六)
Leetcode—2469.温度转换 实现代码
/*** Note: The returned array must be malloced, assume caller calls free().*/
double* convertTemperature(double celsius, int* returnSize) {double* ans (double *)malloc(sizeof(do…