Linux: Tips n Tricks
Pages
(Move to ...)
Privacy Policy
▼
Showing posts with label
file permissions
.
Show all posts
Showing posts with label
file permissions
.
Show all posts
Tuesday, October 7, 2014
Disk Metadata : Superblock, Directory and Inodes
›
Metadata Filesystem blocks are user for 2 purposes : To store User data and Metadata User data - stores actual data contained in fi...
1 comment:
Monday, April 28, 2014
Recover deleted files used by any process in Linux from RAM memory.
›
Every thing in Linux is a File. A file in turn is actually a pointer to inode which contain the actual data on the disk, permissions, owne...
1 comment:
Thursday, April 25, 2013
Set Setuid, Setgid and Sticky bit in Linux
›
Special permissions on files and directories in linux are : SetUID , SetGID and Sticky bit. With the help of “chmod” command we can im...
11 comments:
Wednesday, March 3, 2010
setuid File Permission in UNIX/Linux
›
In this post I am going to describe you about the 'setuid' in UNIX and Linux. setuid or ' set u ser ID upon execution' an...
›
Home
View web version