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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
임 현아
FOSS-lab
Commits
39aaba11
Commit
39aaba11
authored
3 years ago
by
임 현아
Browse files
Options
Downloads
Patches
Plain Diff
Update linux
parent
a551829a
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
+9
-2
9 additions, 2 deletions
linux
with
9 additions
and
2 deletions
linux
+
9
−
2
View file @
39aaba11
...
@@ -5,12 +5,19 @@
...
@@ -5,12 +5,19 @@
2. ls-la (ls -al) : 현재 위치한 디렉토리의 모든 파일들을 보여준다.
2. ls-la (ls -al) : 현재 위치한 디렉토리의 모든 파일들을 보여준다.
3. mkdir : (make directory) 디렉토리를 생성한다.
3. mkdir : (make directory) 디렉토리를 생성한다.
4. man + "command 이름" : command에 대한 manual을 보여준다.
4. man + "command 이름" : command에 대한 manual을 보여준다.
5.
5. history : 이전까지 입력한 모든 명령어 내역을 보여준다.
6. cp + "복사할 파일 이름" + "새로 생성할 파일 이름" : 파일 복사하기
7. vi : vi 에디터 실행 -> 파일 수정/작성 ..
8. logout : 말그대로 로그 아웃. 두번 하면 git bash 창도 닫힌다.
9. cc : complie
10. cat + "파일 이름" : 파일 보기
11. mv + "파일 이름" + "디렉토리 이름" : 파일의 위치를 이동
## Soft/Hard Link
## Soft/Hard Link
##Soft Link
##Soft Link
명령어 : ln -s + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름"
###Hard Link
###Hard Link
명령어 : ln + "링크 연결할 파일 이름" + "링크를 불러올 새로운 파일 이름"
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