Skip to content

🍰 Linux命令行与shell脚本编程、Linux C库函数及系统调用编程、Linux内核分析即应用、Debian(Ubuntu、Deepin)操作系统爬坑

fmw666/Linux

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

「 Linux 」

💡 Linux 操作系统指导手册

话说你们的虚拟机出毛病可以 win+R -> msconfig -> 服务 -> 隐藏所有 Microsoft 服务 -> 全部禁用 -> 确定 -> 重启 -> 管理员模式打开 cmd -> netsh winsock reset -> win+R -> msconfig -> 服务 -> 隐藏所有 Microsoft 服务 -> 全部启用 -> 确定 -> 重启

📚 目录导航

  1. Shell 基础

  2. Linux 命令及常用命令

  3. Vim 的基本操作

  4. Shell 编程

  5. Linux C 程序设计

  6. 文件处理

  7. 基于 POSIX 的目录管理

  8. 内存管理

  9. 进程与进程管理

  10. 进程间通信

  11. 线程

Linux 说明

「 简介 」

  • 起源:Linus Torvalds,芬兰赫尔辛基大学学生

  • 可在 GNU 公共许可 权限下免费获得。

  • 符合 POSIX 标准 的操作系统。

「 Linux 版本 」

「 Linux 特点 」

  • 自由软件

    • Linux 作为开放源码的自由软件的代表。
  • 完全兼容 POSIX 1.0 标准

    • POSIX 可移植操作系统接口。

    • 用户可以在 Linux 下通过相应的模拟器运行常见的 DOS、Windows 程序。

  • 多用户、多任务操作系统

    • 系统资源可以被不同用户各自拥有,互不影响。

    • 计算机同时执行多个程序,且运行相互独立。

  • 良好的用户界面

    • 用户界面:命令行界面(shell)、图形界面。

    • 系统调用。

  • 支持多种文件系统

    • 例如:EXT2 EXT3 NFS NTFS VFAT
  • 丰富的网络功能

    • 例如:TFTP、BOOTP 等网络服务。
  • 可靠的系统安全

  • 设备独立性

  • 良好的可移植性

    • 支持多种体系结构:X86、ARM、MIPS 等。

- End -

About

🍰 Linux命令行与shell脚本编程、Linux C库函数及系统调用编程、Linux内核分析即应用、Debian(Ubuntu、Deepin)操作系统爬坑

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published