File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- linux basic commands
1
+ # linux basic commands
2
2
3
- direcotry operation
3
+ ## direcotry operation
4
4
5
- pwd -- displays prsent working direcotry
6
- mkdir testdir --- create a directory
7
- cd testdir -- change direcotry
8
- ls -- list contents of current directory
9
- ls -l -- list contents of current dirctory with detailed output
10
- ll -- list contents of current directory with detailed output
11
- cd .. -- to come out of a directory
12
- rm -r testdir -- to remove a directory
5
+ ` pwd -- displays prsent working direcotry `
6
+ ` mkdir testdir --- create a directory `
7
+ ` cd testdir -- change direcotry `
8
+ ` ls -- list contents of current directory `
9
+ ` ls -l -- list contents of current dirctory with detailed output `
10
+ ` ll -- list contents of current directory with detailed output `
11
+ ` cd .. -- to come out of a directory `
12
+ ` rm -r testdir -- to remove a directory `
13
13
14
14
15
15
file operations
You can’t perform that action at this time.
0 commit comments