Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-26-2007, 03:45 AM
|
#1
|
Member
Registered: Dec 2005
Posts: 43
Rep:
|
File permission
Hi,
The default permission for a file is 644(rw-r--r--) with umask value 022 .
But How to create a "file" with default permissions 777(rwxrwxrwx) similar to Directories.
Please help me in this regards.
Thanks in advance,
Ali
|
|
|
03-26-2007, 03:50 AM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
You can use the chmod command to change the permissions on a file. You can alter your umask MODE in your ~/.profile script but I wouldn't recommend that particular value. Also, an 'x' permission bit on a file is different than on directories. 'x' on files mark them as executable. 'x' on directories mean that you can enter them.
|
|
|
03-26-2007, 04:41 AM
|
#3
|
Member
Registered: Dec 2005
Posts: 43
Original Poster
Rep:
|
Hi All,
Without using the chmod command ,How we can create a file having 777 permission by default. It means while creating a file, permissions should be 777(rwxrwxrwx) rather than 644(rw-r--r-- of umask=022).
With umask=000 in /etc/bashrc, I am able to create a file with 666 permissions by default. But How I can get 777 permission by default for a file.
Please help me in this critical issue.
Thanks and Regards,
Ali
|
|
|
03-26-2007, 05:34 AM
|
#4
|
Member
Registered: Sep 2004
Location: India
Distribution: Kubuntu, Archlinux, Suse, Gentoo, Mandrake
Posts: 371
Rep:
|
|
|
|
All times are GMT -5. The time now is 05:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|