Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
foss-lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
김영찬
foss-lab
Commits
fadf5f1e
Commit
fadf5f1e
authored
3 years ago
by
김영찬
Browse files
Options
Downloads
Patches
Plain Diff
Update linux.md
parent
13ff2130
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux.md
+16
-16
16 additions, 16 deletions
linux.md
with
16 additions
and
16 deletions
linux.md
+
16
−
16
View file @
fadf5f1e
...
...
@@ -4,33 +4,33 @@
1.
cat - concatenate files and print on the standard output
#
1. more - 파일을 한 페이지씩 보는 명령
1.
more - 파일을 한 페이지씩 보는 명령
#
그 외 배웠던 것 : cd, pwd, mkdir, rmdir
그 외 배웠던 것 : cd, pwd, mkdir, rmdir
#
1. date - 지금 시간을 알려주는 명령어(한국 서울시 표준)
1.
date - 지금 시간을 알려주는 명령어(한국 서울시 표준)
#
1. man(manual) - 명령어에 대한 정보를 알려줌
1.
man(manual) - 명령어에 대한 정보를 알려줌
#
1. 파일명 앞에 .을 붙이면 숨겨진 파일이거나 생성
#
-l 상세하게 표현
#
-a 숨겨진 파일까지 보여줌
1.
파일명 앞에 .을 붙이면 숨겨진 파일이거나 생성
-l 상세하게 표현
-a 숨겨진 파일까지 보여줌
#
1. biff 터미널을 사용중에 e-mail이 오면 소리를 울림
1.
biff 터미널을 사용중에 e-mail이 오면 소리를 울림
#
1. ~ 백업 파일들을 알려줌
1.
~ 백업 파일들을 알려줌
#
1. -h 사람이 읽기 쉬운 단위로 표현해줌
1.
-h 사람이 읽기 쉬운 단위로 표현해줌
#
1. whoami - print effective userid
1.
whoami - print effective userid
#
1. ln(link) - 연결된 파일을 생성
1.
ln(link) - 연결된 파일을 생성
#
1) hard link 2) soft link(symbolic link) -s로 생성
1) hard link 2) soft link(symbolic link) -s로 생성
#
1. inode 이름도 아닌 숫자도 관리된다.
1.
inode 이름도 아닌 숫자도 관리된다.
#
1. home directory는 /etc/passwd에 지정되어 있음.
1.
home directory는 /etc/passwd에 지정되어 있음.
#
1. ps - 내가 사용하고 있는 프로세스를 띄움
1.
ps - 내가 사용하고 있는 프로세스를 띄움
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment