Questions tagged [command-line-interface]

A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks.

A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks.

1564 questions
0
votes
4 answers

how i can take backup of file on UNIX-AIX?

how i can take backup of file on UNIX-AIX ?
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

Programmatically Copy Database like SQL Server 2008 Copy Database Wizard

I need the ability to copy a database similar to what the Copy Database wizard accomplishes in SQL Server, but in a more automated (i.e. command line) fashion. I am writing a small application in C# that is making a copy of a web site (both files…
0
votes
1 answer

cancel password of svn list

how I can cancel the password of svn list. When I execute svn list it is Requests the password twice. I need to execute it without password.
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

Unix/Linux/MacOSX online training

I am a web dev seeking deep knowledge of the Unix-style command line. Please if anyone has a recommendation on any high quality courses avail. over the web respond to this thread.
jerome
  • 203
  • 1
  • 2
  • 6
0
votes
3 answers

How can I make content of file as output of command?

I have a file contain list of path now I want to execute command on each line example :- file name : rawabdeh ....... command : command file contains:- path/no/1/ path/no/2/ path/no/3/ I want to do the following : command path/no/1/ command…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

how i can delete something from file?

i want to delete something from each line of file for example :- i have the following path in file…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

how i can Clipping the result of "find" command?

i execute the following command :-find / -type f -name fs-type -exec svnlook tree {} \; |egrep "/$" the result is svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/core/db/fs-type/format': Not a directory svnlook:…
0
votes
2 answers

How to write shell scripts in Sun Solaris?

I am new to Unix shell scripting. So can anybody help me? How to write shell scripts in Sun Solaris? How to run/execute the script? Please post in detail.
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
4 answers

PDF for ubuntu server and solaris server commandline

please if anyone have a "pdf" contain a full list of ubunt(server) commandline with detail and other one for sun solaris(server)
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

how i can execute more than one command at the same time ? (OS = sun solaris)

how i can execute more than one command at the same time ? (OS = sun solaris)
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

how i can get all svn repository in notpad or excel sheet for example ? (OS = sunsolaris)

after execute $svn list command i found a large number of repository ...and it is complex to find all repository(some svn repository exist in folder within folder within folder and so on) ...if you can help me by give me a method to design a…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

the following message appear "(-bash: file_name : Prmission denied)" when i try to do backup of the SVN

Please if you can help me when I made the backup in the "root" /home the size of the root space is not big enough so I try to make the backup on another place "/backup" but the following message appears : (-bash: file_name : Prmission denied)
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

How i can creat user with privilege in ubuntu 10.04 sever

How can I create users with privilege in ubuntu 10.04 server by using CLI
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

Check machine specifications Novell

what command do I use to check machine specification running novell server using the command line tool or GUI?
Gatura
  • 573
  • 3
  • 10
  • 24
0
votes
3 answers

how to copy to shared folders from command-line in vmware-workstation?

I've been trying to access my shared folders from the command line in my virtual machine with no luck. I've stumbled across a couple of references to using net use to establish a virtual drive, but i can't get this to work correctly: net use z:…