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 the use of the command 'ls -x chapter[1-5]' ?
What is awk good for?
Explain ‘library functions’ with respect to unix commands?
How do I run a bash script?
What is grep and how do you use it?
Explain command to show the space allocation of files?
What is the command to compare two files in unix?
What is the behavioural difference between cmp and diff commands?
Why is it called grep?
How does pipe () work?
Differentiate cat command from more command.
How do I delete files from command prompt?
What is updatedb?
Does cp command overwrite files?
What is grep r?