- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Move Socket file
Operating System - HP-UX
1823249
Members
3348
Online
109648
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2004 03:50 PM
тАО10-07-2004 03:50 PM
Does anyone has the experience how to move a socket file ? Another problem is how to make a socket file? Thanks.
# ls -l
srw------- 1 lee li 0 Jun 10 09:14 test
# cp -p test /home
cp: test: Operation not supported on socket
# mv test /f270/home
mv: test: can't move sockets across file systems
# ls -l
srw------- 1 lee li 0 Jun 10 09:14 test
# cp -p test /home
cp: test: Operation not supported on socket
# mv test /f270/home
mv: test: can't move sockets across file systems
Hero
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2004 08:16 PM
тАО10-07-2004 08:16 PM
Solution
hi,
the socket files are created/used by/for some of the daemons for collecting messages.its path is specified and you will not be able to remove when the daemon is running .you can find the respective daemon by lsof command(if command is not there you should have to install it)
eg: /dev/log.un is used by syslog daemon.see the contents of man page.
syslogd collects messages from the UNIX domain socket /dev/log.un, an
Internet domain socket specified in /etc/services, the named pipe
/dev/log, and from the kernel log device /dev/klog.
if lsof is there ,
lsof /dev/log.un will shows which daemon is running on that file.
regds,
the socket files are created/used by/for some of the daemons for collecting messages.its path is specified and you will not be able to remove when the daemon is running .you can find the respective daemon by lsof command(if command is not there you should have to install it)
eg: /dev/log.un is used by syslog daemon.see the contents of man page.
syslogd collects messages from the UNIX domain socket /dev/log.un, an
Internet domain socket specified in /etc/services, the named pipe
/dev/log, and from the kernel log device /dev/klog.
if lsof is there ,
lsof /dev/log.un will shows which daemon is running on that file.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 06:30 AM
тАО10-08-2004 06:30 AM
Re: Move Socket file
Sockets cannot be copied/ moved. They are used for I/O over the network. Do a man socket for more info!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP