hi there, i've got this alias i want assign only sometimes, and then work in the same shell with it (so when closing the shell the alias dissapears). As the alias is long, i want it to be in a executable file, so i just execute the script from a terminal and then i can access the alias from that same terminal.
Hello, I use Fedora 17 (Beefy Miracle). I turned off my computer and booted Windows 7 for a few days, then booted back into Fedora 17. For some reason, Fedora booted twice, then stalled.
Fedora 17 was released a little over a week ago, and as the Fedora project leader put it, there are an unusually large amount of new features in this release. There’s a great mix of new stuff for everyone, from developers to everyday web-browsing users.
alias bashrc='nano ~/.bashrc'
alias reload='source ~/.bashrc'
alias ls='ls --color=auto'
alias grep='grep -n --color=auto'
alias pacman='sudo pacman'
alias update='sudo pacman -Syu'
alias search='sudo pacman -Ss'
alias install='sudo pacman -S'
alias remove='sudo pacman -Rns'
alias makepkg='makepkg -s -
Ok.. I want to have an alias eg.
alias grim='gvim --remote'
visible in each shell.
I added it to ~/.profile and to /etc/zsh/zshrc but no effect. To be specific a got this message:
/bin/sh: grim: not found
Please help :)
Hello,
Upon a fresh install of Fedora 11 (and as a Fedora n00b), I noticed there are several aliases defined for me.
Code:
$ alias
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias vi='vim'
I created a script which I want other users on our shared system to execute but not read. I set the permissions as executable for all but revoked the R/W rights.
---x--x--x 1 dilletante staff 0 2013-04-02 11:42 expect.sh
However the script Fails to execute...The reason is simple..
I've installed hddtemp on my arch linux, but is executable only by root, I need to execute also from common users without use sudo, how can I do?
I downloaded the Linux executable for Unetbootin 494, and now I'm trying to run it. As root, I made it executable and attempted to execute it:
chmod +x unetbootin-linux-494
./unetbootin-linux-494
Nothing happens and no output is displayed. ps -e | grep unetbootin shows nothing either. The file's size looks right (4.3 MB), although I don't see a checksum on sourceforge with which to verify it.