New Unix Interview Questions :: ALLInterview.com http://www.allinterview.com New Unix Interview Questions en-us what will be the output of ls ~/.. http://www.allinterview.com/showanswers/73372.html It will list the contents of / what will this do $cat > file.c ?(file.c is a file in current dir http://www.allinterview.com/showanswers/72409.html It will allow you to create file.c ( if file.c is available, it will be overwritten with new data ) how unix kernel distinguishes between a normal file and device file ? http://www.allinterview.com/showanswers/72408.html This information (file type) is stored in the inode of a file, as one of the fields. HOW DO CREATE A NFS FILE SYSTEM http://www.allinterview.com/showanswers/72013.html Among the many different file systems that FreeBSD supports is the Network File System, also known as NFS. NFS allows a system to share directories and files with others over a network. By using NFS, users and programs can access files on rem What is the difference between Shell Programming and Shell scripting http://www.allinterview.com/showanswers/69935.html I think both are same concept. Give the command to display space usage on the UNIX file system. http://www.allinterview.com/showanswers/69361.html du its used 2 check d space used in bytes... df command is used 2 check d free space available in ur file system in Blocks hi.when will u come to klnce 4 campus interviews??/ http://www.allinterview.com/showanswers/69262.html How can u doing testing in Unix environment ? http://www.allinterview.com/showanswers/68364.html By creating the log file What is the difference between windows environment and Unix environm http://www.allinterview.com/showanswers/68363.html Windows Environment: Windows environment is a GUI(Graphical User Interface mode) based where you can perform the operation by clicking on the options in the menus, clicking on the icons available in the environment. A lay man can perform the o What is use of sed command? http://www.allinterview.com/showanswers/67468.html its same like Find and replace strings Which Command is Used for temprary switch User? http://www.allinterview.com/showanswers/67460.html Su Which mode is used for allowing file write,read and append mode? http://www.allinterview.com/showanswers/67458.html 777 how to remotely move a file ??? that mean how to move a file one mach http://www.allinterview.com/showanswers/67449.html rcp command what is the meaning of this command rm -rf / what will it do ? http://www.allinterview.com/showanswers/67448.html It will remove a directory including its subdirectories and files what is mount ,tell me about mount ,how can u use in real time projec http://www.allinterview.com/showanswers/65731.html if you have 2 operating system on one HDD, mean linux and windows now, if u wants to use the D:\ of windows then u can use mount command. after mounting D:\ u can directly put u r data from linux when u re-boot system and login to windows th