How to setup sudo, only can use for particular date & time
only ( for solaris10 )
Answer / isha
allows users to run programs with the security privileges
of another user (normally the superuser).It is an
abbreviation for "switchuser do" (as in, do a command with
another user's privileges). By default, sudo will prompt
for a user password but it may be configured to require the
root password, or require it only once per pseudo terminal,
or no password at all.[3] Sudo is able to log each command
run and in some cases has completely supplanted the
superuser login for administrative tasks
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it inbetween or in between?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How can you create a symbolic link to a file or directory?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
What does the command '$ls | wc –l > file1' do?
what is the use of "grep" command?
What command would users use to see what file one page at a time in UNIX?
What is the difference between cat command and more command?
What is the difference between udp and tcp?
How would you change all occurrences of a value using VI?