- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 644 mode? (y/n)
Operating System - HP-UX
1821809
Members
3352
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2003 01:30 PM
тАО03-09-2003 01:30 PM
644 mode? (y/n)
Hi,
$ ll 123*
-rw-r--r-- 1 oracle dba 0 Mar 10 05:22 123.123
$ umask
077
$ rm 123.123
123.123: 644 mode ? (y/n) y
Why does it shoot me with this question?
$ ll 123*
-rw-r--r-- 1 oracle dba 0 Mar 10 05:22 123.123
$ umask
077
$ rm 123.123
123.123: 644 mode ? (y/n) y
Why does it shoot me with this question?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2003 01:34 PM
тАО03-09-2003 01:34 PM
Re: 644 mode? (y/n)
This usually will happen if you don't have the appropriate permissions to delete files regardless of your umask value. 'umask' is used for file creation.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2003 01:51 PM
тАО03-09-2003 01:51 PM
Re: 644 mode? (y/n)
The ability to read, write or execute a file is controlled by the permissions of the file itself. The ability to remove (or move) a file has nothing to do with the file's permissions. Instead, the existence of a file completely depends on the directory permissions, including the sticky bit. So a file could be 777 permissions but if it resides in a directory with 755 permissions, you can't delete the file unless you have write privileges in the directory. If the directory is 1777, the sticky bit prevents non-owners from removing anything even though everyone has write permission.
umask only affects the creation permissions and does not affect the ability to remove a file or directory.
Bill Hassell, sysadmin
umask only affects the creation permissions and does not affect the ability to remove a file or directory.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP