Sponsored Content
Full Discussion: Hiding files in unix/linux
Top Forums UNIX for Advanced & Expert Users Hiding files in unix/linux Post 70377 by chuckuykendall on Thursday 28th of April 2005 09:36:52 AM
Old 04-28-2005
Perhaps you can use UNIX ACL's (Access Control List). I'm not sure if it's in any UNIX other than AIX or HP-UX, but others on this board may be able to help there. I normally wouldn't use ACL's, but for such a situation (where you want to hide files, or deny read access to files, for one user) it may be a good solution. ACL's are exception-bases permissions on files and directories that pre-empt normal permissions. On AIX, you can do a man on the commands acledit, aclget, and aclput. On HP-UX, you can do a man on the commands chacl, getacl, lsacl, and setacl.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

I/ps pls for migration of oraboot & orabackup files from Tru64 Unix to Linux 3.0

Hi, I have 2 Files - oraboot and orabackup, which are correct Files in Tru64 Environment and I am trying to check whether the Files are running properly in my current Linux 3.0. (basically trying to migrate them from Tru64 to Linux 3.0). The files are neither Shell nor Perl, and just have the... (1 Reply)
Discussion started by: marconi
1 Replies

2. Linux

I/ps pls for migration of oraboot & orabackup files from Tru64 Unix to Linux 3.0

Hi, I have 2 Files - oraboot and orabackup, which are correct Files in Tru64 Environment and I am trying to check whether the Files are running properly in my current Linux 3.0. (basically trying to migrate them from Tru64 to Linux 3.0). The files are neither Shell nor Perl, and just have the... (2 Replies)
Discussion started by: marconi
2 Replies

3. Shell Programming and Scripting

Regarding migration (from Tru64 Unix to Linux 3.0) of Files :- oraboot and orabackup

Hi, I have 2 Files - oraboot and orabackup, which are correct Files in Tru64 Environment and I am trying to check whether the Files are running properly in my current Linux 3.0. (basically trying to migrate them from Tru64 to Linux 3.0). The files are neither Shell nor Perl, and just have the... (1 Reply)
Discussion started by: marconi
1 Replies

4. UNIX for Dummies Questions & Answers

Uploading files from Mac to Unix/Linux via ssh

Ok. I am using the Terminal window to ssh into a unix server. I am not sure how to copy a file from my mac onto the unix server. What command do I enter and how do I type the file I want to upload Example. Say my file is named Test1.doc and it is on the usr/me/test/working/ directory and I want... (3 Replies)
Discussion started by: libertyforall
3 Replies

5. Shell Programming and Scripting

Stress testing php files at Unix/Linux Command line

Hi, Your great help is very appreciated. I am looking for any Unix command or tool for doing Stress/Load test of php files at command prompt. I tried torture.pl but it is not working after20 concurrent threads/users. as it is very urgent for me..please suggest ur ideas asap. thanks (5 Replies)
Discussion started by: Malleswari
5 Replies

6. Shell Programming and Scripting

Convert directory of text files to Unix/Linux Line Ending

I need help converting a directory of *.txt with Windows line ending to UTF-8 character encoding and Unix/Linux line ending. (9 Replies)
Discussion started by: chipperuga
9 Replies

7. Shell Programming and Scripting

Management application user rights on the files in a Unix / Linux

good evening .. I have a plea, who I can help me with a management application user rights on the files in a Unix / Linux I need for college .. .. and not told us no clue .. thank you (1 Reply)
Discussion started by: alex90
1 Replies

8. Shell Programming and Scripting

How to create zip/gz/tar files for if the files are older than particular days in UNIX or Linux?

I need a script file for backup (zip or tar or gz) of old log files in our unix server (causing the space problem). Could you please help me to create the zip or gz files for each log files in current directory and sub-directories also? I found one command which is to create gz file for the... (4 Replies)
Discussion started by: Mallikgm
4 Replies

9. Shell Programming and Scripting

Password hiding in UNIX

Hi guys, I use STTY command to make the password invisible. Now I need to write the password into another file pwd.txt, but in an invisible manner, something like ******. Another thing is to when I echo the content of pwd.txt I get the password I actually typed. Thanks guys. Help me out. (5 Replies)
Discussion started by: mohanalakshmi
5 Replies

10. Programming

Hiding commnd line arguments in ps command on Linux

Hi Unix lovers, I am trying to seek an explanation for a simple looking code - why it works? I found below program which hide command line argument in ps command. #include <string.h> int main(int argc, char **argv) { // process command line arguments.... // hide command... (4 Replies)
Discussion started by: shriashishpatil
4 Replies
setacl(1)						      General Commands Manual							 setacl(1)

