Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Give Command that will move a single file
called "unix.txt"

Answer Posted / krishna

Yes the first two answers are not true!

That command and format is used to renaming a file or folder!

If the source and destination is same then it is renameing..

Eg : mv krishna krishna2

That is ranaming the krishna file to krishna2

Moving a file is something destination and source are diff!

Eg: mv /tmp/krishna.txt /home/

In that krishna.txt is moved from /tmp file system to /home file system!

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of tee command?

1239


Name the unix command to find how many days the server has been up.

1213


What does the command '$ls | wc –l > file1' do?

1302


How do I find previous commands in unix?

1253


How to display no of records in oracle using unix command?

1231


What difference between cmp and diff commands?

1352


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2321


What is grep and how do you use it?

1175


What is the general format of unix command syntax?

2035


What is the significance of the 'tee' command?

1256


What is a command and examples?

1287


What is updatedb?

1094


What is {} in find command?

1157


Describe the zip/unzip command using gzip.

1227


Describe the usage and functionality of the command rm –r * in unix?

2185