Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d2369c9

Browse files
added Permissions commands
1 parent f0fb74b commit d2369c9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

‎readme.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,24 @@ Shell => All the commands are fire on shell. The shell is working because it is
5454
- `` history`` => It gives the history of previously used commands
5555
- ``history > file_name.txt`` => It redirect the history of commands into the file.
5656
- `` cat file_name `` => It is allow us to read the file.
57-
- ``head`` or ``tail`` => It is also allow us to read the file but only heading part (head) and footing part(tail)
57+
- ``head`` or ``tail`` => It is also allow us to read the file but only heading part (head) and footing part(tail)
58+
59+
60+
#### Permissions
61+
*Linux was designed to allow many users to access single system at the same time. Also fies need to be protected from each other.*
62+
- PERMISSION => Basically there are three types of permission in Linux.
63+
- Read
64+
- Write
65+
- Execute
66+
67+
* How to read Permissions ?
68+
* drwxr-xr-x 10 admin staff 320 28 jul 23:04 admin
69+
* **d** First word represent the which kind of file it is.(File[-], Directory[d])
70+
* **rwx** Represent the creator permission like root,admin.
71+
* **r-x** Represent the Groups permissions
72+
* **r-x** Represent the User permissions.
73+
* Number of the permissions:
74+
* x = 4
75+
* w = 2
76+
* r = 1
77+
- ````

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /