How to setup sudo, only can use for particular date & time
only ( for solaris10 )
Answer Posted / 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 |
Post New Answer View All Answers
What is ctrl d?
What is the use of egrep command in unix?
What does awk stand for?
What does sed command do in unix?
hw will u use awk in replacing cahrs and files
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you repeat a command in terminal?
What command will change your prompt to myprompt?
Is command prompt unix?
What is rmdir command?
What command is used to check the current users?
What does pipe () return?
How can you see the command line history?
Which command is used to kill the last background job?
Explain how to use grep command to list find the records of a file containing 10 different strings?