Skip to content

Commit

Permalink
[Linux] The Linux Handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ac2dia committed Aug 7, 2022
1 parent cdacf06 commit 687916a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions Linux/# [Linux] The Linux Handbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# [Linux] The Linux Handbook

## 1. Introduction to Linux

- Linux = Operating System 중 하나
- most popular Open Source and Free

## 30. du

- du
- calculate the size of a directory as a whole

## 31. df

- df
- used to get disk usage information

## 38. jobs

- background usgin the & symbol
- get the background process jobs

## 43. nohup

- nohup
- to let the process continue working event after you log out

## 44. xargs

- xargs
- to convert input from standard input into arguments to a command

## 54. traceroute

- steps that your packets go through

# Reference

[1] The Linux Handbook, https://thevalleyofcode.com/linux/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The JavaScript Handbook
# [JavaScript] The JavaScript Handbook

## 7. Variables

Expand Down

0 comments on commit 687916a

Please sign in to comment.