Sponsored Content
Top Forums Shell Programming and Scripting get file permission in 777 format Post 302557806 by rishav on Thursday 22nd of September 2011 06:47:27 AM
Old 09-22-2011
Hi,
I just want to print file permission in 777 format...

---------- Post updated at 04:17 PM ---------- Previous update was at 04:15 PM ----------

Quote:
Originally Posted by danmero
You can use stat to get file info
On Linux I use
Code:
# stat -c "%a" file
644

Read man stat for your OS.
Thanks danmero, i want something like this only....
but on my system stat command is not working.. i am on solaris..,
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Convert UTF8 Format file to ANSI format

:) Hi i am trying to convert a file which is in UTF8 format to ANSI format i tried to use the function ICONV but it is throwing error Function i used it as $ iconv -f UTF8 -t ANSI filename Error iam getting is NOT Supported UTF8 to ANSI please some help me out on this.........Let me... (1 Reply)
Discussion started by: rajreddy
1 Replies

2. UNIX for Dummies Questions & Answers

Convert UTF8 Format file to ANSI format

:confused: Hi i am trying to convert a file which is in UTF8 format to ANSI format i tried to use the function ICONV but it is throwing error Function i used it as $ iconv -f UTF8 -t ANSI filename Error iam getting is NOT Supported UTF8 to ANSI please some help me out on... (9 Replies)
Discussion started by: rajreddy
9 Replies

3. UNIX for Dummies Questions & Answers

To convert multi format file to a readable ascii format

Hi I have a file which has ascii , binary, binary decimal coded,decimal & hexadecimal data with lot of special characters (like öƒ.ƒ.„İİ¡Š·œƒ.„İİ¡Š· ) in it. I want to standardize the file into ASCII format & later use that as source . Can any one suggest a way a logic to convert such... (5 Replies)
Discussion started by: gaur.deepti
5 Replies

4. Cybersecurity

can another user 777 and existing 777 dirctory?

User usrA creates dirA directory and runs chmod 777 on the directory. Can usrB issue another 777 on dirA? It appears the answer is no even if the usrA and usrB are part of the same group. I know this is a rare scenario but I just ran across it and found out that usrB receives an error when... (4 Replies)
Discussion started by: zlek131
4 Replies

5. Solaris

/usr/bin has been changed with 777 permission

Hello Guruz, Relay bad condition :mad: Some has changed the permission to 777 recursively for /usr/bin directory by mistake. Now all the permission looks to be 777 on /usr/bin Hence I am so many system related errors as 1 show below. When I am trying to change the password, I am getting... (5 Replies)
Discussion started by: bullz26
5 Replies

6. Shell Programming and Scripting

set permission on file to 777

Here is the sample code I'm trying to execute. I see that the permission on the file is set to 755 always I want to change it to 777. Please help me with this. code : #!/usr/bin/perl use File::Path qw(make_path remove_tree); my $path = "2010/sam"; make_path($path,{mode=>0777}); ... (1 Reply)
Discussion started by: hansini
1 Replies

7. UNIX for Dummies Questions & Answers

Only allowing chmod 777 for file upload folder

Hey everyone. I have 2 different linux servers (each one is through a different web hosting company). On both servers I have the exact same PHP file upload script that allows users to upload a file or image to the server (everything on both servers is identical). On server #1 the "attachments"... (5 Replies)
Discussion started by: Mr.Canuck
5 Replies

8. Shell Programming and Scripting

Converting windows format file to unix format using script

Hi, I am having couple of files which i used to copy from windows to Linux, so now in case of text files (CTRL^M) appears at end of line. I know i can convert this windows format file to unix format file by running dos2unix. My requirement here is that i want to do it automatically using a... (5 Replies)
Discussion started by: sarbjit
5 Replies

9. UNIX for Dummies Questions & Answers

How to create a file with 777 permission.?

Hi Guys, I want to know is there any method to create a file having 777 permission. I am aware of umask, since it is only giving max. 666 permission for files this is not fulfilling my needs. Thanks in advance ---------- Post updated at 12:49 AM ---------- Previous update was at 12:31... (10 Replies)
Discussion started by: sanoop
10 Replies

10. UNIX for Dummies Questions & Answers

FILESYSTEM not FULL, PERMISSION is 777, but cant write to the server

ANy reasons? FILESYSTEM not FULL, PERMISSION is 777, but cant write to the filesystem? any steps to do? reasons for this? (9 Replies)
Discussion started by: kenshinhimura
9 Replies
Command(4)						     Kernel Interfaces Manual							Command(4)

NAME
Command - Contains file transfer directions for the uucico daemon SYNOPSIS
/usr/spool/uucp/LocalSystemName/C.SystemNamexxxx### DESCRIPTION
Command (C.*) files contain the directions that the uucp uucico daemon follows when transferring files. The full pathname of a command file is a form of the following: /usr/spool/uucp/SystemName/C.SystemNameNxxxx /C.SystemName indicates the name of the remote system. N represents the grade of the work, and xxxx is the 4-digit hexadecimal transfer- sequence number; for example, C.merlinCE01F. The grade of the work specifies when the file is to be transmitted during a particular connection. The grade notation has the following characteristics: It is a single number (0 to 9) or letter (A to Z, a to z). Lower sequence characters cause the file to be transmitted earlier in the connection than do higher sequence characters. The number 0 (zero) is the highest grade, signifying the earliest transmit- tal; z is the lowest grade, signifying the latest transmittal. The default grade is N. A command file consists of a single line that includes the following kinds of information in the following order: An S (send) or R (receive) notation. Note that a send command file is created by the uucp or uuto commands; a receive command file is created by the uux command. The full pathname of the source file being transferred. A receive command file does not include this entry. The full pathname of the destination file, or a pathname preceded by ~user (tilde user), where user is a login name on the specified system. Here, the tilde is shorthand for the name of the user's home directory. The sender's login name. A list of the options, if any, included with the uucp, uuto, or uux command. The name of the data file associated with the command file in the spooling directory. This field must contain an entry. If one of the data-transfer commands (such as the uucp command with the default -c flag) does not create a data file, the uucp pro- gram instead creates a placeholder with the name D.0 for send files, or dummy for receive files. The source file permissions code, speci- fied as a 3-digit octal number (for example, 777). The login name of the user on the remote system who is to be notified when the transfer is complete. EXAMPLES
Examples of send command and receive command files follow. Examples of Two Send Command Files The send command file /usr/spool/uucp/venus/C.heraN1133, created with the uucp command, contains the following fields: S /u/betp/f1 /usr/spool/uucppublic/f2 betp .nL -dC D.herale3655 777 jmp The fields are as follows: The S keyword denotes that the uucp command is sending the file. The full pathname of the source file is /u/betp/f1. The full pathname of the destination is /usr/spool/uucppublic/f2, where /usr/spool/uucp- public is the name of the uucp public spooling directory on the remote computer and f2 is the new name of the file. Note that when the user's login ID is uucp, the destination name may be abbreviated as ~ uucp/f2. Here, the ~ (tilde) is a short- hand way of designating the public directory. The person sending the file is betp. The sender entered the uucp command with the -C flag, specifying that the uucp command program should transfer the file to the local spooling directory and create a data file for it. (The -d flag, which specifies that the command should create any intermediate directories needed to copy the source file to the destination, is the default.) The name of the Data (D.*) file is D.herale3655, which the uucp command assigns. The octal permis- sions code is 777. On system hera, jmp is the login name of the user who is to be notified of the file arrival. The /usr/spool/uucp/hera/C.zeusN3130 send command file, produced by the uuto command, is as follows: S /u/betp/out ~/receive/msg/zeus betp .nL -dcn D.0 777[4~ msg The S denotes that the /u/betp/out source file was sent to the receive/msg subdirectory in the public spooling directory on system zeus by user betp. The uuto command used the default flags -d (create directories), -c (transfer directly, no spooling directory or data file), and -n (notify recipient). Note that the uuto command creates the receive/msg directory if it does not already exist. The D.0 notation is a placeholder, 777 is the permissions code, and msg is the recipient. Example of a Receive Command File The format of a receive command file is somewhat different from that of a send command file. When files required to run a specified com- mand on a remote system are not present on that system, the uux command creates a receive command file. For example, the following command produces the /usr/spool/uucp/zeus/C.heraR1e94 receive command file: uux - "diff /u/betp/out hera!/u/betp/out2 > ~uucp/DF" Note that the command in this example invokes the uux command to run a diff command on the local system, comparing file /u/betp/out with file /u/betp/out2, which is stored on remote system hera. The output of the comparison is placed in file DF in the public directory on the local system. The actual receive command file looks like this: R /u/betp/out2 D.hera1e954fd betp - dummy 0666 betp The R denotes a receive file. The uucico daemon, called by the uux command, gets the /u/betp/out2 file from system hera, and places it in a data file called D.hera1e954fd for the transfer. Once the files are transferred, the uuxqt daemon executes the command on the specified system. User betp issued the uux command with the - (dash) flag, which makes the standard input to the uux command the standard input to the actual command string. No data file was created in the local spooling directory, so the uucp program uses dummy as a placeholder. The permissions code is 666 (the uucp program prefixes the 3-digit octal code with a 0 [zero]), and user betp is to be notified when the command finishes executing. FILES
Describes access permissions for remote systems Describes accessible remote systems Contains uucp command, data, and execute files Contain data to be transferred Contains transferred files RELATED INFORMATION
Commands: uucp(1), uupick(1), uuto(1), uux(1), uuxqt(1), uudemon(4), cron(8), uucico(8), uusched(8) delim off Command(4)
All times are GMT -4. The time now is 10:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy