はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『Michael Kerrisk - man7.org』

  • 人気
  • 新着
  • すべて
  • close_range(2) - Linux manual page

    3 users

    man7.org

    close_range(2) System Calls Manual close_range(2) NAME         topclose_range - close all file descriptors in a given range LIBRARY         topStandard C library (libc, -lc) SYNOPSIS         top#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <unistd.h> #include <linux/close_range.h> /* Definition of CLOSE_RANGE_* constants */ int close_range(unsigned int first, unsigned int last, int

    • テクノロジー
    • 2022/02/16 07:38
    • vsock(7) - Linux manual page

      3 users

      man7.org

      vsock(7) Miscellaneous Information Manual vsock(7) NAME         topvsock - Linux VSOCK address family SYNOPSIS         top#include <sys/socket.h> #include <linux/vm_sockets.h> stream_socket = socket(AF_VSOCK, SOCK_STREAM, 0); datagram_socket = socket(AF_VSOCK, SOCK_DGRAM, 0); DESCRIPTION         topThe VSOCK address family facilitates communication between virtual machines and the host they are ru

      • テクノロジー
      • 2018/11/07 21:56
      • lnstat(8) - Linux manual page

        4 users

        man7.org

        LNSTAT(8) System Manager's Manual LNSTAT(8) NAME         toplnstat - unified linux network statistics SYNOPSIS         toplnstat [options] DESCRIPTION         topThis manual page documents briefly the lnstat command. lnstat is a generalized and more feature-complete replacement for the old rtstat program. It is commonly used to periodically print a selection of statistical values exported by the k

        • テクノロジー
        • 2017/10/12 16:39
        • linux
        • あとで読む
        • random(7) - Linux manual page

          5 users

          man7.org

          random(7) Miscellaneous Information Manual random(7) NAME         toprandom - overview of interfaces for obtaining randomness DESCRIPTION         topThe kernel random-number generator relies on entropy gathered from device drivers and other sources of environmental noise to seed a cryptographically secure pseudorandom number generator (CSPRNG). It is designed for security, rather than speed. The f

          • テクノロジー
          • 2017/02/01 17:56
          • linux
          • プログラミング
          • あとで読む
          • namespaces(7) - Linux manual page

            3 users

            man7.org

            namespaces(7) Miscellaneous Information Manual namespaces(7) NAME         topnamespaces - overview of Linux namespaces DESCRIPTION         topA namespace wraps a global system resource in an abstraction that makes it appear to the processes within the namespace that they have their own isolated instance of the global resource. Changes to the global resource are visible to other processes that are

            • テクノロジー
            • 2016/10/29 16:43
            • Linux
            • syscall(2) - Linux manual page

              4 users

              man7.org

              syscall(2) System Calls Manual syscall(2) NAME         topsyscall - indirect system call LIBRARY         topStandard C library (libc, -lc) SYNOPSIS         top#include <sys/syscall.h> /* Definition of SYS_* constants */ #include <unistd.h> long syscall(long number, ...); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): syscall(): Since glibc 2.19: _DEFAULT_SOURCE Before glib

              • テクノロジー
              • 2016/03/31 10:48
              • Michael Kerrisk - man7.org

                3 users

                man7.org

                Michael Kerrisk man7.org Training courses The Linux Programming Interface Conference presentations The man-pages project Online manual pages Articles Blog About Contact and Impressum

                • 学び
                • 2016/03/24 01:01
                • capabilities(7) - Linux manual page

                  9 users

                  man7.org

                  Capabilities(7) Miscellaneous Information Manual Capabilities(7) NAME         topcapabilities - overview of Linux capabilities DESCRIPTION         topFor the purpose of performing permission checks, traditional UNIX implementations distinguish two categories of processes: privileged processes (whose effective user ID is 0, referred to as superuser or root), and unprivileged processes (whose effect

                  • テクノロジー
                  • 2015/05/24 00:37
                  • Linux
                  • tmux(1) - Linux manual page

                    4 users

                    man7.org

                    TMUX(1) General Commands Manual TMUX(1) NAME         toptmux — terminal multiplexer SYNOPSIS         toptmux [-2CDhlNuVv] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [-T features] [command [flags]] DESCRIPTION         toptmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a scree

                    • テクノロジー
                    • 2015/05/02 01:32
                    • ip-rule(8) - Linux manual page

                      3 users

                      man7.org

                      IP-RULE(8) Linux IP-RULE(8) NAME         topip-rule - routing policy database management SYNOPSIS         topip [ OPTIONS ] rule { COMMAND | help } ip rule [ show [ SELECTOR ]] ip rule { add | del } SELECTOR ACTION ip rule { flush | save | restore } SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ] [ iif STRING ] [ oif STRING ] [ priority PREFERENCE ] [ l3mdev

                      • テクノロジー
                      • 2015/01/22 11:28
                      • syscalls(2) - Linux manual page

                        9 users

                        man7.org

                        syscalls(2) System Calls Manual syscalls(2) NAME         topsyscalls - Linux system calls SYNOPSIS         topLinux system calls. DESCRIPTION         topThe system call is the fundamental interface between an application and the Linux kernel. System calls and library wrapper functions System calls are generally not invoked directly, but rather via wrapper functions in glibc (or perhaps some other

                        • テクノロジー
                        • 2014/07/21 22:31
                        • linux
                        • The Linux Programming Interface

                          3 users

                          man7.org

                          The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most comprehensive description of Linux and UNIX system programming available. Between 2004 and 2021, the author, Micha

                          • テクノロジー
                          • 2014/07/15 18:20
                          • hier(7) - Linux manual page

                            3 users

                            man7.org

                            hier(7) Miscellaneous Information Manual hier(7) NAME         tophier - description of the filesystem hierarchy DESCRIPTION         topA typical Linux system has, among others, the following directories: / This is the root directory. This is where the whole tree starts. /bin This directory contains executable programs which are needed in single user mode and to bring the system up or repair it. /b

                            • テクノロジー
                            • 2014/04/25 02:55
                            • vdso(7) - Linux manual page

                              5 users

                              man7.org

                              vDSO(7) Miscellaneous Information Manual vDSO(7) NAME         topvdso - overview of the virtual ELF dynamic shared object SYNOPSIS         top#include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT_SYSINFO_EHDR); DESCRIPTION         topThe "vDSO" (virtual dynamic shared object) is a small shared library that the kernel automatically maps into the address space of all user-space applications. A

                              • テクノロジー
                              • 2014/02/04 09:43
                              • kernel
                              • linux
                              • open(2) - Linux manual page

                                3 users

                                man7.org

                                open(2) System Calls Manual open(2) NAME         topopen, openat, creat - open and possibly create a file LIBRARY         topStandard C library (libc, -lc) SYNOPSIS         top#include <fcntl.h> int open(const char *path, int flags, ... /* mode_t mode */ ); int creat(const char *path, mode_t mode); int openat(int dirfd, const char *path, int flags, ... /* mode_t mode */ ); /* Documented separately

                                • テクノロジー
                                • 2013/12/04 11:03
                                • ptrace(2) - Linux manual page

                                  3 users

                                  man7.org

                                  ptrace(2) System Calls Manual ptrace(2) NAME         topptrace - process trace LIBRARY         topStandard C library (libc, -lc) SYNOPSIS         top#include <sys/ptrace.h> long ptrace(enum __ptrace_request op, pid_t pid, void *addr, void *data); DESCRIPTION         topThe ptrace() system call provides a means by which one process (the "tracer") may observe and control the execution of another pro

                                  • テクノロジー
                                  • 2013/09/02 10:35
                                  • Linux
                                  • programming
                                  • The Linux Programming Interface

                                    4 users

                                    man7.org

                                    The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most comprehensive description of Linux and UNIX system programming available. Between 2004 and 2021, the author, Micha

                                    • テクノロジー
                                    • 2013/08/11 16:51
                                    • development
                                    • linux
                                    • programming
                                    • book
                                    • Linux and glibc API changes

                                      3 users

                                      man7.org

                                      As The Linux Programming Interface went to press in August 2010, it was up to date with the then current versions of the Linux kernel (2.6.35), glibc (2.12), and the POSIX.1/Single UNIX Standard (POSIX.1-2008/SUSv4). Because the developers of both the Linux kernel and glibc are committed to maintaining ABI compatibility, virtually all of the details provided in TLPI should remain accurate in the f

                                      • テクノロジー
                                      • 2012/03/22 17:12
                                      • linux
                                      • あとで読む
                                      • Linux and glibc API changes

                                        5 users

                                        man7.org

                                        As The Linux Programming Interface went to press in August 2010, it was up to date with the then current versions of the Linux kernel (2.6.35), glibc (2.12), and the POSIX.1/Single UNIX Standard (POSIX.1-2008/SUSv4). Because the developers of both the Linux kernel and glibc are committed to maintaining ABI compatibility, virtually all of the details provided in TLPI should remain accurate in the f

                                        • テクノロジー
                                        • 2012/01/12 16:19
                                        • linux
                                        • proc(5) - Linux manual page

                                          6 users

                                          man7.org

                                          proc(5) File Formats Manual proc(5) NAME         topproc - process information, system information, and sysctl pseudo- filesystem DESCRIPTION         topThe proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures. It is commonly mounted at /proc. Typically, it is mounted automatically by the system, but it can also be mounted manually using a command such as: m

                                          • テクノロジー
                                          • 2011/11/06 03:53
                                          • kernel
                                          • linux
                                          • *あとで
                                          • Linux man pages online

                                            9 users

                                            man7.org

                                            The links from this page display HTML renderings of the man pages from the Linux man-pages project as well as a curated collection of pages from various other free software projects. List of all man pages: by section  | alphabetically  | by project Individual sections (page names only): 1, 2, 3, 4, 5, 6, 7, 8 Intro pages: intro(1), intro(2), intro(3), intro(4), intro(5), intro(6), intro(7), intro(

                                            • テクノロジー
                                            • 2008/03/24 09:09
                                            • linux

                                            このページはまだ
                                            ブックマークされていません

                                            このページを最初にブックマークしてみませんか?

                                            『Michael Kerrisk - man7.org』の新着エントリーを見る

                                            キーボードショートカット一覧

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

                                            • 総合
                                            • 一般
                                            • 世の中
                                            • 政治と経済
                                            • 暮らし
                                            • 学び
                                            • テクノロジー
                                            • エンタメ
                                            • アニメとゲーム
                                            • おもしろ
                                            • アプリ・拡張機能
                                            • 開発ブログ
                                            • ヘルプ
                                            • お問い合わせ
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について

                                            公式Twitter

                                            • 公式アカウント
                                            • ホットエントリー

                                            はてなのサービス

                                            • はてなブログ
                                            • はてなブログPro
                                            • 人力検索はてな
                                            • はてなブログ タグ
                                            • はてなニュース
                                            • ソレドコ
                                            • App Storeからダウンロード
                                            • Google Playで手に入れよう
                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                            設定を変更しましたx