![]() |
| 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 Absolute path : Exact path from root directory.Relative path : Relative to the current path. Latest Answer : A path is the general form or unique location of stored file and directories.A path can be either relative or absolute (full path). A full path or absolute path is a path that points to the same location on one file system regardless of working ... 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. ... Shell variables are special variables, a name-value pair created and maintained by the shell. Example: PATH, HOME, MAIL and TERM Latest Answer : these are some more variables .......$PWD, $DIR_COLORS, $SHELL, $SHLVL ... 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 ... Two prompts, PS1 (Primary Prompt), PS2 (Secondary Prompt). Latest Answer : Bash supports 4 prompts:PS1 - the default promptPS2 - for multi-line inputPS3 - printed for the select commandPS4 - printed before output if set -x is set(see http:// www . gnu . org/software/bash/manual/bashref . html )The first two are common to the ... 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. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||