Search Results

Search: Posts Made By: smahe23
Forum: HP-UX 06-10-2011
7,440
Posted By smahe23
Changing the default login directory of a user
I want to change the default login directory of a user from /home/user to a new directory. how can i do this?

thanks in advance....:)
2,780
Posted By smahe23
#!/bin/bash cd /source_directory mv *...
#!/bin/bash

cd /source_directory

mv * /destination_directory

:o:)
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy