Sponsored Content
Operating Systems Linux Red Hat Inode number changes for a file in Redhat Linux Post 302514956 by Corona688 on Monday 18th of April 2011 02:35:59 PM
Old 04-18-2011
To do that it must be editing a temp copy and replacing the original file like mv copy original

You could edit a copy, then cat copy > original to update the original without changing its inode.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Directory Inode Number Not Unique

Hi, I know that inode for each file is unique, but is it the for the directory? So far I found different directories has the same inode nubmer when you do ls -i, could some one explain why? Thanks a lot. (9 Replies)
Discussion started by: nj302
9 Replies

2. Filesystems, Disks and Memory

Inode number

as kernel keeps track of user activities on a file by its INODE number and I node table . what is the structure of Inode table. and where does this Inode table mapped into?user space or kernel space? is the Inode Number is fixed for a file till its deletion? thanks (1 Reply)
Discussion started by: compbug
1 Replies

3. UNIX for Advanced & Expert Users

how to find out pathname from inode number

Hi all when I execute pmap command on one of my daemon process, I am able to see the following output. Address Kbytes RSS Anon Locked Mode Mapped File 00010000 40 40 - - r-x-- irs026bmd 00028000 56 56 16 - rwx-- irs026bmd 00036000... (3 Replies)
Discussion started by: axes
3 Replies

4. UNIX for Dummies Questions & Answers

Number of Inode on a disk

How we can know number of inode present in my Disk including free and occupied. Is there any tool or program to know how much free inode are there in inode free list . (2 Replies)
Discussion started by: mr_deb
2 Replies

5. Filesystems, Disks and Memory

Recreating a deleted hardlink to a file if I know the inode number

At risk of twisting the rules to nearly the point of breaking (if you think this goes too far mods, I apologise and accept that this should be deleted), I'm hoping someone might be able to cast a little light on the following problem regarding hard links to files. ... (6 Replies)
Discussion started by: Smiling Dragon
6 Replies

6. Solaris

How to increase or decrease inode number of the particular UFS filesystem

Hi Gurus I want to know the command & tips regarding, how to increase or decrease inode number of the particular ufs filesystem. Is it possible to do it in a live/production environment. Regards (3 Replies)
Discussion started by: girish.batra
3 Replies

7. AIX

How to get the filename of which has been deleted if I know the inode number?

How to get the filename of which has been deleted if I know the inode number. i can use the command "istat" to get the inode number of the file. # istat /proc//fd/x If this file has been deleted,but the process of this file has not been closed and handle has not been released ,so this... (3 Replies)
Discussion started by: JoyOnLine
3 Replies

8. Shell Programming and Scripting

Modifying a file without changing inode number

Hi all, I am struggling to change the content of a file without changing the inode number. The exact issue is as below. I have a file name test.bak which has 100 lines of text. I am trying to to delete the first 90 lines of the text in the file. I know that using sed/awk/head/tail I can... (3 Replies)
Discussion started by: sathishkmrv
3 Replies

9. Solaris

Retreive deleted file name if you having inode number

Some one please help me to find deleted file name, if I am having inode number in Solaris without using any 3rd party tool. Thanks :) (3 Replies)
Discussion started by: aksijain
3 Replies

10. Linux

Inode number changes for a file in Redhat Linux

Hi, I have created a file a.txt in Redhat Linux. Inode number for a file changes every time i update the file using vi editor , gedit etc. Is there any setting that can be made , such that inode number never changes as that is supposed to be the expected behavior? Or if we cannot... (13 Replies)
Discussion started by: srirammanohar
13 Replies
EDQUOTA(8)						    BSD System Manager's Manual 						EDQUOTA(8)

NAME
edquota -- edit user quotas SYNOPSIS
edquota [-Hu] [-f file-system] [-p proto-username] -d | username ... edquota [-H] -g [-f file-system] [-p proto-groupname] -d | groupname ... edquota [-Hu] [-f file-system] [-h block#/inode#] [-s block#/inode#] [-t block grace time/inode grace time] -d | username ... edquota [-H] -g [-f file-system] [-h block#/inode#] [-s block#/inode#] [-t block grace time/inode grace time] -d | groupname ... edquota [-Hu] -c [-f file-system] username ... edquota [-H] -g -c [-f file-system] groupname ... DESCRIPTION
edquota is a quota editor. By default, or if the -u flag is specified, one or more users may be specified on the command line. Unless -h, -s, or -t are used, a temporary file is created for each user with an ASCII representation of the current disk quotas and grace time for that user. By default, quota for all quota-enabled file systems are edited; the -f option can be used to restrict it to a single file system. An editor is invoked on the ASCII file. The editor invoked is vi(1) unless the environment variable EDITOR specifies otherwise. The quotas may then be modified, new quotas added, etc. Setting a quota to - or unlimited indicates that no quota should be imposed. Set- ting a quota to zero indicates that no allocation is permited. Setting a soft limit to zero with a unlimited hard limit indicates that allocations should be permitted on only a temporary basis. The current usage information in the file is for informational purposes; only the hard and soft limits, and grace time can be changed. Users are permitted to exceed their soft limits for a grace period that may be specified per user (or per-file system for quota version 1). Once the grace period has expired, the soft limit is enforced as a hard limit. The default grace period is one week. By default, disk quotas are in KB, grace time in seconds. Disk and inodes quota can be entered with a humanize_number(9) suffix (K for kilo, M for mega, G for giga, T for tera). Time can be entered with Y (year), W (week), D (day), H (hour) and M (minute) suffixes. Suffixes can be mixed (see EXAMPLES below). If the -H option if used, current quota, disk usage and time are displayed in a human-readable format. On leaving the editor, edquota reads the temporary file and modifies the on-disk quotas to reflect the changes made. If the -p flag is specified, edquota will duplicate the quotas of the prototypical user specified for each user specified. The -h, -s, and -t flags can be used to change quota limits (hard, soft and grace time, respectively) without user interaction, for usage in e.g. batch scripts. The arguments are the new block and inode number limit or grace time, separated by a slash. Units suffix may be used, as in the editor above. If the -g flag is specified, edquota is invoked to edit the quotas of one or more groups specified on the command line. With quota version 2, there is a per-file system user or group default quota to be copied to a user or group quota on the first allocation. The -d flag adds the default quota to the list of users or groups to edit. For quota version 1, there is no default block/inode quota, and no per-user/group grace time. To edit the file system-wide grace time, use -d. On quota2-enabled file systems, the -c flag cause edquota to clear quota entries for the specified users or groups. If disk or inode usages is not 0, limits are reverted to the default quota. If disk and inode usages are 0, the existing quota entries are freed. Only the super-user may edit quotas. EXAMPLES
Edit quotas for group games on all quota-enabled file systems: edquota -g Set 4MB hard block limit, 2MB soft block limit, 2048 inode hard limit, 1024 inode soft limit, 2 weeks and 3 days (or 17 days) block and inode grace time for the default quotas on file system /home: edquota -h 4M/2k -s 2M/1k -t 2W3D/2W3D -f /home -u -d SEE ALSO
quota(1), humanize_number(3), libquota(3), fstab(5), quotacheck(8), quotaon(8), quotarestore(8), repquota(8) BSD
January 29, 2012 BSD
All times are GMT -4. The time now is 01:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy