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 |
Write a command that will display files in the current directory, in a colored, long format.
How to get a particular string as your prompt ? Give syntax of that command?
What is the use of find command in unix?
What is the comma to show the space allocation of files?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
who to change the duplex setting of network interface in command line
How do you change file permissions?
How will you know who are the users logged in to the system before 15 minutes?
Give Command that will move a single file called "unix.txt"
What will the following command do?
How to delete a directory containing files and folders?
What is the behavioural difference between cmp and diff commands?