Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » Homework HelpRSS Feeds

Change a permission of a file

Posted By: Adalfredo Fischer     Category: Unix / Linux / Ubuntu     Views: 1904

Change a permission of a file.

Code for Change a permission of a file in Unix / Linux / Ubuntu

$ ls -l Abc
-rw-r--r--    1 mca258   502            17 Sep 13 17:10 Abc
$ chmod +x Abc
$ ls -l Abc
-rwxr-xr-x    1 mca258   502            17 Sep 13 17:10 Abc
  
Share: 


Didn't find what you were looking for? Find more on Change a permission of a file Or get search suggestion and latest updates.

Adalfredo Fischer
Adalfredo Fischer author of Change a permission of a file is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!