Search Results

Search: Posts Made By: vipinkumarr89
11,401
Posted By vipinkumarr89
My Favourite one liner always work for large...
My Favourite one liner always work for large number of files.

CODE
for i in *_*;do mv $i ${i//"_"/"-"};done
5,818
Posted By vipinkumarr89
Hi, What i understood from your question : you...
Hi,
What i understood from your question : you want to list the file on node 1, but you want to trigger it from node 2 because you don't have scheduling tool in node 1.
In this case we need to...
1,151
Posted By vipinkumarr89
echo `date` >>file or echo "$DATE"...
echo `date` >>file
or
echo "$DATE" >>file
8,864
Posted By vipinkumarr89
After applying so many option i find the solution...
After applying so many option i find the solution to save the time.
let say i have /home/vipin/ (size of vipin dir is 5GB)
then
cd /home/vipin/
du -ha >tempfile &

(temp file is temporary...
Forum: Open Source 04-11-2012
338,062
Posted By vipinkumarr89
Most of the time i work on unix and linux so i...
Most of the time i work on unix and linux so i use only vi, and sometimes i work on window machine then i use notepad.
Forum: Solaris 04-11-2012
3,106
Posted By vipinkumarr89
User directory doesn't exist
Hii all,

i create the user
useradd -d /home/kk kk
passwd kk
when i tried to login to kk
i get a error user directory doesn't exist

then i tried
useradd kkk
passwd kkkwhen i tried to...
Forum: Red Hat 04-11-2012
2,020
Posted By vipinkumarr89
NIS SERVER
Hello sir,

1- I already disabled the selinix .
2-flush all the rules in iptables
3-no entry in /etc/hosts.allow and /etc/hosts.deny

still i am not able to login thorugh NIS client from...
Forum: Red Hat 04-10-2012
3,562
Posted By vipinkumarr89
you should use mail -v user@company.com
you should use

mail -v user@company.com
Forum: Red Hat 04-10-2012
2,020
Posted By vipinkumarr89
NIS server
After configuring the NIS server in my machine (RHEL 5.4)
i create two NIS users user1 and user2 and one local user

when i login to user1 and user2 from client machine i am not able to login ...
2,195
Posted By vipinkumarr89
Script to find hardware issue
hii everyone,
i am handling data center,so most of the time i have to check hardware issue.So i came to the conclusion that try something automatic.

so the thing is that when any hardware issue...
1,744
Posted By vipinkumarr89
Environmental variable
i want to set environmental variables in solaris and redhat.

it should show the current directory and the default shell should be bourne shell. along with it should show the hostname..

like...
12,978
Posted By vipinkumarr89
i tried this command in my machine but the file...
i tried this command in my machine but the file is on the same location.
so i will suggest u to try fg command(to check to job in running in background)

type fg (it will open the jobs running...
Forum: IP Networking 04-10-2012
2,001
Posted By vipinkumarr89
you can use google docs where all the data will...
you can use google docs where all the data will be available in excel format.:b:
Forum: IP Networking 04-10-2012
6
2,569
Posted By vipinkumarr89
you are using windows as physical machine and...
you are using windows as physical machine and ubuntu in vmware(virtual machine)
and you want to ping windows from ubuntu and vice versa.
SOLUTION:
1-disable firewall in windows...
Forum: Solaris 04-05-2012
2,477
Posted By vipinkumarr89
crontab setting.
0 6 * * * /home/directory/your_script.sh

0 min, 6 am, every day(1-31),every month(1-12),every weekday(0-6)..
26,201
Posted By vipinkumarr89
If nothing is working then try to upgrade your...
If nothing is working then try to upgrade your firmware, sometime upgradation of firmware solve the problem.
Forum: Solaris 04-05-2012
1,716
Posted By vipinkumarr89
YES YOU CAN CREATE A SHARE FILE WITH THE HELP OF...
YES YOU CAN CREATE A SHARE FILE WITH THE HELP OF NFS SERVER.
MACHINE 1 CONFIGURATION:
1-mkdir /shared
2-cd /shared
3-vi sharedfile (and write whatever you want to share)
4-cd
5-share -F nfs...
Forum: Solaris 04-05-2012
7,997
Posted By vipinkumarr89
YOU SHOULD INSTALL THE READER IN /USR/OPT OR...
YOU SHOULD INSTALL THE READER IN /USR/OPT OR /OPT/ DIRECTORY..
THESE ARE LIKE A PROGRAM FILE FOR THE UNIX MACHINE.
25,076
Posted By vipinkumarr89
I have faced the same problem, follow the command...
I have faced the same problem, follow the command
1-updatedb
2-init 6
3-rpm -ivh package.rpm(if it is already installed)
then
1-init 6
2-rpm -e package.rpm(e for remove the package (it work in...
8,864
Posted By vipinkumarr89
if you want to check the size of subdirectories...
if you want to check the size of subdirectories under a directory, then it will be better to to check the size of parent directory, for parent directory run this command,
du -k /home/vipin/data...
Forum: Red Hat 04-04-2012
177,165
Posted By vipinkumarr89
solution to nfs server
hello dude,

go to machine 1st (server)and run these command
1-mkdir /share
2-vi /etc/exports
3-/share *(rw,sync)
4-service nfs restart
5-service portmap restart
6-showmount -e 1.2.3.4(your...
22,448
Posted By vipinkumarr89
fetch the password from file
hello dear,

try this
lets say my password is in /home/vipin/password

vi password.sh
pswd =/home/vipin/password

read =$pswd

try this ..
1,863
Posted By vipinkumarr89
Help for processor
hello Admins,
how to find number of processor in unix machine.
Showing results 1 to 23 of 23

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