![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions A pipe is two or more commands separated by pipe char '|'. That tells the shell to arrange for the output of the preceding command to be passed as input to the following command. Example : ls Latest Answer : The Unix commands alone are powerful, but when two or more commands get combine together, we can accomplish complex task with ease.In unix we can combine the two or more commands together to perform multiple action simulatenously with the help of Pipe ... With the help of kill command we can terminate the process.Syntax: kill pidKill 0 - kills all processes in your system except the login shell. Latest Answer : kill -0 : All processes in the current process group are signaled. Kill -0 commnd is use to sends signal to all process and group of process. ... Use ‘su’ command. The system asks for password and when valid entry is made the user gains super user (admin) privileges. Latest Answer : "su" is the command to switch to a super user status (commonly known as root user) from a user shell.This command does not load the shell settings for a typical super user that login from a login screen. Therefore, environment variables/settings ... Yes, it stands for ‘disk usage’. With the help of this command you can find the disk capacity and free space of the disk. Latest Answer : Thats right.. du gives you "disk used" and not free disk space. some of the options for du are : du -k : returns the disk usage in KBsdu -k : gives the disk usage by direcotry and all its sub-directories in KBs ... ls stands for list; so it displays the list of the files that starts with 'chapter' with suffix '1' to '5', chapter1, chapter2, and so on. Latest Answer : ls -x displays the list of contents in linewise instead of column wise ... Yes, using the ‘mesg’ command. Latest Answer : messages can be restricted by you with the help of 'mesg n', this will restrict the incoming of messages to your terminal, for again allowing messages for your terminal you can use 'mesg y'. ... $ echo *It is similar to 'ls' command and displays all the files in the currentdirectory. Latest Answer : Ya u r correct, $echo * will give u the files in the current directory similar to ls command. ... $od -cbd file_namec - character, b - binary (octal), d-decimal, od=Octal Dump. Latest Answer : to change the output in binery format the command is :%!xxd -b ... Which command is used to delete all files in the current directory and all its sub-directories? rm -r * Kill $! Latest Answer : To kill the last background job, the following command is used:$ kill $!The system variable $! stores the PID of the last background job.The other method is first find the PID using the ps command, then use kill command to do the job. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||