NAME
setacl - modify access control lists (ACLs) for files (JFS File Systems only) SYNOPSIS
acl_entries file... acl_entries acl_entries]... file... acl_file file... DESCRIPTION
For each file specified, will either replace its entire ACL, including the default ACL on a directory, or it will add, modify, or delete one or more ACL entries, including default entries on directories. The option will set the ACL to the entries specified on the command line. The option will set the ACL to the entries contained within the file acl_file. The option will delete one or more specified entries from the file's ACL. The option will add or modify one or more speci- fied ACL entries. One of the options or must be specified. If or are specified, other options are invalid. The and options may be combined, and multiple and options may be specified. For the and options, acl_entries are one or more comma separated ACL entries selected from the following list. For the option, acl_file must contain ACL entries, one to a line, selected from the same list. Default entries may only be specified for directories. indicates that characters must be typed as specified, brackets denote optional characters, and italicized characters are to be specified by the user. Choices, of which exactly one must be selected, are separated by vertical bars. operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm operm|perm For the option, acl_entries are one or more comma separated ACL entries without permissions, selected from the following list. Note that the entries for file owner, owning group, and others may not be deleted. uid gid uid gid In the above lists, the user specifies the following: perm is a permissions string composed of the characters (read), (write), and (execute), each of which may appear at most one time, in any order. The character may be specified as a placeholder. operm is the octal representation of the above permissions, with 7 representing all permissions, or and 0 representing no permissions, or uid is a login name or user ID. gid is a group name or group ID. The options have the following meanings: Normally, recalculates the group class entry so as to ensure that permissions granted in the additional ACL entries will actually be granted, and the value specified in the entry is ignored. If the option is specified, the recalculation is not performed, and the value specified in the entry is used. Set a file's ACL. All old ACL entries are removed, and replaced with the newly specified ACL. There must be exactly one entry specified for the owner of the file, exactly one entry specified for the owning group of the file, and exactly one entry specified. If the option is not specified there must also be exactly one entry specified. There may be additional ACL entries and additional ACL entries specified, but there may not be duplicate additional ACL entries with the same uid, or duplicate additional ACL entries with the same gid. If the file is a directory, default ACL entries may be specified. There may be at most one entry for the owner of the file, at most one entry for the owning group of the file, at most one entry for the file group class, and at most one entry for other users. There may be additional entries and additional entries specified, but there may not be duplicate additional entries with the same uid, or duplicate additional entries with the same gid. never recalculates the entry, regardless of whether or not the option was specified. An entry with no permissions will result in the specified uid or gid being denied access to the file. The entries need not be in order. They will be sorted by the command before being applied to the file. Add one or more new ACL entries to the file, and/or change one or more existing ACL entries on the file. If an entry already exists for a specified uid or gid, the specified permissions will replace the current permissions. If an entry does not exist for the specified uid or gid, an entry will be created. Delete one or more existing ACL entries from the file. The entries for the file owner, the owning group, and others may not be deleted from the ACL. Note that deleting an entry does not necessarily have the same effect as removing all permissions from the entry. Specifically, delet- ing an entry for a specific user would cause that user's permissions to be determined by the entry (or the owning entry, if the user is in that group). Set a file's ACL with the ACL entries contained in the file named acl_file. The same constraints on specified entries hold as with the option. The entries are not required to be in any specific order in the file specified as acl_file. The character in acl_file may be used to indicate a comment. All characters, starting with the until the end of the line, will be ignored. Note that if the acl_file has been created as the output of the command, any effective permissions, which will have been written with a preceding will also be ignored. When the command is used, it may result in changes to the file permission bits. When the ACL entry for the file owner is changed, the file owner permission bits will be modified. When the ACL entry is changed, the file other permission bits will be modified. When additional ACL entries and/or any ACL entries are set or modified, the file group permission bits will be modified to reflect the maximum permissions allowed by the additional user entries and all the group entries. If an ACL contains no additional or additional entries, the permissions in the entry for the object owning group and the entry must be the same. Therefore, if the option is specified and results in no additional entries and no additional entries, the entry permissions will be set equal to the permissions of the owning group entry. This happens regardless of whether or not the option was specified. A directory may contain ACL entries. If a file is created in a directory which contains ACL entries, the entries will be added to the newly created file. Note that the default permissions specified for the file owner, file owning group, and others, will be constrained by the umask and the mode specified in the file creation call. If an ACL contains no additional or additional entries and a entry is specified for the object owning group, then a entry must also be specified, and the permissions in the entry for the object owning group and the permissions for the entry must be the same. This command may be executed on a file system that does not support ACLs, to set the permissions for the three base entries for the file owner, file owning group, and others. Additional entries and entries will not be allowed in this case. EXAMPLES
To add one ACL entry to file giving user read permission only, type: If an entry for user already exists, this command will set the permissions in that entry to To replace the entire ACL for file adding entries for users and allowing read/write access, an entry for the file owner allowing all access, an entry for the file group allowing read access only, and an entry for others disallowing all access, type: Note that following this command, the file permission bits would be set to Even though the file owning group has only read permission, the maximum permissions available to all additional ACL entries, and all ACL entries, are read and write, since the two additional entries both specify these permissions. To set the same ACL on file as in the above example, using the option, type: with file edited to contain: Because the option was not specified, no entry was needed. If a entry had been present it would have been ignored. FILES
user IDs group IDs SEE ALSO
acl(2), aclsort(3C), chmod(1), getacl(1), ls(1). setacl(1)
All times are GMT -4. The time now is 11:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy