The Wayback Machine - https://web.archive.org/web/20201017111602/https://github.com/topics/operating-system
Skip to content
#

Operating system

An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.

Here are 2,230 public repositories matching this topic...

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Oct 12, 2020
  • C++
dazhitchman
dazhitchman commented Oct 15, 2020

The OSProcess fails to get the name of the running process if the running user doesn't have permission to the /proc/{pid}/cmdline
e.g. this process ( as reported by ps -ef )
root 6 2 0 Oct14 ? 00:00:00 [kworker/0:0H-kblockd]
returns en empty string for the name of the process
(LinusOSProcess.java:337) --> this.name = status.getOrDefault("Name", "");

The name is a

Wikipedia
Wikipedia
You can’t perform that action at this time.