Results 1 to 3 of 3

Thread: Changing name of files in Linux

  1. #1
    CarterBaker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    210
    Rep Power
    3

    Default Changing name of files in Linux

    I log in to Linux by ssh command and I want to change name of directory. So please suggest me proper method to rename the file. Any help would be appreciated.

  2. #2
    HowardAdams is offline Senior Member
    Join Date
    Dec 2009
    Posts
    214
    Rep Power
    3

    Default

    In Linux renaming file by movie command of Linux. Use command given below to rename file:

    $ mv <Old_destination> <new_directory with new name>;

    There are two arguments in mv command source and destination. To move file to another destination, give same parameter for source and destination and related new name for file.

  3. #3
    BarnesHarris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    213
    Rep Power
    3

    Default

    If you logged in with ssh command. The mv command didn't change its functionality. It is used to change name of installed directory.

    Any command related to file operation should be used freely such as move, rename, copy and delete file as said by permission by owner of file or root user. Just related new name of file in second parameter as destination.

Similar Threads

  1. Zip files in Linux
    By RussellBarnes in forum Linux/Free BSD
    Replies: 1
    Last Post: 05-25-2010, 02:14 PM
  2. Replies: 0
    Last Post: 07-30-2009, 12:08 PM
  3. Changing hard drive on a linux with XP
    By clery in forum Linux/Free BSD
    Replies: 9
    Last Post: 03-03-2009, 10:16 AM
  4. Sharing Files Between Windows and Linux
    By techsavvy in forum Applications
    Replies: 0
    Last Post: 03-28-2008, 11:13 AM
  5. Recovering Windows Files (with Linux)?
    By stepanstas in forum Linux/Free BSD
    Replies: 1
    Last Post: 01-30-2008, 06:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48