how to delete entire records in unix ?
Answers were Sorted based on User's Feedback
Answer / joker
1) rm
2) rm -rf
Will work, but they will work in interactive mode since many
sysadmins will add a alias for rm as
alias rm rm -i
to override this use
\rm
\rm -rf
Is This Answer Correct ? | 0 Yes | 6 No |
Name the various commands that are used for the user information in unix.
Why is shebang used?
in a growing log file how will you see the 1st 99 lines?
If we want to see first 35 lines of a file which command we have to use?
How do you find out all processes that are currently running in UNIX OS?
Which is the command used to find out currently executing Process in UNIX?
What does grep v grep do?
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,
How do you move a process which is running background to foreground?
what is mount ,tell me about mount ,how can u use in real time project??
who to change the duplex setting of network interface in command line
What is the use of egrep command in unix?