Can I use the UNIX shell?
Seattle Community Network: FAQ, Personal Web SitesNo, generally speaking. But if you can contribute something useful as a volunteer that requires shell access to do it, please ask.
Related QuestionsWhich shell should I use under Unix?
Network Engineering Technology Frequently Asked Questions (F...First, this is a religious issue if there ever was one, for Unix users. The most popular shells (in no particular order) are the Bourne shell (sh), the Korn shell (ksh), the C shell (csh), the T shell tcsh. There are certainly are intelligent folks that use, and are proponents of, each shell out there. The Korn shell is available with nearly every Unix. It was written by David Korn of AT&T Bell Labs and has been provided with all System V-derived Unix systems since at least the late '80s.
Related QuestionsHow can you tell what shell you are running on UNIX system?
Tech Interviews.comDr. Dobb’s Journal in its Linux and open source section is running an article by Emmett Dulaney with 50 Perl questions and answers. The focus is mainly on the knowledge of the language itself with questions like:
Related QuestionsHow can I use tcsh as my shell?
The umich.umce.login FAQ ListThere's a fairly simple way to do this, but there is no official way to do this for a variety of reasons. The solution is to add these lines to the end of your .login file: if ( $SHELL == "/bin/csh" ) then foreach i ($path) if ( -x $i/tcsh ) then setenv SHELL $i/tcsh set shell=$i/tcsh exec $i/tcsh -l endif end endif If you really need tcsh to be the login shell, then you should start it with the -l flag as it is done above.
Related QuestionsWhat is UNIX Shell Access?
Hosting Frequently Asked QuestionsUnix is the operating system of our server. Shell Access allows you to telnet in and use various programs already installed there. Some examples are PINE (an easy to use e-mail client), LYNX (web browser), PICO (a text editor), MAIL (a primitive e-mail client), IRC (Internet Relay Chat) and networking tools like NSLOOKUP, WHOIS, FINGER, RWHOIS.
Related QuestionsCan I have a Unix shell account?
IDS - SupportIf you want your PHP scripts to be able to write to files in your home directory, you will need to use ACLs (Access Control Lists) to modify your file permissions. If you have a UNIX shell account on the IDS server, you can do this yourself using the setfacl command. See the ACL Howto in the support section of the site for details on setting ACLs. If you don't have a UNIX shell account, then you can send an email to IDS Administration with a request to change the ACLs on your files.
Related QuestionsHow do I change the UNIX shell ?
Help Desk | FAQ's about Shell Accessshell [10] chsh Changing the login shell for username Enter the new value, or press return for the default Login Shell [/bin/bash]: Replace /bin/bash with the UNIX shell you would like to use.
Related QuestionsWhat will happen to my UNIX shell account?
ZipSpace Online Personal Storage - FAQCheck your current disk space usage; you may be over your quota (See #2 above on how to check your current disk space usage) If you continue to have problems; please contact the support desk at (330) 972-6888 or consult@uakron.edu
Related QuestionsI have a shell now how do I use it?
MacFilez FAQ 4.0You need a telnet program to access the shell (like Better Telnet). To transfer files back and forth, use FTP, and ftp to the same address you telnet to. To run irc, try typing 'irc' and see if a p rogram loads. If not, you'll need to either get a binary for your system (precompiled program) or get the source and compile it yourself. To find out what kind of system your shell is on type 'uname -a' on your shell, you'll get some feedback like this: This shows you the name of the machine 'nowhere.
Related QuestionsNetwork FAQFor a Desktop (or tower case) USB Wireless Client Card should be considered as the preferred solution. PCI Wireless Client Card ends up been stuck behind the computer's case, resultant in obstructed transmission and poor performance. USB is connected to the Port with 2-3' cable allowing the Antenna to be placed above the System for better Transmission.Related Questions
How can I make a Webmin user always use the same password as Unix?
WebminIn the Webmin Users module, click on the user that you want to symchronize with Unix and set his Password option to Unix Authentication. If PAM is not used on your operating system, the first two steps can be skipped. Webmin will instead read the /etc/passwd or /etc/shadow file directly to authenticate users who are using the Unix Authentication password mode.
Related QuestionsHow do I use Fossil Shell Dust®?
DERMISIL.COM :: How Fast does Dermisil Work? ::Fossil Shell Dust® is applied by sprinkling the dust onto any surface that may contain mites, including carpets, wall cracks and crevices. A pesticide duster may be used for application of this product even though it is not a pesticide. Be careful not to inhale the dust.
Related QuestionsCan I use Unix 98 ptys?
The linux-kernel mailing list FAQSection 11- Primer documents Please, if you wish to contribute a Q/A in this section, provide a very short answer defining the topic and then a URL to a longer text/Web page. Like that we can have various URL's for a single Q, each with a different point of view. Another advantage of this approach is that each contributor has to sit down and write a coherent HTML page or text file. Having to structure a written answer gives ample time to think about the issues and the topic as a whole.
Related QuestionsCan I use a computer that has Unix on it?
RLADS ResNet Frequently Asked QuestionsComputers that have Unix or any operating system other than what is supported can be used but no support can be given in case of problems.
Related QuestionsHow do I handle Unix shell quoting in sed?
Frequently-Asked Questions about sed, the stream editorb) If the script must use single quotes, then close-single-quote the script just before the SPECIAL single quote, prefix the single quote with a backslash, and use a 2nd pair of single quotes to finish marking the script. Thus: sed 's/cannot$/can'\''t/g' file a) If possible, put the script in single quotes. You don't need to prefix the double quotes with anything.
Related QuestionsWhere can I get Secure Shell executables for my UNIX and Windows workstations?
Frequently Asked Questionskpasswd: Cannot establish a session with the Kerberos administrative server for realm ASC.HPC.MIL. Preauthentication failed. Connection closed by foreign host. Secure Shell (ssh) software developed in Finland by Tatu Ylonen supports secure X-sessions and may be configured to honor user logins based on UNIX passwords, user RSA public keys, host RSA public keys, or Kerberos authentication tickets. Secure Shell fits nicely within the Kerberos/SecurID environment.
Related QuestionsI am inexperienced with Unix and Shell, how easy is it to manage the Dolphin server?
Positive Internet Company Dedicated Servers - Dolphin Server...Thanks to our carefully developed web based Control Panel and e-mail management system managing your server is as easy as one mouse click. That said, there is even greater flexibility to be had by accessing your server directly on the command shell via SSH and a basic knowledge in Linux or any Unix variant will enhance the Dolphin experience further. We offer training courses for just this purpose, through Positive Skills.
Related QuestionsCan I access the Toolkit shell, commands, utilities, and applications from a UNIX workstation?
MKS Toolkit, Développement UNIX et Windows - FAQsYes, after installing a telnet daemon on the Windows machine. But, remember each copy of Toolkit is licensed to one machine. If you install it on a server, you must still purchase one license for each client machine.
Related QuestionsAre you using a Unix shell in a MS-Windows environment?
Vim Taglist plugin - Frequently asked questionsFor example, the Unix shell from the MKS-toolkit. Do you have the SHELL environment set to point to this shell? You can try resetting the SHELL environment variable. If you are using a Unix shell on MS-Windows, you should try to use exuberant ctags that is compiled for Unix-like environments so that exuberant ctags will understand path names with forward slash characters.
Related QuestionsHow can I use Scheme for shell scripting?
scheme-faq-programmingSome Schemes all allow you to define Unix-style scripts containing Scheme code. SRFI-22 attempts to standardize the mechanism used for that.
Related QuestionsHow can I use shell access ?
rootr.net : faq userYou need an ssh program. Windows users are recommended to use the Putty program available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/. Ask us if you need help configuring Putty. For Mac users and other unixens, check out links on http://www.openssh.com/. BSD and Linux users can directly use the ssh command. All those programs are completely free of charge. they also take very little space on the hard drive, less than 1MB.
Related QuestionsWhat about programs that don't use any shell?
The Ultimate TI Calculator FAQ - TI-83 and TI-84 (regular, P...There are very few significant assembly programs for either of these calculators which don't use any shell. If you do happen to find such a program, you can run it on the TI-83 by running the command "Send(9prgmNAME" from the home screen (or a Basic program). On the TI-83+, the command to use is "Asm(prgmNAME".
Related QuestionsHow do I use my shell, what are the commands?
General Website Hosting Information (Page 3/3)There are a variety of factors that can contribute to occasional slow download speeds or time-outs. One thing that you can rule out is lack of bandwidth directly into the facility where your site is located. If it seems that your site generally is always slow, it may be because you have images on your pages that are too large. A rule of thumb is to try to make images 20k or less. If you have larger images, try using image compression software which you can download free at www.download.com.
Related QuestionsWhy do we use a shell as logo?
The House of MarketingThe inbound movement stands for getting to the crux of the matter. We start from business objectives, moving to marketing strategies, planning and implementation. The outbound movement represents the speed and leveraging power of our approach. We offer pragmatic and tangible solutions for every marketing challenge.
Related QuestionsWhy are you making me use the bash shell?
HepForge > Documentation > FAQ - CEDARYou can use any shell you want, as long as it's listed in the /etc/shells file. Traditionally, academia seems to use the csh (C-shell) or its updated modern variant, tcsh. However, this is probably through inertia rather than anything else and having a knowledge of the sh family of shells, in particular the bash shell is probably more widely useful: much of the internals of Linux/*nix systems is based on portable sh-type scripts.
Related QuestionsCan I use call graph on shell scripts?
FAQ: Call Graph on Linux* using the VTune(TM) Performance An...Yes. Consider the scenario where a shell script invokes a binary executable. The directory where the executable resides must be writable. In the VTune analyzer, specify the shell script as the application to launch and the executable (and not the shell script) as the module of interest.
Related Questions