Search Results

Search: Posts Made By: kvmreddy
2,607
Posted By kvmreddy
SUID bit doesn't work on scripts. I see most of...
SUID bit doesn't work on scripts. I see most of the people set SUID bit on scripts.
SUID has some pros and cons, to know that check bellow link.
I hope it clears all your doubts.

UNIX/Linux...
1,970
Posted By kvmreddy
You need to learn advance file permissions,...
You need to learn advance file permissions, SUID,SGID and Stickybit.
Check bellow link to understand SUID bit with an example.
I hope it clears all your doubts.

UNIX/Linux Bash Shell Scripting:...
2,298
Posted By kvmreddy
Are you sure you are the owner of the file....
Are you sure you are the owner of the file. Sticky bit effect only on directories, not on files. May be you directory permissions contain sticky bit also.
2,036
Posted By kvmreddy
Using $$variablename is useful in indirect...
Using $$variablename is useful in indirect reference
I'm finding it hard to put into words, but consider this example:

Suppose you want to find last command line argument, how can you find it?
...
4,999
Posted By kvmreddy
Its working on my Linux Box. I am using CentOS.
Its working on my Linux Box. I am using CentOS.
3,357
Posted By kvmreddy
using &>filename will redirect your STDIN adn...
using &>filename will redirect your STDIN adn STDERR to given filename.
3,769
Posted By kvmreddy
Thanks, nice explanation.
Thanks, nice explanation.
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 02:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy