Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
2 votes
0 answers
10k views

Robocopy to copy files and folders to and fro between a location on Windows and UNIX

Using Robocopy to copy / move files and folders from one Windows server to another is pretty much a possibility. But can Robocopy be used to do the same across different OS ? i.e. transfer files from ...
Yash Saraiya's user avatar
1 vote
0 answers
380 views

Linux WBEM client to pull event logs from Windows SCOM Server

I was told by my UNIX team that a wmi/wbem client for Linux called WBEMCLI allows Linux to pull event logs from a windows server given that the right parameters are configured on the linux side. Now ...
tobe1424's user avatar
1 vote
0 answers
3k views

FTP: Connection Refused

I am trying to transfer files between a Linux PC to a Windows PC. I can ftp the Linux PC with localhost ftp localhost prompts for the username and password and the login is successful. But when i ...
user2052801's user avatar
1 vote
0 answers
287 views

How to create Unix tarball with various file permissions inside on a Windows box?

Could anyone enlighten me on how can I create a regular Unix tarball archive (e.g., tar.gz or tar.bz2) on a Windows box in a way that will mark some files in that archive as "executable" (e.g., with ...
GreyCat's user avatar
  • 150
1 vote
0 answers
162 views

Samba jobs disappear from Windows spooler

I searched for similar issues to no avail, yet I have multiple systems exhibiting the same bizarre behavior. Samba jobs printed to Windows printer shares arrive at the Windows workstation, but then ...
Harold Breeden's user avatar
0 votes
0 answers
417 views

How can I make git bash `which` command work with windows?

If I type which node in git bash in Windows, then I get node's path, but when I type which open, it says it's not found. The open program is in PATH, but not marked as executable since chmod +x doesn'...
Rivenfall's user avatar
  • 133
0 votes
0 answers
543 views

Copying From Windows to NFS: Can The Timestamps Be Preserved?

We have a Linux server that has NFS shares. Some Windows hosts (XP & 7) connect to it via Services for UNIX. I've been told the behavior is different from XP to 7 in terms of file creation dates ...
jlacroix82's user avatar
0 votes
1 answer
596 views

How to launch Windows EXE from within Linux\UNIX host?

I have a Windows Application that now I got a request to be triggered from within Linux machine. This app is expected to run independently on Windows itself, regardless of sharing info with Linux or ...
mosh's user avatar
  • 255