How to set sticky bit, or it have any seperate directory to
create sticky bit in sunfir servers.

Please help me , i don't no the exact answer?

Answer Posted / vijay

chmod 700 filename
chmod o+t filename

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is in grep command?

652


How do I open a port?

596


What are the general commands in using unix os for a beginner?

583


Enumerate some of the most commonly used network commands in unix?

620


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1766






Using unix command how to display no of records in oracle?

613


Why is it called a shebang?

574


What does sed command do in unix?

568


What command will change your prompt to myprompt?

709


What is the first character of the output in ls l command?

637


What is command substitution?

627


What are bash commands?

601


What does this command do,"$more readme.txt“?

693


What command is used to check the current users?

598


What is the size of time_t?

655