240 发简信
IP属地:广东
  • Linux_入门

    http://c.biancheng.net/view/841.html

  • Linux-如何将用户的ID输出为对应的字符串(--文件元数据)

    getpwuid(3) #include #include struct passwd *getpwuid(uid_t uid); 功能: 参数...

  • Linux系统目录结构

    https://www.runoob.com/linux/linux-system-contents.html

  • Linux学习之如何让普通用户获得ROOT权限

    https://blog.csdn.net/qq_41940950/article/details/81044594 新建用户时使用sudo p...

  • Linux-ln命令

    Linux ln命令是一个非常重要命令,它的功能是为某一个文件在另外一个位置建立一个同步的链接。 当我们需要在不同的目录,用到相同的文件时,我们...

  • Linux-文件元数据

    获取文件的元数据(使用系统调用函数):stat(2) #include #include #include int stat(const cha...

  • Linux系统调用文件的读写(位置操作)

    获取文件的读写位置::ftell(3)//这一函数为库函数 操作文件的读写位置:lseek(2) #include #include off_t...

  • Linux-od命令详解

    https://www.cnblogs.com/hdk1993/p/4395574.html(复制过来格式有点乱,格式见原文) Linux之od...

  • Resize,w 360,h 240
    brk() , sbrk() (转自CSDN)

    原文链接:https://blog.csdn.net/heybeaman/article/details/80348582 brk() , sb...