From 779f0484d8065cdf6a502faedb26676c5c980808 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=B9=80=EC=98=81=EC=B0=AC?= <ych601@ajou.ac.kr>
Date: Sat, 19 Mar 2022 10:56:49 +0000
Subject: [PATCH] Update linux.md

---
 linux.md | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

diff --git a/linux.md b/linux.md
index dcc8876..5f07824 100644
--- a/linux.md
+++ b/linux.md
@@ -1 +1,36 @@
-1. 
+## linux command
+
+### 파일, 디렉토리 관련 명령어(리눅스 명령어에는 규칙이 없다. )
+
+# 1. cat - concatenate files and print on the standard output
+
+# 1. more - 파일을 한 페이지씩 보는 명령
+
+# 그 외 배웠던 것 : cd, pwd, mkdir, rmdir
+
+# 1. date - 지금 시간을 알려주는 명령어(한국 서울시 표준)
+
+# 1. man(manual) - 명령어에 대한 정보를 알려줌
+
+# 1. 파일명 앞에 .을 붙이면 숨겨진 파일이거나 생성
+# -l 상세하게 표현
+# -a 숨겨진 파일까지 보여줌
+
+# 1. biff 터미널을 사용중에 e-mail이 오면 소리를 울림
+
+# 1. ~ 백업 파일들을 알려줌
+
+# 1. -h 사람이 읽기 쉬운 단위로 표현해줌
+
+# 1. whoami - print effective userid
+
+# 1. ln(link) - 연결된 파일을 생성
+
+# 1) hard link 2) soft link(symbolic link) -s로 생성
+
+# 1. inode 이름도 아닌 숫자도 관리된다.
+
+# 1. home directory는 /etc/passwd에 지정되어 있음.
+
+# 1. ps - 내가 사용하고 있는 프로세스를 띄움
+
-- 
GitLab