Linuxでファイルを検索する:findとlocateの使い方
ファイルの検索は、オペレーティングシステムを問わずごく一般的なタスクです。Linuxの「find」と「locate」コマンドは、どちらもファイルシステムのファイルの検索に使用します。このガイドでは、これら2つのツールを使用して、個別にファイルのクエリを作成する方法を説明します。
ファイルの検索は、オペレーティングシステムを問わずごく一般的なタスクです。Linuxの「find」と「locate」コマンドは、どちらもファイルシステムのファイルの検索に使用します。このガイドでは、これら2つのツールを使用して、個別にファイルのクエリを作成する方法を説明します。
This tutorial shows you how to configure system services to automatically restart after a crash or a server reboot. We cover the three most common init systems in this tutorial: System V, Upstart, and systemd.
Learn how to download files using cURL from the command line. This guide covers syntax, authentication, HTTP/FTP downloads, headers, and resume tips.
Learning how to manage users effectively is an essential skill for any Linux system administrator. In this guide, you’ll learn to add and delete users and assign sudo privileges on a Debian 8 server.
Master the Linux reboot command with comprehensive examples. Learn safe rebooting practices, explore alternatives like shutdown and systemctl, and avoid common pitfalls in system administration.
This tutorial will provide users who are new to terminal environments with the basics of using a command-line interface, providing a primer for understanding how to use Linux cloud servers.
In this guide, we’ll talk about how bash, the Linux system, and your terminal come together to offer process and job control. In a previous guide, we discussed how…
Facing ssl_error_rx_record_too_long in Firefox, Chrome, or on Ubuntu? Learn what causes this SSL error and how to fix it across Apache, Nginx, and browser settings.
Learn how to set up SSH port forwarding using local, remote, and dynamic methods. Securely tunnel your network traffic with clear, step-by-step examples.
In this guide, we will discuss the basics of managing software packages with apt-get and apt-cache. The apt packaging tools provide a user-friendly interface to mange packages and their dependencies. A working knowledge of this tool is required to accomplish many tasks on an Ubuntu or Debian server.