[coreutils] RFC for adding file creation mode feature into touch utility (original) (raw)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: | Rakib Mullick |
---|---|
Subject: | [coreutils] RFC for adding file creation mode feature into touch utility. |
Date: | Fri, 7 Jan 2011 04:01:51 -0500 |
Hello list,
This is a Request For Comment for adding a new feature into touch utility. touch is basically an utility to modify a file's timestamps and it is also used for file creation vastly. We can create a file by just doing 'touch filename'. There are lot of cases where we need to change file's permission after creation. To do that we need to separately do 'chmod -/+ mode filename'. Now, my proposal is to adding mode changing feature to the touch utility, it will help us to create a file by just doing 'touch --mode xxx filename'. It will create a file with specified mode.
Hope to get some response.
thanks in advance! rakib
- [coreutils] RFC for adding file creation mode feature into touch utility.,Rakib Mullick <=
- Re: [coreutils] RFC for adding file creation mode feature into touch utility., Eric Blake, 2011/01/07
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Pádraig Brady, 2011/01/07
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Eric Blake, 2011/01/07
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Jim Meyering, 2011/01/07
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Rakib Mullick, 2011/01/08
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Bob Proulx, 2011/01/08
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Rakib Mullick, 2011/01/08
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Jim Meyering, 2011/01/08
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Rakib Mullick, 2011/01/08
* Re: [coreutils] RFC for adding file creation mode feature into touch utility., Bob Proulx, 2011/01/09
- Re: [coreutils] RFC for adding file creation mode feature into touch utility., Eric Blake, 2011/01/07
- Prev by Date:Re: [coreutils] [PATCH] maint: suppress some clang scan-build warnings
- Next by Date:Re: [coreutils] join feature: auto-format
- Previous by thread:[coreutils] [PATCH] coreutils new feature: split --filter
- Next by thread:Re: [coreutils] RFC for adding file creation mode feature into touch utility.
- Index(es):