coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Friday May 24, 2013


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?

Who's Online
We have 57 guests online

Newest Member

nbewwmbxog

Hit Counter
11566577 Visitors

cool Statistics
coolcommands:1338
Categories:83
Total queries:620330
Members:22813





Search coolcommands.com
Search Keyword:


coolcommand

samba - can't browse your server
Description

If users are no longer able to browse your Samba server, you could (if possible), simply kill the processes "smbd" and "nmbd".

Command one-liner:

# ps -ef | egrep "smbd|nmbd" | grep -v grep | awk '{ system("kill -9 " $2)}'

Or using SWAT (default port 901):

http://hostname:901
Example

ps -ef | egrep

Return to search results

Random coolcommands

coolcommand: dlmpr - utility for clearing Hitachi SAN HDLM persistent reservation
Example: dlmpr -k hdisk1; dlmpr -c hdisk2
[show me the details]
coolcommand: how to create a large empty file
Example: dd if=/dev/zero of=file_1GB bs=1024 count=1000
[show me the details]
coolcommand: how to delete all arp entries in Linux
Example: for i in $(sed '1d' /proc/net/arp | awk '{print $1 }'); do arp -d $i; done
[show me the details]
coolcommand: procsig - how to display signal actions defined by a proces in AIX 5L
Example: procsig 233628
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1160
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris51966
Category AIX49058
Category General UNIX47581
solaris23554
aix22739

Terms of Use
Privacy
Contact


 
coolcommands.com © 2013. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum